@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	background-image: url(images/fondo.png);
	background-repeat: repeat-x;
	text-align: justify;
	margin:0;
}
#logo {
	margin:0;
}
#contenedor {
	margin:auto;
	width: 960px;
	margin-top:16px;
}
#contenedor2 {
	margin:auto;
	width: 960px;	
}
#animacion {
	width: 960px;
	clear:both;
	margin:85px 0 0 0;
	
}
#animacionC {
	width: 960px;
	clear:both;
	margin:85px 0 0 0;
	
}
#contenido {
	background-color: #FFF;
	width: 960px;
	margin-top:11px;
	background-image: url(images/borde_medio.gif);
	background-repeat: repeat-y;	
}
#contenidoC {
	background-color: transparent;
	width: 960px;
	margin-top:11px;
	/*background-image: url(images/borde_medio.gif);*/
	background-repeat: repeat-y;	
}
#contarriba {
	background-color: transparent;
	background-image: url(images/borde_arriba.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#contarribaC {
	background-color: #333333;
	background-image: url(images/borde_arribaC.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#contabajo {
	background-color: transparent;
	background-image: url(images/borde_abajo.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height:100px;
	padding:15px;
}
#contabajoC {
	background-color: transparent;
	background-image: url(images/borde_abajoC.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height:100px;
	padding:15px;
}
/*MENU*/
#menu {
	margin: 11px 0 0 0;
}
#menu ul {
	background: transparent;
	float: left;
	list-style: none;
	width: 100%;
	margin:0;

}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 150%;
}
#menu a {
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 0px 40px;
	line-height:60px;
	height:60px;
	text-decoration: none;
	font-weight:normal;
	background: url(images/fondo_menu.jpg) no-repeat right center;
}
#menu a:hover {
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 0px 40px;
	line-height:60px;
	height:60px;
	text-decoration: none;
	font-weight:normal;	
	background: transparent url(images/fondo_menu2.jpg) repeat-x center bottom;
}

/*SUB-MENU*/
#menu .submenu {
	margin:0;
	padding:0;
	border-bottom:1px solid #444;
	list-style:none;
	background-color: #000;
	width:100%;
}
#menu .submenu li {
	margin:0;
	padding:10px;
	background-color:#000;
	cursor:pointer;
	width:110%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
#menu .submenu a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	padding: 0 10px 0 0;
	background:none;
	height:20px;
	line-height:20px;
}
#menu .submenu a:hover {
	text-decoration:none;
	color:#FFB119;
}
#pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align:center;
	background-color: #E5E5E5;
	clear: both;
	height: 60px;
	width: 100%;
	border-top-width: 3px;
	margin-top:20px;
	line-height:60px;
	border-top-color: #CCC;
	border-top-style: solid;
}

#info {
	float:left;
	width:76%;
	text-align:justify;
	padding-right:15px;
	border-right:1px #CCC solid;
}

#info img{
	margin: 0 20px 5px 0;
}

h1 {
	font-size:20px;
	color:#87C62D;
	padding: 5px;
	border-bottom: 1px solid #87C62D;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h2 {
	font-size:14px;
	color:#063;
	margin:0;
	font-weight: bold;
}
#abajo{
	clear:both
}

/*Estilos M&#65533;&#65533;dulos*/

#modulos {
	float:left;
	width:20%;
	margin: 0 0 10px 20px;
	padding-bottom:10px;
	border-bottom:#CCC 1px dashed;
	text-align:justify;
}
a {
	color:#87C62D;
}