﻿
/*@import url(http://fonts.googleapis.com/css?family=Droid+Sans);*/

body{
	background:#ffffff;
	padding: 0;
	max-width: 980px;
	margin: 0 auto;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}

img{
	border: 0;
}

#principal{
	width: 100%;	
}

#header-princ{
	width: 100%;
	/*height: 55px;
	background: url("../images/basemenu.jpg") no-repeat;*/
	float: left;
}

#nav-secundario{
	width: 100%;
	background-color: #004f9d;
	float: left;
	margin-top: 0px;
	margin-bottom: 5px;
}

#nav-secundario>ul{
	list-style: none;
	text-align: right;
	padding-right: 10px;
	font-size: 0.7em;
}

#nav-secundario>ul li a{
	color: white;
	text-decoration: none;
}

#nav-secundario>ul li a:hover{
	text-decoration: underline;
}

#rendicion-cuentas{
	width: 100%;
	float: left;		
	background: url("../images/bg.jpg") no-repeat scroll center center #F5F5F5;
	padding: 30px 0;
	/*border:1px solid #ccc;*/
}

#rendicion-cuentas>header{
	width: 100%;
	float: left;
	margin-bottom: 33px;	
}

#rendicion-cuentas>header>h1{
	padding-left: 30px;
	padding-top: 20px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#rendicion-cuentas>header>nav{
	border-bottom: 1px solid;
	color: #3171B3;
	font-size: 0.8em;
	margin:12px 30px 0;
}

#rendicion-cuentas>header>nav>a{
	text-decoration: none;
	color: #3171b3;
	font-weight: bold;
}

#rendicion-cuentas>nav{
	float: left;
	width: 100%;
}

#logo{ text-align:center; }

@media screen and (max-width:480px){ 
	#logo img{ width:100%; }
}

header{ position:relative; }
#title{ color:#fff; font-size:22px; margin:0 0 0 10px; padding:5px 0; line-height:33px; text-align: center; }
.volver{ position: absolute; right: 0px; top:0; }


.maincontent { border: 1px solid #ccc; clear: both; position: relative; padding: 5px; overflow: hidden; }
#rindecuentas { position: relative; clear: both; margin: 0; }
#rindecuentas > h2:before { content: "► "; float: left; margin-right: 10px; }
#rindecuentas > h2 { font-family: 'Lato', sans-serif; background-color: #d3d3d3; font-size: 18px; padding: 6px; margin: 10px 0 0; }
#rindecuentas > h2 a { position: relative; display: block; text-decoration: none; color: #000; }
.rindes { position: relative; display: block; clear: both; overflow: hidden; }

h1 { font-family: 'Oswald', sans-serif; }