@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


.Tipografia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #716B54;
	text-align: justify;
}
A.Tipografia {
	color: #716B54;
	font-weight: bold;
	font-size : 13px;
}
A.Tipografia:visited {
	color: #716B54;	
}
A.Tipografia:hover {
	color: #0099FF;
}

.Tipografia2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #716B54;
	text-align: justify;
}

.LinksPie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #645e48;
	font-weight: bold;
}
A.LinksPie {
	color: #645e48;	
}
A.LinksPie:visited {
	color: #645e48;	
}
A.LinksPie:hover {
	color: #b89611;
}

.Menu {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #F5F1DB;
}
A.Menu {
	color: #F5F1DB;	
}
A.Menu:visited {
	color: #F5F1DB;
}
A.Menu:hover {
	color: #3C3827;
	font-weight: bold;
}


.MenuMed {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #F5F1DB;
}
A.MenuMed {
	color: #F5F1DB;	
}
A.MenuMed:visited {
	color: #F5F1DB;
}
A.MenuMed:hover {
	color: #3C3827;
	font-weight: bold;
}



.MsgTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #90896A;
}
A.MsgTop {
	color: #90896A;	
	font-weight: bold;
	font-size : 13px;
}
A.MsgTop:visited {
	color: #90896A;	
}
A.MsgTop:hover {
	color: #0099FF;
}

.NumeroTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #90896A;
	letter-spacing: -1px;
}
A.NumeroTop {
	color: #90896A;	
	font-weight: bold;
	font-size : 15px;
}
A.NumeroTop:visited {
	color: #90896A;	
}
A.NumeroTop:hover {
	color: #0099FF;
}


.TituloPag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #A69A7E;
	font-weight: lighter;
	letter-spacing: -1px;
}
A.TituloPag {
	color: #A69A7E;	
}
A.TituloPag:visited {
	color: #A69A7E;	
}
A.TituloPag:hover {
	color: #3C3827;
}


.TituloAzulMedio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0099FF;
	font-weight: lighter;
	letter-spacing: -1px;
}

.TituloGrisMedio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #73654a;
	font-weight: lighter;
	letter-spacing: -1px;
}

.Formulario{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #645d50;
	border: 1px solid #9E947F;
}

.BarraInferior{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #B3A890;
}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 861px; /*Width of Carousel Viewer itself*/
height: 345px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
width: 861px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


.menudespegable{
	position: absolute;
	display: none;
	left: 0;
	top: 20;
	border: 0px solid #92B0FF;
	padding: 1px  0px;
	font: normal 12px Verdana;
	z-index: 100;
}




