/* CSS General de FECOVI */
html {height:100%; max-height:100%; overflow:hidden; padding:0px; margin:0px; border:0px; background:#fff; font-size:13px; font-family: trebuchet ms, tahoma, verdana, arial, sans-serif; background:url(clown.jpg) #fff; }
body {height:100%; max-height:100%; overflow:hidden; padding:0px; margin:0px; border:0px;}
.no {display: none;}
#content {
	display:block;
	height:100%;
	max-height:100%;
	overflow:auto;
	padding-left:220px;
	padding-right:20px;
	position:relative;
	z-index:3;
	background: #fff url(../images/fondo_derecha1024.gif) no-repeat 200px 102px;
	background-attachment: fixed;
}
#head {
	position:absolute;
	margin:0;
	top:0;
	right:18px;
	z-index:5;
	display:block;
	height:102px;
	width:100%
}
#head a {display:block; height:102px;}
#head a span {display:none}

#foot {position:absolute; display:block; width: 100%;margin:0px 0px 0px -3px; bottom:-2px; right:0px;
padding-right: 5px; background:#BEDFC1; text-align:right; font-size:10px; z-index:8; color: #000; 
font-family: trebuchet ms, tahoma, verdana, arial, sans-serif;}

#left {
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:200px;
	background:#fff url(../images/fondo_izquierda.gif) no-repeat 0px 102px;
	font-size:1em;
	color:#fff;
	z-index:4;
	padding-top: 10px;
	overflow: auto;
}
#right {
    float:right;
	width:180px;
	font-size:1em;
	color:#000;
	padding: 15px;
	text-align:center;
	background:#BEDFC1 url(../images/fondo_index_derecha.gif) repeat-x;
}

#pad1 {display:block; width:18px; height:100px; float:left;}
#pad3 {display:block; width:18px; height:50px; float:left;}
.pad2 {display:block; height:100px;}
.pad4 {display:block; height:20px;}

#content p {padding:5px;}
#content H2 {color: #289632;}
#content H4 {margin-bottom:0px;padding-bottom:0px;text-transform: uppercase;font-size:116%;}
a {color:#FF8C00;text-decoration: none;font-weight: bold}
a:hover {color: Red;text-decoration: none;font-weight: bold}

.separador {
	display: block;
	border-bottom: solid 1px #289632;
	margin-top: 5px;
	margin-bottom: 5px;
}

a.ampliar:link {
	display: block;
	color: #FF8C00;
	text-align: right;
	font-weight: bold;
	margin:0px;
	text-decoration: none; 
}
a.ampliar:visited { display: block;color: #FF8C00;text-decoration: none; text-align: right;font-weight: bold;} 
a.ampliar:hover { display: block;color:red;text-decoration: none; text-align: right;font-weight: bold;} 

/* Menu navegacion */
ul#navegacion { margin: 0px; padding-left: 33px  }
ul#navegacion li { 
	list-style-image: url(../images/bulett2.gif);
	margin: 5px 3px 3px 3px;
}
ul#navegacion li:hover { 	list-style-image: url(../images/bulett1.gif);}
a.nav {	color: #289632; font-size: 13px;
	font-weight: bold;	text-decoration: none; 	}
a.nav:hover { font-size: 13px; font-weight: bold; color: #FF8C00; text-decoration: none; }

.submenu {margin-top:-10px;border-bottom:solid 1px #FF8C00;; text-align:center}

.submenu a {color:#FF8C00;text-decoration: none;font-weight: bold; padding: 0px 8px 0px 8px}

.submenu a:hover {color: #fff;text-decoration: none;font-weight: bold;background-color: #289632}

.cuadro { background-color:#fff; border:solid 1px #289632;padding:3px;margin:20px 5px 15px 5px}
.cuadro h3 {color:#289632;margin:0px; }