/* CSS Document */
body {
	margin:0;
}
h1 {
font-weight:normal;
}
h2 {
font-weight:normal;
margin-top:0px;
}
figure {
	margin:0;
}
footer {
	float:left;
	width:980px;
	height:50px;
	background-color: #9aca3c; 
	/* margin-top:20px; */
}


@font-face {
	font-family: 'klavikamedium';
	src: url('KlavikaMedium-Plain.eot');
	src: url('KlavikaMedium-Plain.woff') format('woff'), url('KlavikaMedium-Plain.ttf') format('truetype'), url('KlavikaMedium-Plain.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'klavikaregular';
	src: url('KlavikaRegular-OSF.eot');
	src: url('KlavikaRegular-OSF.woff') format('woff'), url('KlavikaRegular-OSF.ttf') format('truetype'), url('KlavikaRegular-OSF.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

#logoba {
	float:left;
	margin-top:25px;
	margin-left:25px;
}
#nombre {
	float:right;
	margin:52px 40px 10px 10px;
}


.gale {
	position:relative;
	width:203px;
	float:left;
	margin: 0 27px 27px 0;
}
.galesinespacio {
	margin-right: 0;
}
.marcaba {
	margin-top:11px;
	margin-right:15px;
	float:right;
}
.pie {
	margin-top:17px;
	margin-left:15px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	float:left;
}
.pie a {
	color:#FFFFFF;
	text-decoration:none;
}
.pie a:hover {
	color:#FFFFFF;
	text-decoration:none;
}




/* DESCARGAS */

.descargas {
	position: relative;
	float:left;
	width: 100%;
	margin-bottom:15px;
	border:#999999 solid 1px;
	border-radius: 5px; 
}
.subdescargas {
	float:left;
	width:100%;
}
.textodescargas {
	float:left;
	margin: 20px 17px 17px 17px;
	font-size: 14px;
}
.textodescargas2 {
	float:left;
	margin: 17px;
	max-width: 500px;
	font-size: 14px;
}
.imagendescargas {
	float:left;
	width:150px;
	margin: 1em 0 1em 1em ;
}
.menudescargas {
	float:right;
	display:inline;
	margin: 30px 15px 7px;
}
.accesodescargas {
	float:left;
	margin-left:1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	text-align:center;
	display:block;
}
.accesodescargas a {
	color:#666666;
	text-decoration:none;
}
.accesodescargas a:hover {
	color:#666666;
	text-decoration:underline;
}


/* CUADROS PROYECTOS */

.accesoproyectos {
	float:right;
	margin-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	text-align:center;
	display:block;
}
.accesoproyectos a {
	color:#666666;
	text-decoration:none;
}
.accesoproyectos a:hover {
	color:#666666;
	text-decoration:underline;
}
.contdescargas {
	float:left;
	width: 100%;
}
.contproyectos {
	float:left;
	max-width: 491px;
	margin-left:15px;
}
#cuadromenubusqueda {
	width:96%;
	padding:2%;
	background-color:#e6e6e6;
	border-radius:4px;
}
#cuadromenubusqueda ul{
	margin:0px;
	padding:0px;
}
#cuadromenubusqueda ul li {
	list-style:none;
	padding:0px;
}
.imgproyectos {
	width:150px;
	float:left;
}
.menubusqueda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	list-style: none;
	color: #03a6e4;
}
.menubusqueda a{
	color: #03a6e4;
	text-decoration:none;
}                
.menubusqueda a:hover{
	color: #03a6e4;
	text-decoration:underline;
}
.menuproyectos {
	margin-right:0px;
	margin-top:10px;
}
.proyectos {
	position: relative;
	float:left;
	width: 96%;
	padding:2%;
	margin-bottom:26px;
	border:#999 solid 1px;
	border-radius:4px;
}
.titulodescargas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #F5802D;
	float:left;
}
.tituloproyectos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F5802D;
}



