body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
html p { margin-top: 0; }
img { border-width: 0; }
h3
{
	color: #F60;
	font-size: 1em;
	font-weight: 600;
}
h6
{
	font-size: 0.85em;
	font-weight: lighter;
	padding: 5px;
}

#container
{

	margin: 10px;
	border-color: #060;
	border-width: 1px;
	border-style: solid;
}
#header
{

	margin: 10px;

}
#header h1
{

color: #060;
}
#centro
{
	clear: both;
	margin: 0;
	float: left;

}
#menu
{

	float: left;
	margin: 10px;
	text-align: center;
}
#menu ul
{
	padding-left: 0;
	list-style-type: none;
	font-size: 1.1em;
	margin: 0;
}
#menu li
{
float: left;
padding: 0 3px 2px 3px;
}
#menu ul ul li
{
	background-color: #FFF;
	color: #f60;
}
#menu a
{
	background-color: #DCDCDC;
	display: block;
	border-color: #FFF #EEE #366 #EEE;
	border-width: 1px 0px 1px 0px;
	border-style: solid none solid none;
	margin: 0;
	padding: 5px 0 5px 0;
}
#menu a#violeta
{
	background-color: #969;
	color: #fff;
	background-image: url(images/m-violeta.gif);
	background-repeat: repeat-y;
}
#menu a#verde
{
	background-color: #060;
	color: #fff;
	background-image: url(images/m-verde.gif);
	background-repeat: repeat-y;
}
#menu ul ul li a.blanco
{
	background-color: #FFF;
	color: #F60;
	background-image: url(images/m-blanco.gif);
	background-repeat: repeat-y;
	font-size: 0.9em;
}


#menu a:link
{
	color: #060;
	text-decoration: none;

}
#menu a:visited
{
	color: #060;
	text-decoration: none;

}

#menu a:hover, #menu a#current:active
{
	background-color: #F60;
	color: #fff;
	background-image: url(images/m-naranja.gif);
	background-repeat: repeat-y;
}
#menu a:active, #menu a#current:active
{
	background-color: #F60;
	color: #fff;
	background-image: url(images/m-naranja.gif);
	background-repeat: repeat-y;
}
#menu a#current
{
	background-color: #F60;
	color: #fff;
	background-image: url(images/m-naranja.gif);
	background-repeat: repeat-y;
}

#contenidoHome
{
	margin: 10px;
	padding: 10px;
	float: left;
	background-color: #E9EFF0;
	clear: both;
}
#zonaenlaces ul
{
	padding-left: 3em;
	font-size: 0.95em;
}

#zonaenlaces li
{
	margin: 0;
}
#zonaenlaces li a:link, li a:visited
{
	color: #060;
	text-decoration: none;
}
#zonaenlaces li a:hover, li a:active
{
	color: #F60;
	text-decoration: underline;
}
#contenidoHome dl
{
	margin: 10px;
	padding: 0;
}
#contenidoHome dt
{
	color: #060;
	font-size: 1em;
	margin: 5px;
}
#zonaenlaces
{
	background-color: #FFF;
	margin: 10px 20px 10px 20px;
	padding: 15px;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
}

#derecha
{

	margin: 10px;
	padding: 10px;
float: left;
}

#derecha a:link, a:visited { color: #060; }
#derecha a:hover, a:active
{
	color: #060;
	text-decoration: none;
}


#footer
{
	background-color: #060;
	margin: 0;
	clear: both;
	text-align: center;
	line-height: 1.1em;
	color: white;
	padding: 0;
}
.texto
{
	text-align: justify;
	font-size: 0.85em;
	line-height: 1.3em;
}
.negrita { font-weight: bold; }

/* Estilos de la Home */


.asociados
{
	margin: 10px;
	color: #FFF;
	font-weight: 600;
	background-color: #F60;
	padding: 5px;
	float: left;

}
.asociados a:link, a:visited
{
	color: white;
	text-decoration: none;
}
.asociados a:hover, a:active { color: #FF9; }
.naranjahome
{
	color: #F60;
	margin: 10px;
	clear: both;
}
.verdehome
{
	color: #060;
	text-align: right;
	margin: 10px;
}
.verde
{
	color: #060;
}
.naranja
{
	color: #F60;
}

.enlaces { text-align: center; }
.enlace
{
	list-style-image: url(images/enlace.gif);
}
.destacado
{
	background-color: #060;
	padding: 3px;
	color: #FFF;
	font-weight: 600;
	margin-top: 10px;
	text-align: center;
}