/* CSS Document */
html,body{
	margin:0;
	padding:0;
}
body{
	font: 85% arial,sans-serif;
	text-align:center;
}
/*a{
	display:block;
	color: #981793;
	padding:10px;
}*/
div#header{
	height:150px;
	line-height:150px;
	margin:0;
	font-size:0px;
}
div#container{
	text-align:left;
}
div#navigation{
	background:#AAA;
	font: 120% arial,sans-serif;
	height:400px;
}
div#footer{
	background: #000;
	color: #FFF;
}
div#footer p{
	margin:0;
	padding:5px 10px;
}

div#container{
	width:1000px;
	margin:0 auto;
}
div#content{
	float:right;
	width:780px;
	padding-left:10px;
	padding-top:10px;
	/*padding-right:10px;*/
	padding-bottom:10px;
	border:2px solid #FF9900;
}
div#wrapper{
	padding-top:10px;
}
div#navigation{
	float:left;
	width:200px;
}
div#footer{
	margin-top:10px;
	font: 75% arial,sans-serif;
	clear:both;
	width:100%;
}
/* estilos para el menu horizontal*/
div#menuh{
	background-color: #666666;
	height:25px;
	padding-left:18px;
	padding-top:10px;
}
div#menuh a{
	text-decoration:none;
	color:#FFCC00;
	font-weight:bold;
}
div#menuh a:hover{
	text-decoration:none;
	color:#FF9900;
	font-weight:bold;
}

#enlace{
	height:25px;
	padding-right:25px;
}
div#menuh img{
	padding-right:130px;
}
/* fin de estilos para menu horizontal*/
/* estilos menu vertical */

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navigation li {
	margin: 0;
	padding: 0.25em 0.5em 0.25em 1em;
	/*border-top: 1px solid gray;*/
	border-bottom: 1px solid gray;
	display: block
}

/*#navigation li:first-child {
border: none
}*/
#navigation a{
	text-decoration:none;
	color:#006600;
	font-weight:bold;
}
#navigation a:hover{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

/* fin estilos menu vertical */
.titulocuadro{
	font-size:16px;
	font-weight:bolder;
	color:#006600;
	background-color:#FF9900;
	padding:2px;
}
#imagen1{
	float:left;
}	
#imagen2{
	float:right;
}	
#enlace a{
	text-decoration:none;
	color:#006600;
	font-weight:bold;
}
#enlace a:hover{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
#enlace2 a{
	text-decoration:none;
	color:#006600;
}
#enlace2 a:hover{
	text-decoration:none;
	color:#000000;
}

