@import url("reset.css");

body {
	background:#c9c9c9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin:0 auto;
	text-align:center;
}

h1 {
	font-size:18px;
	color:#da251c;
	font-weight:bold;
}

h1 a {
	margin-left:20px;
}

h2 {
	font-size:14px;
	color:#333;
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#da251c;
}

div#contenedor {
	background:url(../img/fondoContenidos.jpg) repeat-y top left;
	width:955px;
	margin:0 auto;
	text-align:center;
}


/* ESTILOS PARA LA CABECERA */
div#cabecera {
	background:url(../img/fondoCabecera.jpg) no-repeat left;
	width:955px;
	margin-left:22px;
	height:142px;
	text-align:left;
	float:left;
}

	div#cabecera img#logo {
		float:left;
	}
	
	div#cabecera img#ofertaFormativa {
		float:left;
		margin-left:180px;
		margin-top:90px;
	}
	
	div#cabecera a#logoElogos {
		float:left;
		margin-left:175px;
		margin-top:65px;
	}
	
	div#menu {
		background:url(../img/fondoMenu3.jpg) repeat-x left;
		width:899px;
		height:33px;
		clear:both;
	}
	
	div#menu ul {
		float:left;
		font-size:18px;
	}
	
	div#menu li {
		float:left;
		height:33px;
	}
/* FIN ESTILOS PARA LA CABECERA */

/* ESTILOS DEL CUERPO */

div#cuerpo {
	clear:both;
	text-align:left;
}
	
	div#banner object {
		margin-left:22px;
		margin-top:39px;
		width:899px;
	}
	
	div#contenidoCentralInicio {
		height:236px;
		margin-top:5px;
		padding-left:22px;
		padding-right:20px;
		text-align:left;
	}
	
	div#contenidoCentralInicio img {
		float:left;
	}
	
	div#contenidoCentralInicio p {
		color:#666666;
		float:left;
		font-size:16px;
		margin-top:20px;
		padding-right:20px;
		text-align:justify;
		width:430px;
		margin-left:15px;
	}
	
	div#contenidoCentralInicio h1 {
		float:left;
		padding-top:15px;
		width:430px;
		margin-left:15px;
	}
	
	div#miembros {
		background:url(../img/fondoTitularInicio.jpg) repeat-x top left;
		text-align:left;
		width:898px;
		clear:both;
		float:left;
		margin-left:22px;
		padding-top:5px;
		padding-bottom:15px;
		line-height:normal;
		margin-bottom:15px;
	}
	
	div#miembros h1 {
		color:#fff;
		margin-left:20px;
	}
	
	div#miembros p {
		font-weight:bold;
		margin-left:20px;
		font-size:12px;
	}

/* Estilos para escuela.html */
div#infoEscuela {
	float:left;
	margin-left:37px;
	margin-top:45px;
	font-size:14px;
}

div#infoEscuela h1 {
	margin-bottom:15px;
}

div#infoEscuela h2 {
	font-size:14px;
	color:#fff;
	background:#666;
	padding:10px;
	width:852px;
	font-weight:bold;
	border:1px solid #ccc;
	margin-bottom:5px;
}

div#infoEscuela table {
	width:870px;
	margin-bottom:15px;
}

/* Fin estilos para escuela.html */

/* Estilos para metodologia.html */
div#infoMetodologia {
	float:left;
	line-height:normal;
	margin-left:37px;
	margin-top:45px;
	text-align:justify;
	width:870px;
	font-size:14px;
}

	div#Demo {
		margin-bottom:20px;
		margin-top:40px;
		text-align:center;	
	}
/* Fin Estilos para metodologia.html */

/* Estilos para comprar.html */
div#infoComprar {
	float:left;
	line-height:normal;
	margin-left:37px;
	margin-top:45px;
	text-align:justify;
	width:870px;
	font-size:14px;
}

div#infoComprar ul {
	width:600px;
	list-style:disc;
	margin-bottom:15px;
	margin-left:50px;
	margin-top:15px;
}

div#infoComprar li {
	margin-bottom:10px;
}

div#comprobarPrecios {
	border:1px solid #CCCCCC;
	margin-bottom:15px;
	padding:10px;
	text-align:left;
	font-size:12px;
}


div#comprobarPrecios label {
	margin-right:5px;
	margin-top:10px;
}

div#comprobarPrecios label#precio {
	font-size:25px;
}

label#precio span  {
	font-weight:bold;
	color:#da251c;
}

div#comprobarPrecios select {
	margin-right:10px;
	margin-top:10px;
	background:#eee;
	border:1px solid #333;
	width:160px;
}

div#comprobarPrecios input {
	background:#eee;
	border:1px solid #333;
}

div#comprobarPrecios input#btnCalcular {
	background:#333;
	border:1px solid #333333;
	color:#FFFFFF;
	cursor:pointer;
	margin-top:10px;
}

div#comprobarPrecios input#btnCalcular:hover {
	background:#da251c;
	border:1px solid #da251c;
	color:#FFFFFF;
	cursor:pointer;
	margin-top:10px;
}

div#comprobarPrecios input#chkAcepto {
	border:none;
}


div#comprobarPrecios a {
	color:#333333;
	cursor:pointer;
	text-decoration:none;
}

div#comprobarPrecios a:hover {
	color:#da251c;
}

div#comprobarPrecios input#submit {
	border:0;
}

div#btnPagoSeguro {
float:left;
margin-bottom:15px;
}

div#btnPagoSeguro h1 {
float:left;
margin-right:10px;
}

div#btnPagoSeguro form {
float:left;
}
/* Fin Estilos para comprar.html */

/* Estilos para confirmarCompra.html */
div#infoConfirmarCompra {
	float:left;
	line-height:normal;
	margin-left:37px;
	text-align:justify;
	width:850px;
	font-size:14px;
	margin-top:50px;
}

div#infoConfirmarCompra form {
	margin-bottom:15px;
	width:490px;
	float:left;
	padding-bottom:15px;
}

div#infoConfirmarCompra input#btnComprar {
	background:#333;
	border:1px solid #333333;
	color:#FFFFFF;
	cursor:pointer;
	float:right;
}

div#infoConfirmarCompra input#btnComprar:hover {
	background:#da251c;
	border:1px solid #da251c;
	cursor:pointer;
	float:right;
}

form#frmConfirmarCompra a {
	color:#333333;
	font-weight:bold;
	text-decoration:none
}

form#frmConfirmarCompra a:hover {
	color:#da251c;
}
/* Fin Estilos para confirmarCompra.html */

/* Estilos para elogos.html */
div#infoElogos {
	float:left;
	line-height:normal;
	margin-left:37px;
	text-align:justify;
	width:850px;
	font-size:14px;
	margin-top:50px;
}

div#infoElogos h1 {
	margin-bottom:15px;
}

div#infoElogos span {
	float:left;
	margin-right:10px;
	width:495px;
}

div#infoElogos a {
	color:#333;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}

div#infoElogos a:hover {
	color:#da251c;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}
/* Fin Estilos para elogos.html */
				
/* ESTILOS DEL CUERPO */

/* CLASES */

.boton {
	background:url(../img/separadorBoton.jpg) no-repeat right top;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	height:33px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
}
	
.boton:hover {
	background:url(../img/fondoHover.jpg) repeat-x top left;
}
	
.botonActivo {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	height:33px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	background:url(../img/fondoHover.jpg) repeat-x top left;
}

.botonFin {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	height:33px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
}

.botonFin:hover {
	background:url(../img/fondoHover.jpg) repeat-x top left;
}

.separador {
	background:url(../img/fondoSeparador.jpg) no-repeat left;
	width:995px;
	height:6px;
}
	
.resaltadoMiembros {
	clear:both;
	background:#eee;
	border:1px solid #CCCCCC;
	line-height:normal;
	margin-bottom:15px;
	padding:10px;
	text-align:justify;
	width:850px;
	font-size:14px;
	margin-left:35px;
}
	
.resaltadoMiembros strong {
	color:#333;
}
	

.separadorPie {
	background:url(../img/fondoPie2.jpg) no-repeat top left;
	clear:both;
	height:30px;
	width:955px;
	margin-left:22px;
}

.separadorPie p {
	color:#333333;
	padding-top:35px;
	margin-bottom:20px;
	text-align:center;
	
}

.separadorPie a {
	color:#333;
	text-decoration:none;
}

.separadorPie a:hover {
	color:#da251c;
	text-decoration:none
}

.encabezadosTabla {
	background:#eee;
	color:#333;
	padding:5px 10px;
	font-weight:bold;
	border:1px solid #cecece;
	text-align:center;
}
	
.filas {
	padding:5px 10px;
	text-align:center;
	border:1px solid #eee;
	vertical-align:middle;
}
		
.filas a {
	color:#333;
	text-decoration:none;
	background:url(../img/imgFicha.jpg) no-repeat left;
	display:block;
	padding-left:25px;
	text-align:left;

}
		
.filas a:hover {
	color:#da254c;
	text-decoration:none;
}

.ampliarEquivalencia {
	background:#333;
	color:#FFFFFF;
	font-size:11px;
	padding:2px 5px;
	float:right;
	margin-left:5px;
	text-align:center;
	width:34px;
}

.ampliarEquivalencia:hover {
	background:#da251c;
}

.tituloEquivalencia {
	font-weight:normal;
	float:left;
}

.filasEquivalencias {
	padding:5px 10px;
	text-align:left;
	border:1px solid #eee;
}

.listaPrincipal {
	list-style:url(../img/bullet.jpg);
	margin-left:15px;
	font-size:14px;
	margin-right:20px;
	width:400px;
	padding-left:20px;
	float:left;

}

.listaPrincipal li {
	margin-bottom:15px;
	padding-left:5px;
	font-weight:bold;
}

.listaSecundaria {
	list-style:url(../img/bullet2.jpg);
		margin-left:20px;
}

.listaSecundaria li {
	margin-top:15px;
	font-weight:normal;
}

.equivalencias {
	background:#eee;
	border:1px solid #CCCCCC;
	line-height:normal;
	margin-bottom:15px;
	padding:10px;
	text-align:justify;
	width:850px;
	float:left;
}

.equivalencias a {
	background:#333;
	color:#fff;
	display:block;
	float:right;
	padding:2px;
	text-align:center;
	text-decoration:none;
	width:60px;
}

.equivalencias a:hover {
	background:#da251c;
	color:#fff;
	display:block;
	float:right;
	padding:2px;
	text-align:center;
	text-decoration:none;
	width:60px;
}

.resaltado {
	background:#eee;
	border:1px solid #CCCCCC;
	line-height:normal;
	margin-bottom:15px;
	padding:10px;
	text-align:justify;
	width:850px;
}

.resaltado2 {
	background:#fff;
	border:1px solid #666;
	color:#FF0000;
	font-size:14px;
	line-height:normal;
	margin-bottom:15px;
	padding:10px;
	text-align:justify;
}
.etiquetasNormales {
	float:left;
	width:201px;
	margin-right:15px;
}

.cajasNormales {
	background:#eee;
	border:1px solid #333333;
	width:270px;
}

.cajasGrandes {
	background:#eee;
	border:1px solid #333333;
	width:270px;
	height:100px;
}

.carroFondo {
	background:url(../img/btnCarroMiniFondo.jpg) no-repeat left;
	height:25px;
	width:130px;
	display:block;
}

.carroFondo span {
	display:none;
}

/* BOX OVER */

.pgdiv:hover {
	cursor:pointer;
	color:#da251c;
}
         .dvhdr1 {
            background:#da251c;
			text-align:left;
			color:#fff;
            font-size:12px;
            font-weight:bold;
            border:1px solid #ccc;
            padding:5px;
            width:210px;

         }
         
         .dvbdy1 {
            background:#eee;
            font-size:12px;
            border-left:1px solid #ccc;
            border-right:1px solid #ccc;
            border-bottom:1px solid #ccc;
            padding:10px;
            width:200px;
			text-align:justify;
			line-height:normal;
         }
/* FIN BOX OVER */

/* ACORDEON */
.ampliarContenido { 
	cursor: pointer;
	font-size: 13px; font-weight: bold; color: #333;
	border-bottom: 2px solid #eee;
	padding-bottom: 3px;
	margin-top: 5px;
	width:75px;
}
.contenidoAmpliado {
	background-color: #eee;
	padding: 10px;
	overflow: hidden
}
/* FIN ACORDEON */

.txtInfo {
	font-size:12px;
}

.contrato {
	background:#CCCCCC;
	border:1px solid #999999;
	height:75px;
	margin-bottom:15px;
	overflow:auto;
	padding:10px;
}

.contrato strong {
	color:#333;
}

div#txtContato {
	float:left;
	margin-left:50px;
}

div#txtContato span {
	font-weight:bold;
}

.enlaces {
	color:#333;
	text-decoration:none;
}

.enlaces:hover {
	color:#da251c;
}

.btnCarrito {
	background:url(../img/btnCarroMiniFondo.jpg) no-repeat left;	
	display:block;
	height:25px;
	width:130px;
}

.btnCarrito span {
	display:none;
}

.flotante {
	float:left;
margin-bottom:15px;
}
