@charset "utf-8";
@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/* ------------------------------------------------------------------------------------------------------------------ */

body {
	background-color: #22130d;
	background-image: url(../fotos/fondo.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

p {
	margin-bottom: 1em;
	margin-top: 0.5em;
	}
	
form {
	margin-left:200px;
}

label {
	font-size: 0.9em;
}

.continente {
	margin: 0px auto;
	width: 900px;
	padding: 0px;
	background-color: #f8d69e;  
	background-image: url(../fotos/cuerpo.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	color: #22130d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}

.cabecera {
	width: 900px;
	height: 481px;
	background-image: url(../fotos/cabecera.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.menu {
	background-image: url(../fotos/menu1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 900px;
	height: 56px;
}

.submenu {
	width: 900px;
	height: 90px;
	background-image: url(../fotos/submenu.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

.cuerpo {
	width: 900px;
/*	padding-left: 25px;  */
/*	padding-right: 25px; */
	text-align: justify;
}

.textoIndex {
	padding-left: 25px;
	padding-right: 25px;
}

.columna1 {
	width: 700px;
	float: left;
}

.columna1 p {padding: 20px;}
.columna1 h3 {padding: 20px;}

.columna2 {
	width: 150px;
	float: right;
}

.columnaArriba {
	height: 103px;
	width: 150px;
	background-image: url(../fotos/columnaArriba.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.columnaMedio {
	background-image: url(../fotos/columnaMedio.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: center;
}

.columnaMedio table {
	//	margin-left: 15px;
}

.columnaMedio table td {
	 //	padding-top: 5px; 
}

.tablaIndice {	margin-left: 6px;}

.columnaAbajo {
	height: 103px;
	width: 150px;
	background-image: url(../fotos/columnaAbajo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.pie {
	width: 900px;
	height: 324px;
	clear: both;
	background-image: url(../fotos/pie.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	vertical-align: middle;
	padding-top: 100px;
}

.invisible {
	visibility: hidden;
}

.desaparecer {
	display: none;
}

.centrar {
	text-align: center;
}
.centrar ul {
	width: 900px;
	height:100px;
}

.centrar ul li {
	float: left;
	margin-left: 25px;
	margin-bottom: 1em;
}

#barra li, #barra a { height: 56px; display: block; }
#barra li { float: left; list-style: none; _display: inline; }
#boton1 { width: 97px; margin-left:182px;}
#boton2 { width: 131px;}
#boton3 { width: 117px;}
#boton4 { width: 161px;}

#boton1 a:hover {background:url(../fotos/menu1.jpg) -182px -56px no-repeat;}
#boton2 a:hover {background:url(../fotos/menu1.jpg) -279px -56px no-repeat;}
#boton3 a:hover {background:url(../fotos/menu1.jpg) -410px -56px no-repeat;}
#boton4 a:hover {background:url(../fotos/menu1.jpg) -527px -56px no-repeat;}

.web {
	padding-left: 50px;
	padding-top: 25px;
}

.error {
	background-color:#FF9999;
	border: #FF6666 solid 1px;
	width: 800px;
	color:#990000;
	font-size: 0.8em;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 25px;
	}

.error ul {
	font-size: 0.7em;
	margin-bottom: 10px;
	}
	
.ok {
	margin-right: 10px;
}