﻿* { padding: 0;
    margin: 0;
}
body {
	background-color:black;
}

#cabecera {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3em;
	text-transform: capitalize;
	color: #fff;
	height: 3em;
	background-color: #f0b333;
	background-image:url(imagenes/fondo_cabecera.gif); background-position:center; background-repeat:no-repeat;
}
#listaprincipal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	background-color: black;
	height:2em;
	width:auto;
	vertical-align:middle;
}
#listaprincipal ul li  {display:inline;}
#listasecundaria ul li {display:inline;}

#listasecundaria{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	background-color: silver;
	height:2em;
	width:auto;
	vertical-align:middle;
}


#contenido {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: auto; width:auto; margin-top:0.5em;
	border: 3px #F0B333 solid;
	background-color:white;
	margin-top:1%;
	padding-top:2%;
	padding-bottom:2%;

	}
#pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: italic;
	font-weight: lighter;
	background-color:white;
	width:auto; height:auto;
	margin-top:0;
}
#banner {background-color:black; text-align:center;}

#banner img {margin-left:auto; margin-right:auto;}

#foto_flores {margin-left:auto; margin-right:auto; 
			  margin-top:1em;width:250px; height:250px;}

/*----PSEUDOCLASES-----*/

#listaprincipal		  {width:100%;clear:both;height:21px;background-color: black;}
#listaprincipal ul li {display:inline; font-size:80%; color:#333; text-align:center; text-decoration:none;float:left; vertical-align:middle; line-height:31px; margin-left:4px; margin-right:4px; }


#listaprincipal li a			{color: white; text-decoration:none; display:block; padding:0 4px; width: auto;}
#listaprincipal li a:active 	{color: white;/* background-image:url('../images/az_menu_selec.gif'); background-repeat:repeat-x;*/}
#listaprincipal li a:visited 	{color: silver; text-decoration:none;}
#listaprincipal li a:hover   	{color: white; text-decoration: underline;font-size:100%; background:#F0B333;}
#listaprincipal li.on a		    {color: black; font-weight:bold; font-size:100%; text-decoration:underline; background: #F0B333;}


/*.navegacion_01 {margin-top:0.4em; margin-left:1em; padding-top:0.5em;}

.navegacion_01 li a:link {color:white;}

.navegacion_01 li a:visited {color:#ccc;}

.navegacion_01 li a:hover { background-color:fuchsia;}*/



.titulo_datos{width: auto; height: 2em;
	margin-left:auto; margin-right:auto; margin-top:0.5em;}
	
.datos_personales{
	margin-left:auto; margin-right:auto; margin-top: 1em;
	height:auto; width:auto;
}
.decoizq {
	background-image:url('imagenes/decoizq.png'); background-repeat:no-repeat;
	width:57px; height:auto;
}
.decodch {
		background-image:url('imagenes/decodch.png'); background-repeat:no-repeat;
		width:57px; height:auto;
}
.cursiva  {font-style:oblique; color:orange;}
.titular  {margin-top:0.5em; margin-left:1%; text-decoration:underline; color:orange;}

.texto       {margin-left:1%; margin-top:1%; margin-bottom:1%;}
.texto img   {margin-left:20%; margin-right:30%; margin-bottom:2%; margin-top:2%; border:1px solid orange;}

.mapa        {margin-left:30%; margin-right:30%; margin-top:2%;}

