body {
	text-align: center;
	margin-top: 0px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../imagen/fondo2.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#contenedorFondo {
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(../imagen/fondo_pie.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 100%;
	border: 0px solid blue;
}

#contenedor {
	width: 978px;
	text-align: left;
	margin: auto;
	border: 0px solid green;
}

#letreroIzq {
	float: left;
	width: 18px;
	height: 380px;
	background-image: url(../imagen/spc_letras.png);
	background-repeat: no-repeat;
}

#cabecera {
	float: left;
	width: 960px;
	height: 133px;
	background-image: url(../imagen/cabecera.jpg);
	background-repeat: no-repeat;
}

#menu {
	float: left;
	width: 960px;
	height: 28px;
	font-size: 15px;
	border: 0px solid green;
	background-image: url(../imagen/menu.jpg);
	background-repeat: no-repeat;
}

#cuerpo {
	float: left;
	width: 960px;
	border: 0px solid red;
	padding-top: 5px;
	background-color: transparent;
	background-image: url(../imagen/medio.jpg);
	background-repeat: repeat-y;
}

#formatoCuerpo {
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
	color: White;
}

#pie {
	clear: left;
	border: 0px solid red;
	width: 100%;
	height: 253px;
	background-image: url(../imagen/pie.jpg);
	background-repeat: no-repeat;
}

#cajaNotaLegalPie {
	padding-top: 60px;
	padding-left: 450px;
	font-weight: bold;
	letter-spacing: 2px;
}

/* ---- Menu ---- */

#menu ul {
	display: block;
	list-style-type: none;
	font-size: 17px;
	padding-left: 40px;
	margin: 0;
	padding-top: 3px;
	font-weight: bold;
	text-align: center;
}

#menu li {

	float: left;
	width: 180px;
	height: 28px;
	background:  url(../imagen/fondo_menu.png) no-repeat 0px -30px;

}

#menu li a {
	color: white;
		display: block;
}

#menu li:hover {
	background:  url(../imagen/fondo_menu.png) no-repeat 0px 0px;
	background-position: center;
}

#menu li a.activo  {
	background:  url(../imagen/fondo_menu.png) no-repeat 0px 0px;
	background-position: center;
	width: 180px;
	height: 28px;
}

/* ---- cajas --- */
.cajaNoticiaLegal {
	float: left;
	text-align: justify;
	font-size: 10px;	
}


#diafecha {
	float: left;
	width: 240px;
	height: 26px;
	border: 0px solid black;
	letter-spacing: 2px;
	color: #77ac1c; 
}

.caja1 {
	float: left;
	width: 462px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	border: 0px solid red;
}

.caja2 {
	float: left;
	border: 1px solid red;
	width: 400px;
}

.caja3 {
	float: left;
	border: 0px solid green;
	width: 310px;
	padding-left: 5px;
}

.caja4 {
	float: left;
	width: 600px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	border: 0px solid red;
}

.caja5 {
	float: left;
	width: 100%;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	border: 0px solid red;
}

#cajaGoogle {
	float: left;
	padding-bottom: 15px;
}

#formatoEnlacesBajoPie {
	padding-left: 60px;
	padding-top: 15px;
}

.cajaFotosFijas {
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-left:  4px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	width: 106px;
	border: 0px solid red;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	height: 140px;
}


/* ------ Listas ------------ */

#bajoPie ul {
	float: left;
	width: 60px;
	display: block;
	font-size: 12px;
}

#bajoPie ul li {
	padding-bottom: 10px;
	list-style-type: none;
}

#bajoPie ul li a{
	display: block;
	color: #333333;
	background-image: url(../imagen/flecha5.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 10px;
}

#bajoPie ul li a:hover{
	display: block;
	color: black;
	background-image: url(../imagen/flecha2.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 10px;
}

#bajoPie ul ul {
	padding-left: 0px;
	margin-left: 0px;
}

#bajoPie ul ul li {
	font-size: 11px;	
	padding-bottom: 3px;
}

ul.lista1 {
	padding-left: 10px;
	padding-bottom: 5px;
}

ul.lista1 li {
	padding-top: 0px;
	list-style-type: none;
	padding-left: 10px;
	background-image: url(../imagen/flecha4.png);
	background-position: left top;
	background-repeat: no-repeat;
}

ul.lista2 {
	padding-left: 10px;
	padding-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
}

ul.lista2 li {
	display: block;
	float: left;
	padding-top: 0px;
	list-style-type: none;
	padding-left: 10px;
	margin-left: 30px;
	background-image: url(../imagen/flecha4.png);
	background-position: left top;
	background-repeat: no-repeat;
}

/* --- Tablas --- */

.tablaPrecios {
	font-size: 12px;
}

.tr0 {
	font-weight: bold;
}

.tr1 {
	background-color: #FEFF82;
	color: black;
}

.tr2 {
	background-color: #ADD8E6;
	color: black;
}

.tr3 {
	background-color: #FFCFBD;
	color: black;
}

.tr4 {
	background-color: #FFB5FF;
	color: black;
}

.tr5 {
	background-color: #CBF3CC;
	color: black;
}

.tr6 {
	background-color: #f5de71;
	color: black;
}


/* ------ Etiquetas redefinidas ------ */

p {
	text-indent: 20px;
	text-align: justify;
	padding-left: 0px;
	padding-right: 10px;
	margin-bottom: 0px;
	margin-top: 5px;
	line-height: 19px;
}

p.p1 {
	text-indent: 20px;
	text-align: center;
	padding-left: 0px;
	padding-right: 10px;
	margin-bottom: 0px;
	margin-top: 5px;
	line-height: 19px;
	font-size: 15px;
}

p.p2 {
	text-indent: 20px;
	text-align: center;
	padding-left: 0px;
	padding-right: 10px;
	margin-bottom: 0px;
	margin-top: 5px;
	line-height: 19px;
	font-size: 15px;
	letter-spacing: 3px;
	font-weight: bold;
}


h1 {
	color: #F4D100;
	padding-left: 0px;
	padding-bottom: 1px;
	font-size: 18px;
	text-align: left;
	margin-bottom: 2px;
	margin-top: 4px;
	text-align: center;
}

h2 {
	color: #292929;
	padding-left: 0px;
	padding-bottom: 1px;
	font-size: 14px;
	text-align: left;
	margin-bottom: 2px;
	margin-top: 4px;
	margin-right: 5px;
	border-bottom: 1px solid #F4D100;
}

h3 {
	color: #77ac1c;
	padding-left: 0px;
	padding-bottom: 1px;
	font-size: 13px;
	text-align: left;
	margin-bottom: 2px;
	margin-top: 4px;
	border-bottom: 0px solid #77ac1c;
	text-align: center;
}


/* ----- Enlaces ------ */

a {
	color: #dad900;
	text-decoration: none;
}

a:hover {
	color: #939204;
}

a.activo {}

a:active {}

a:visited {}


/* -- Imagenes -- */

.floatIzq {
	float: left;
	margin: 0 5px 5px 0px;
	border: 2px solid #f1f7df;
	padding: 1px;
}

.floatDerEscuela {
	float: right;
	margin: 0 50px 5px 5px;
	border: 0px solid #f1f7df;
	padding: 1px;
}

/* -- Textos -- */

.amarillo {
	color: #949207;
}

.gris {
	color: #7E7E7E;
	font-size: 11px;
}

.blanco {
	color: White;
	font-weight: bold;
}

.amarillo2 {
	color: #F4D100;
	font-weight: bold;
}

.azul {
	color: #88a5e1;
	font-weight: bold;
}

.violeta {
	color: #de97f0;
	font-weight: bold;
}

.rojo {
	color: #f85f71;
	font-weight: bold;
}



/* -- Formularios -- */

.txtTitulo {
	font-size: 12px;
	color: #949207;
	background-color: white;
	font-weight: bold;
}

.cajaEntrada {
	font-size: 12px;
	color: #949207;
	border: 1px solid #949207;
	background: white;
}

.boton {
	font-weight: bold;
	font-size: 10px;
	border: 2px solid #949207;
	background-color: white;
	color: #949207;
} 

form label { 
	float: left; 
	width: 70px; 
	text-align: right; 
	padding-right: 5px; 
}

form label.ancho { 
	float: left; 
	width: 260px; 
	text-align: right; 
	padding-right: 5px; 
}

form label.error { 
	float: none; 
	color: yellow; 
	padding-left: .5em; 
	vertical-align: top; 
}

form div {
	padding-top: 2px;
	padding-bottom: 2px;
}
