body {
  font-family:  'Century Gothic', 'Trebuchet MS';
  font-size:12px;
  color: #FFF;
  margin: 10px;
  background-color: #FFF;
  line-height: 16px;
}
/*
************************** ESTRUCTURA *******************************
*/
div.estructura{
  text-align:left;
  width: 900px;
  border-collapse: collapse;
  margin-left:auto;
  margin-right:auto;
  margin-top: 10px;
}
/*
************************** ERROR *******************************
*/
div.noExiste {
	width: 850px;
	text-align: center;
	padding: 50px;
	background-color: #FFF;
}
/*
************************** CABECERA *******************************
*/
div.cabecera1 {
	background-image: url('optimizadas/cabecera1.jpg');
	background-repeat: no-repeat;
	width: 900px;
	height: 130px;	
}

/*
************************** MENU *******************************
*/
div.menu {
	width: 900px;
	height: 24px;
	background-image: url('optimizadas/menu.jpg');
	background-repeat: no-repeat;
	padding: 0px 0px 0px 350px;
}

div.botonmenu{
	width: 88px;
	heigth: 24px;
	float: left;
	background-image: url('optimizadas/botonmenu.gif');
	background-repeat: no-repeat;
	padding: 8px 0px 0px 0px;
	text-align: center;
}

/*
************************** CONTENIDO *******************************
*/
div.contenido {
	width: 900px;
	overflow: hidden;
	background-color:#2D6CAF;
	text-align:center;
}

div.menucontenido{
	width: 900px;
	height: 143px;
	background-color:#2D6CAF;
}

div.submenucontenido{float:left;}

div.supcontenido {
     width: 900px;
     background-color:#2D6CAF;

}

div.contContenido{
    width: 900px;
    float: left;
    background-color:#2D6CAF;
	background-image:url("optimizadas/contenidofondo.jpg");
	background-repeat:no-repeat;
	background-position:bottom;
}
div.izqContenido {
	width: 113px;
	float: left;
	padding: 20px 20px 0px 20px;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}

div.centrContenido {
	width: 310px;
	float: left;
	padding: 20px 20px 0px 40px;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}
div.derContenido {
	width: 320px;
	float: right;
	padding: 205px 20px 0px 20px;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}

div.desplazamiento {
	margin-left: 180px;	
}
div.desplazamiento2 {
	margin-left: 260px;	
}
div.marcaAgua {
	background-image: url('optimizadas/marcagua.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}
/*
************************** INFERIOR *******************************
*/
div.pie {
	width: 900px;
	height: 19px;
	background-image: url('optimizadas/pie.jpg');
	background-repeat: no-repeat;
	color: white;
	clear: both;
	padding: 5px 30px 0px 0px;
}
/*
************************** ENLACES *******************************
*/
a {
	font-weight: bold;
	text-decoration: none;
	font-size: 110%;
	color: #FFF;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #D4D4D4;	
	font-size: 110%;
}

a.menu {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;	
	font-size: 14px;
	margin: 0px 20px 0px 20px;
}
a.menu:hover {
	font-weight: bold;
	text-decoration: none;
	color: #D4D4D4;	
	font-size: 14px;
	margin: 0px 20px 0px 20px;
}
a.menu2 {
	font-weight: bold;
	text-decoration: none;
	color: #b57b30;	
	font-size: 14px;
	margin: 0px 20px 0px 20px;
}
a.menu2:hover {
	font-weight: bold;
	text-decoration: none;
	color: #74a22e;	
	font-size: 14px;
	margin: 0px 20px 0px 20px;
}

a.sub {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;	
	font-size: 110%;
}
a.sub:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;	
	font-size: 110%;
}
a.pie {
	font-weight: bold;
	text-decoration: none;
	color: #000;	
	font-size: 110%;
}
a.pie:hover {
	font-weight: bold;
	text-decoration: none;
	color: #CCC;	
	font-size: 110%;
}
	
/*
************************** SPAN *******************************
*/
span.nota {
	font-size: 10px;
}
span.remarcar {
	font-weight: bold;
	font-size: 120%;	
}
/*
************************** FORMULARIOS *******************************
*/
div.todo {
	clear: both;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
div.izq {
	float: left;
	width: 39%;
	text-align: right;
	font-weight: bold;
}
div.der {
	float: right;
	width: 59%;	
	text-align: left;
}
div.error {
	color: red;
	text-align: center;
	font-weight: bold;	
}
div.ok {
	color: green;
	text-align: center;
	font-weight: bold;
}
/*
************************** COMPONENTES *******************************
*/
li {
	margin: 5px;	
}
h1 {
	display: inline;
	color: #FFF;
	font-size: 18px;
}
p {
	text-align: justify;
}
img {
	margin: 0px;
	border: 0px;	
}
img.margen {
	margin: 10px;
	border: 0px;
}
.campos {
  background-color: #fcf9e7;
  border: 1px solid #71542f;
  color: #000;
  font-size: 11px;
  font-family: 'Verdana';
  font-weight: normal;
}