@charset "utf-8";
/* CSS Document */

BODY {
   margin-top:0px;
   text-align:left;
   color:#535353;
   font:12px Arial, Verdana, Helvetica, sans-serif;
   /*background-color:fbefd7;
   background-attachment:fixed;
   font-size:14px;
   font: 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
   text-align:left;
   color: #2157BC;*/
   background:#55453e url(/imagenes/fondo.png) repeat-x;
}
div#top{
	width:820px;
	background:url(/imagenes/ug_01.png) no-repeat;
	height:10px;
}
div#maincontent{
	width:820px;
	margin:0 auto;
	
}
div#top2_left{
	width:10px;
	height:280px;
	background:url(/imagenes/ug_02.png) no-repeat;
	float: left;
}
div#top2_center{
	width:800px;
	height:280px;
	float:left;
	background:#FFFFFF;
}
div#top2_right{
	width:10px;
	height:280px;
	background:url(/imagenes/ug_04.png) no-repeat;
	float:right;
	margin:0 auto;
}

div#central21{
	background:url(/imagenes/ug_05.png) repeat-y;
	margin:0 auto;
	margin-top:280px;
	
}
div#menu_area{
	width:170px;
	margin-left:20px;
	float:left;
	
}
div#sub_contenedor{
	width:610px;
	float:right;
	margin-right:15px;
}
div#space{
	width:560px;
	clear:left;
	padding-top:7px;
	background:#FFFFFF;
	
}
div#pie{
	clear:both;
	text-align:center;
	width:780px;
	padding-top:3px;
	padding-bottom:2px;
	margin:0 auto;
}
div#buttom{
	width:820px;
	height:16px;
	background:url(/imagenes/ug_07.png) no-repeat;
}
/* Menu Vertical */
#menuv ul, li {
	list-style-type:none;
}
#menuv ul {
	margin: 0px;
	padding: 0px;
}
#menuv li {
	border-bottom: 1px solid #FFFFFF;
}
#menuv a {
	display: block;
	background: url(/imagenes/menu_bg1.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color:#666666;
	text-align: left;
	padding-top: 3px;
	padding-left: 10px;
	height: 19px !important;
	height: 20px;
	width: 95;
	text-decoration: none;
}
#menuv a:hover {
	background-position: 0px -20px;
	text-decoration: none;
	color:#666666;
}
/* Menu Horizontal */
#menuh {
	font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 1px;
}

#menuh ul, li {
	list-style-type: none;
}

#menuh ul {
	margin: 0;
	padding: 0;
}

#menuh li {
	float: left;
}

#menuh a {
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	background: #0ABEDE;
	display: block;
	padding: 3px 10px;
	text-align: center;
	border: 1px solid #ACCFE8;
	border-width: 1px 1px 1px 0;
}

#menuh a#primero {
	border-left: 1px solid #ACCFE8;
}

#menuh a:hover {
	background: #cccccc;
}
/* Formato del space (Contenido) */
#space h1 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
#space p{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align:justify;
	margin-left:25px;
	margin-bottom:4px;
	
}


