/* CSS Document */

body{
	background-image:url(/images/fondo.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#ECDCDC;
}
.FondoCelda{
	background-image:url(/images/portada.jpg)
}
.TextoMenuLinks{
	font:bold normal 12px/15px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	text-transform: capitalize;
	text-decoration: none;
}
.TextoLinksInferior{
	font:bold normal 12px/15px Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	text-decoration: none;
	color:#330099;
}
.TextoBotones {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}
.TextoCabeceras{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;	
}
.Precio{
	color:#D50000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:30px;	
	margin-left: 10px;
	margin-right: 10px;
}
.TextoNormal{
	font-family:Verdana;
	font-size:12px;
	color:#666666;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}
.TextoPeque{
	font-family:Verdana;
	font-size:10px;
	color:#666666;
	margin-left: 10px;
	margin-right: 10px;
}
.normal{
	font-family:Verdana;
	font-size:12px;
	color:#666666;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}
.EnlacePrincipal
{
	font-family:verdana;
	font-size:12px;
	color: #5187BD;
	font-weight: bold;
	text-decoration: none;

}
.TextoAzul{
	font-family:verdana;
	font-size:12px;
	color: #5187BD;
	text-align: justify
}
.TextoAzulGrande{
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
	color: #5187BD;
}
.FondoCapaGeneral{  
	
	border-left: solid 8px #CCDBE2;
	border-right: solid 6px #CCDBE2;

}
.CapaLineas {
	border-right-width: 7px;
	border-left-width: 7px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C8D9E1;
	border-left-color: #CCDBE2;
	
}
.FondoBottom{ 
	background-image:url(/images/bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.FondoMenuCelda{
	background-image:url(/images/fondo_celda_menu.gif);
	background-repeat:no-repeat;
	background-position:left;
	height: 31px;
	width: 197px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size:18px;
	vertical-align:text-top;
}	
.BordesSuperiores{
	border-bottom-width: 3px;
	border-top-width: 3px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-color:#B8CFBF;
	border-top-color: #B8CFBF;
}
.imagen {
	position: relative;
	height: auto;
	width: auto;
	top: 215px;
}
.TextoSuperior{
	color:#000000;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size:18px;
}
.tabla {
	border: 1px dashed #B8CFBF;
	margin: 10px;
}

