/* CSS Document */

BODY {
	font : 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #CCCCCC;
	margin : 5px 0px 20px 0px;
	text-align: center;
	background-color:#339900;
} 
#contenedor{
	text-align: left;
	width: 640px;
	margin: auto;
	
	padding-top:12px;
}  
#borde{
	border: 2px solid #cccccc;
	width: 640px;
	margin:auto;
	margin-top:20px;
	background-color:#FFFFFF;
} 
#cabecera{
	height : 106px;
	width: 640px;
} 
#navegador{
	background : #F5F4C3 url(images/fondonav.gif);
	padding : 3px 10px 5px 10px;
	border-top : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	width: 640px;
} 
	A.enlacenav, A.enlacenav:VISITED, A.enlacenav:ACTIVE, A.enlacenav:FOCUS, A.enlacenav:LINK{
	color: #494E6B;
}
A.enlacenav:HOVER{
	color: #3F7DE3;
} 
#cuerpo{
	width:415px;
	float:left;
	padding-left:5px;
	padding-right: 2px;
	/*background-color : #CCFFCC;*/
	color: #000000;	
} 
H1{
	font-size: 12pt;
	color: #66CC00;
	position: static;	
} 
#navabajo{
font-weight : bold;
} 
#lateral{
	width: 200px;
	background-color: #FFFFFF;
	border-left : 1px;
	padding-left:5px;
	float:right;
	position: static;
	border-left-style: dashed;
	border-left-color: #00CC00;
} 
#lateral2{
	width: 50px;
	height:38px;
	float:right;
	clear: right;
	position: static;
} 
#latera3{
	width: 240px;
	background-color: #FFFFFF;
	border-bottom : 1px solid #cccccc;
	border-left : 1px solid #cccccc;
	float:right;
	position: static;
} 
.titlat{
background-color:#CC0000;
color:#ffffff;
font-size:9px;
text-transform : uppercase;
padding: 7px 3px 7px 8px;
font-weight : normal;
letter-spacing : 2px;
margin: 0px 0px 8px 0px;
}

.cuerpolateral{
	padding: 5px 4px 13px 10px;
	color: #000000;
}
INPUT
 {
font-size : 8pt;
}  
#fbuscar{
margin-bottom : 0px;
margin-top : 0px;

} 
#campotexto{
float: left;
} 
#campotexto input{
width:100px;
}
#botonbuscar {
padding-top : 3px;
padding-left: 106px;
} 
#botonbuscar input{
border : 0px none;
}
.radio{
clear:both;
}  
#otras ul{
margin : 5px 10px 0px 0px;
padding: 0px 0px 0px 4px;
list-style: none;
} 
#otras li{
	padding-left: 20px;
	background: transparent url("imagenes/alerta.jpg")  no-repeat;
	margin-bottom: 10px;
	width: 160px;
	/*height: 20px;*/
	
} 
#pie{
	clear : both;
	color : #CC0033;
	text-align : left;
	margin : 10px 10px 0px 10px;
	padding-bottom:10px;
	font-size: 9px;
} 
#navcontainer {
	border: 1px solid #9CC;
	/*background: transparent url("imagenes/cables6.gif") no-repeat;*/
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;		
}

#navlist {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	float:right;
}

@media all {
        #navlist {
                text-align: center
        }
}

#navlist li {
        bottom: 11px;
        display: inline;
        line-height: 1.2em;
        margin: 0;
        padding: 0;
        position: relative;
}

html>body #navlist li {
        background: #000;
        margin: 0 3px 0 0;
        padding: 4px 0px 4px 0;
}

#navlist a, #navlist a:link, #navlist a:visited {
        background: #900;
        border: 1px solid #FFF;
        bottom: 2px;
        color: #FFFFFF;
        cursor: pointer;
        display: inline;
        height: 1em;
        margin: 0;
        padding: 3px 5px 3px 5px;
        position: relative;
        right: 2px;
        text-decoration: none;
}

#navlist a:hover {
        background: #C00;
        bottom: 1px;
        color: #FFF;
        position: relative;
        right: 1px;
}

#navlist a:active {
        background: #999;
        bottom: 0px;
        color: #FFF;
        position: relative;
        right: 0px;
}

#navlist li#active {
        background: #369;
        bottom: 13px;
        display: inline;
        margin: 0 3px 0 0;
        padding: 0;
        position: relative;
}

html>body #navlist li#active {
        background: #000;
        margin: 0 4px 0 4px;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover {
        background: #369;
        border-bottom: none;
        border-left: 1px solid #9CC;
        border-right: 1px solid #9CC;
        border-top: 1px solid #9CC;
        bottom: 0;
        color: #FFF;
        cursor: text;
        margin: 0;
        padding: 2px 5px 0 5px;
        position: relative;
        right: 0;
}
