@charset "utf-8";
/* CSS Document */

div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

.space{
	clear:both;
	margin:0;
	padding:0;
}

#presentacion{
	width:100%;
	height:400px;
}

#flash{
	width:76%;
	float:left;
	height:200px;
}
#foto_pres{
	width:22%;
	float:left;
	height:200px;
	}
#text_pres{
	width:98%;
	float:left;
	height:200px;
	background:url(../images/doc_content_3.gif) repeat-x;
}
#text_pres_juv{
	width:98%;
	float:left;
	height:200px;
	background:url(../images/doc_content_3.gif) repeat-x;
}
#text_pres_juv p{
	color:#000;
	text-align:justify;
	margin:5px 10px 5px 10px;
	font-size:11px;
}

#text_pres p{
	color:#000;
	text-align:justify;
	margin:5px 10px 5px 10px;
	font-size:13px;
}
p.firma{
	margin:0px 10px 1px 10px !important;
	text-align:right !important;
	display:block;


}
#anuncio{
	width:98%;
	height:200px;
	background-color:#e1e6fa;
}
#noticias{
	width:98%;
	background:url(../images/noticias.gif) no-repeat;
	height:50px;
	border:#069 1px solid;
}
#ultimo_video{
	width:98%;
	background:url(../images/ultimo_video.gif) no-repeat;
	height:50px;
	border:#069 1px solid;
}

#doc{
	width:98%;
	height:150px;
	background:url(../images/doc_content_3.gif) repeat-x;
	border:#CCC 1px solid;
	margin-bottom:20px;
}
#div_photo{
	width:15%;
	padding:25px 10px 10px 20px;
	float:left;
}
#div_content{
	width:80%;
	float:left;
	height:100%;
}
#div_content h1{
	font-size:18px;
	padding:25px 5px 5px 0;
	
}
#div_content h1 a{
	text-decoration:none;
	color:#14488D;
}
#div_content h1 a:hover{
	text-decoration:underline;
}

#div_content p{
	padding:0px 5px 5px 0;
	font-size:12px;
	text-align:justify;
	color:#666;
}
#doc_fecha{
	float:right;
	color:#fff !important;
	font-weight:bolder;
}
#juventudes{
	width:98%;
	background:url(../images/juventudes.gif) no-repeat;
	height:50px;
	border:#069 1px solid;
}
#propuestas{
	width:98%;
	background:url(../images/propuestas.gif) no-repeat;
	height:50px;
	border:#069 1px solid;
}

a.mas{
	margin-left:330px;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	color:#06F;
}
a.mas:hover{
	text-decoration:underline;
}

