
body{
	font-family: 'Chivo', sans-serif;
	}

/*************************
	ENCABEZADO
*************************/

.header{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:130px;
	background:#fff;
	}

.cont_head{
	height:120px;
	width:100%;
	float:left;
	}

.logo{
	float:left;
	width:100px;
	height:120px;
	margin:10px 50px;
	background:url(../img/logo.png) no-repeat;
	}

.cont_green{
	width:100%;
	height:10px;
	float:left;
	background:#609E36;
	}

.title{
	float:left;
	width:400px;
	height:120px;
	margin-left:15px;
	}

.title h1,h2{
	line-height:28px;
	margin:0;
	padding:0;
	float:left;
        width: 500px;
	}

.title h1{
	padding-top:55px;
	font-size:32px;
	font-weight:normal;
	color:#6EB33F;
	}

.title h2{
	font-size:20px;
	font-weight:normal;
	color:#4C1700;
	}

.fecha{
	float:right;
	margin:10px 40px;
	font-size:12px;
	color:#6FB43F;
	}
	

/*************************
	MENU
*************************/

#sidebar{
	position:fixed;
	left:0;
	top:130px;
/*	width:210px;*/
	width:310px;
/*        height: 500px;*/
	background:url(../img/back_menu.png) repeat-y right top;
/*	overflow:auto;*/
	}

#menu {
/*	width:210px;*/
	width:310px;
	list-style:none;
	padding:0;
	margin:0;
	top:0;
	position:relative;
	height:100%;
        overflow: auto;
	}
	
#sidebar ul{
	list-style:none;
/*	width:205px;*/
	width:305px;
	padding:0;
/*	margin:25px 0 0 5px;*/
	margin:5px 0 0 5px;
	color:#FFF;
/*	overflow:auto;*/
	}


#sidebar ul .line{
/*	width:185px;*/
	width:285px;
	height:3px;
	margin-left:5px;
	margin-bottom:2px;
	border-bottom:1px dashed #5E9433;
	}

#sidebar ul li{
/*	padding:5px;*/
	padding:0 5px;
	font-size:15px;
	cursor: pointer;
        text-decoration: none;
	background:none;
	}
	
#sidebar ul li:hover{
	background:#5E9433;
	}

/*************************
	INFORMACIÓN
*************************/

.info{
	position:fixed;
	left:310px;
	top:130px;
	width:580px;
	height:100%;
	background:url(../img/back_info.png);
	}

.info2{
	display:none;
	position:fixed;
	left:210px;
	top:130px;
	width:580px;
	height:100%;
	background:url(../img/back_info.png);
	}

#contenido_info{
	width:550px;
	height:auto;
	color:#3B2015;
        text-align: justify;
        
	}

#contenido_info h1{
	font-size:24px;
	font-family: 'Chivo', sans-serif;
	margin:20px 20px;
	font-weight:normal;
	}

#contenido_info p{
	font-size:14px;
	margin-left:20px;
	}
#contenido_info ul li{
	font-size:14px;	
	}
#contenido_info table tr td{
	font-size:14px;	
        text-align: left;
	}

/*************************
	PIE DE PAGINA
*************************/

.footer{
	width:100%;
	height:110px;
	position:fixed;
	left:0;
	bottom:0;
	background:#fff;
	}

.cont_green_footer{
	width:100%;
	height:20px;
	float:left;
	background:#609E36;
	}

.cont_green_footer p{
	float:right;
        padding: 0;
        margin: 3px 20px 0 0;
	font-size:11px;
	color:#FFF;
	}

.shields{
	width:660px;
        height: auto;
	float:right;
        padding: 0;
        margin: 0 50px 0 0;
	}

.shields ul{
	list-style:none;
        padding: 0;
        margin: 15px 50px 0 0;
	}

.shields ul li{
	display:inline;
	margin-left:20px;
	}

.footer p.copy{
	float:left;
	margin:60px 20px;
	font-size:12px;
	color:#6FB43F;
	}
	


/*************************
	LOGIN
*************************/


.formlogin{
	width:580px;
	height:200px;
	float:left;
	}

.formlogin form{
	margin:20px 10px;
	}


.formlogin form p input{
	float:left;
	margin-right:10px;
	}


.formlogin form p input[type=text], input[type=password]{
	width:140px;
	height:20px;
	border:1px solid #80bc4e;
	color:#669900;
	padding:5px;
	font-family: 'Chivo', sans-serif;
	
	
	
	}

.formlogin form p input[type=button]{
	background:#609e36;
	border:1px solid #fff;
	color:#FFF;
	width:90px;
	height:30px;
	font-size:11px;
	font-family: 'Chivo', sans-serif;
	}

.formlogin form p input[type=button]:hover{
	background:#6FB740;
	}

.formlogin form p input[type=button]:active{
	background:#50842E;
	}

::-webkit-input-placeholder  { color:#669900;  }
input:-moz-placeholder { color:#669900; }



#msgses{
	float:left;
	line-height:20px;
	margin-left:20px;
	font-size:11px;
	}
