a:visited, a:link{
	text-decoration:none;
	color:#FFFFFF;
}
body{
	background-color:#000000;
	text-align: center;
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#FFFFFF;
	width:984px;
	margin:auto; /*centrar la capa incluso en firefox*/
}

#contenedor {
	width:984px;
	margin : 5px 0px 10px 0px;
}

#logo_ {
	width:258px;
	height:100px;
	text-align:left;
	float:left;
	overflow:hidden;
}

#mensajes_ {
	width:710px;
	height:115px;
	float:right;
	margin:auto;
	overflow:hidden;
}

#silueta-modelo_ {
	width:260px;
	height:396px;
	float:left;
	background-image:url("../images/silueta-modelo.jpg");
	background-repeat: no-repeat;
	text-align:left;
}

#menu-principal_ {
	width:723px;
	height:15px;
	float:right;
}

#contenidos_ {
/*	width:723px;*/
	width:723px;
	min-height:377px;
	height:expression(this.scrollHeight  < 377? "377px": "auto" );
	float:right;
	border-bottom:1px solid #333333;
	border-left:1px solid #333333;
	border-top:1px solid #333333;
	background-image:url("../images/separador-contenidos.jpg");
	background-repeat: no-repeat;
	background-position:bottom left;
}

#palabras-clave {
	width:723px;
	float:right;
	margin-top:30px;
	margin-bottom:30px;
}

.menu{
	/*font-weight:bold;*/
	height:13px;
	text-align:center;
	vertical-align:middle;
	border: 1px solid rgb(51,51,51); 
	padding: 1px 2px 1px 2px;
	float:right;
	margin: 0px 0px 0px 1px;
}

#selected{
	background-color:#0000ff;
}

#unselected{
	background-image:url("../images/fondocelda.jpg");
	background-repeat: repeat-x;
}

#buscar{
	background-color:#333333;
}

option {font-family: verdana; font-size: 10px; color: #999999; background-color: black;}
legend {font-family: verdana; font-size: 14px; color: white; padding: 14px 14px 14px 14px;	font-weight:bold}
fieldset {border:1px solid #333333; padding: 19px 19px 19px 19px; /*background-color:#000000*/}
button {font-family: verdana; font-size: 10px; color: white; background-color: black; padding: 2px;}

select{
	width:90px;
	padding:0;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}

input{
	font-family: verdana;
	font-size: 10px;
	color: white;
	background-color: black; 
	padding: 3px;
	width:84px;
	height:13px;
	margin:0px;
	padding:0;
}

form{
	margin:0;
	padding:0;
	width:180px;
}

.formulariobuscador{
	width:200px;
	margin: 0 auto;
}

.flotaizquierda{
	float:left;
	padding: 2px;
	margin: 1px;
	width:90px;
	height:32px;
}

.flotaderecha{
	float:right;
	padding: 2px;
	margin: 1px;	
	width:90px;
	height:32px;
}

#opcionesvistosas{
	width:170px;
	margin:10px 45px 0px 45px;
}
.opcionindividual{
	width:150px;
	height:18px;
	text-align:center;
	vertical-align:middle;
	border: 1px solid rgb(51,51,51); 
	padding: 5px 6px 1px 6px;
	margin: 10px 0px 2px 0px;
	background-position: bottom;
	font-size:1.2em;
	font-weight:bold;
}
.opcionindividualarriba{
	width:52px;
	height:10px;
	text-align:center;
	vertical-align:middle;
	border: 1px solid rgb(51,51,51); 
	padding: 2px 4px 4px 4px;
	margin: 2px 0px 2px 0px;
	background-position: bottom;
	font-weight:bold;
}
.texto{
	font-family:Tahoma, Verdana, Arial;
	margin:20px 10px 10px 35px;
	text-align:justify;
	font-size:1em;
}

.textogrande	{
	font-family:Tahoma, Verdana, Arial;
	margin:20px 10px 10px 35px;
	text-align:justify;
	font-size:2.3em;
	font-weight:bold;
}

.alinea{
	text-align:justify;
}

li{
	font-family:Tahoma, Verdana, Arial;
	text-align:justify;
	list-style: none;
	background: url("../images/blue_bullet.gif") left top no-repeat;
	padding-bottom: 15px;	
	padding-left: 20px;	
	padding-right: 80px;	
	font-size:1em;	
}

#llamativo{
	color:#0000FF;
	text-decoration:underline;
}
h1{
	margin:20px 10px 10px 35px;
	text-align:justify;
	font-size:2em;
	font-weight:bold;
}