body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #000000;
	text-align:center; /* en IE5, no funciona el margin 0 auto, por eso ponemos esto */
	/*font-size: 12px;*/
	/* The default size for ‘medium’ text in all modern browsers is 16px. 1em is 10px*/
	font-size: 13px;
}

#principal {
	width: 980px;
	height: 700px;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: left;
	border-style: solid;
	border-color: #999999;
	border-width: 0px;
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(images/fondo.jpg);
	background-repeat: no-repeat;	
}

/*--------------------------------------------- INDEX -----------------------------------------------*/
#principalindex {
	width: 980px;
	height: 700px;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: left;
	border-style: solid;
	border-color: #999999;
	border-width: 0px;
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(images/fondo_index2.jpg);
	background-repeat: no-repeat;	
}


#cabeceraindex {
	width: 980px;
	height: 142px;
	margin: 0px;
	padding: 0px;
	text-align: center;	
}
#cabeceraindexcont {
	width: 258px;
	height: 142px;
	padding: 0px;
	margin: 0 auto;
	
}
.entradilla {
	width: 980px;
	float: left;
	text-align: center;
}
.entradilla h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	font-weight: normal;
	padding: 20px 0px 0px 0px;
	margin: 0 auto;	
}
#central {
	width: 980px;
	height: 367px;
	margin: 30px 0px 10px 0px;
	padding: 0px;
	float: left;
	text-align: center;
}
#centralcont {
	width: 700px;
	height: 367px;
	margin: 0 auto;
}
.navcaja {
	width: 150px;
	height: 367px;
	float: left;
	background-color: #FFFFFF;
	margin: 0px 10px 0px 10px;
}
/*--------------------------------------------- EMPRESA -----------------------------------------------*/
#cabecera {
	width: 980px;
	height: 89px;
	margin: 0px;
	padding: 0px;
	float:left;	
}
#logo {
	width: 253px;
	float: left;
}
#tituseccion {
	width: 727px;
	float: left;
}
#cuerpocentral {
	width: 980px;
	height: 410px;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: left;
	color: #000000;
	float: left;
	/*border: solid 1px #333;*/
	
}
#menulateral {
	width: 234px;
	margin: 10px 0px 0px 0px;
	float: left;

}
#boton {
	float:left;
}
#derecha {
	width: 740px;
	height: 300px;
	float: left;

}
.tablaesq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
}


.enlace {
	color: #999999;
	text-decoration: none;
	border-bottom:dotted 1px #999999;
}

.enlace a:link {
	color: #999999;
	text-decoration: none;
	border-bottom:1px dotted #999999;
}

.enlace a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom:1px dotted #999999;
}

.a.enlace:hover {
	color: #999999;
	text-decoration: none;
	border-bottom:1px solid #999999;
}

.enlace a:active {
	color: #999999;
	text-decoration: none;
	border-bottom:1px solid #999999;
}


/*--------------------------------------------- PIE -----------------------------------------------*/
#pie {
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #999999;
	padding: 0px;
	
}
#pieindex {
	width: 980px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #999999;
	padding: 0px;
}

#pie a:link {
	color: #999999;
	text-decoration: none;
	border-bottom:1px dotted #999999;
}

#pie a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom:1px dotted #999999;
}

#pie a:hover {
	color: #999999;
	text-decoration: none;
	border-bottom:1px solid #999999;
}

#pie a:active {
	color: #999999;
	text-decoration: none;
	border-bottom:1px solid #999999;
}

#pieindex a:link {
	color: #999999;
	text-decoration: none;
	border-bottom:1px dotted #999999;
}

#pieindex a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom:1px dotted #999999;
}

#pieindex a:hover {
	color: #999999;
	text-decoration: none;
	border-bottom:1px solid #999999;
}

#pieindex a:active {
	color: #999999;
	text-decoration: none;
	border-bottom:1px solid #999999;
}


#imagenpie {
	width: 980px;
}
/*--------------------------------------------- TEXTO -----------------------------------------------*/

#titulotex {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	color: #999;
	font-size: 14px;
	font-weight: bold;
}
