/*Contenedores para la informacion*/
@charset "UTF-8";

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a.enlaces:link,
a.enlaces:visited{
	color: #069;
	text-decoration: none;
	line-height:12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a.enlaces:hover{
	color: #060;
	text-decoration: none;
	line-height:12px;
}

#container {
	width: 970px;
	margin: 0px auto 0px auto;
}

#columnas {
	width:970px;
	overflow: hidden;
}

#header {
	margin: auto;
	padding: 0px;
	height: 239px;
	width: 950px;
}

#menu_top {
	margin: auto;
	padding: 0px;
	height: 33px;
	width: 750px;
	margin-top: 20px;
}

#menu_top_plan {
	margin: auto;
	padding: 0px;
	height: 33px;
	width: 790px;
	margin-top: 20px;
	text-align: center;
	color: #FFF;
}

#contenido {
	background-image: url(img/bg_cont.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	background-position: center;
}

#contenido_amp {
	margin: 0px;
	padding: 10px 20px 10px 20px;
	background-color: #FFFFFF;
}

#leftContent {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 712px;
}

#rightContent {
	padding: 0px;
	float: left;
	width: 237px;
}

#cont_news{
	width: 712px;
	height: 285px;
	background-image: url(img/bg_new.gif);
	background-repeat: no-repeat;
}

#cont_pie{
	width: 712px;
	height: 263px;
	background-image: url(img/bg_cont_pie.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
}

#cont_pie_video{
	width: 237px;
	float: left;
	padding-top: 50px;
	text-align: center;
}

#cont_pie_mapa{
	width: 435px;
	float: left;
	padding: 0px 0px 0px 30px;
	height: 228px;
	overflow: auto;
	margin-top: 15px;
}


#cont_container{
	width: 712px;
	background-image: url(img/cont_middle.gif);
	background-repeat: repeat-y;
}
#cont_top{
	width: 712px;
	height: 21px;
	background-image: url(img/cont_top.gif);
	background-repeat: no-repeat;
}
#cont_cont{
	width: 662px;
	padding: 0px 25px 0px 25px;
	overflow: hidden;
}
#cont_bottom{
	width: 712px;
	height: 23px;
	background-image: url(img/cont_bottom.gif);
	background-repeat: no-repeat;
}

#cols_cont{
	width: 792px;
	background-color: #FFFFFF;
	height: 256px;
	padding-top: 10px;
}

#cols{
	padding: 0px;
	height: 256px;
	width: 264px;
	float: left;
	text-align: center;
}

#b_social{
	width: 955px;
	margin: auto;
	text-align: center;
}
#b_links{
	width: 950px;
	height: 94px;
	text-align: center;
	margin: auto;
}

#pie{
	height: 250px;
	background-image: url(img/bg_pie.gif);
	background-repeat: repeat-x;
}

#piecont{
	width: 792px;
	height: 134px;
}

#pie_l{
	width: 245px;
	height: 91px;
	float: left;
	margin: 3px 0px 0px 6px;
}

#pie_dir{
	width: 600px;
	height: 55px;
	float: left;
	margin: 10px 0px 0px 10px;
	text-align: left;
	color: #FFFFFF;
}

#adm_suweb{
	float: right;
	padding: 13px 10px 10px 5px;
	font-size: 7px;
	text-align: center;
	color: #FFFFFF;
}

#amigos_foto{
	width: 50px;
	height: 50px;
	float: left;
	margin-left: 20px;
}

#amigos_nombre{
	width: 150px;
	height: 50px;
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFF;
	padding-left: 7px;
	vertical-align: bottom;
}

#amigos_comentario{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	padding: 60px 10px 10px 20px;
}

#t_agenda{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

#agenda_izq{
	width:250px;
	float:left;
}

#agenda_der{
	width:375px;
	float:left;
	margin-left:10px;
}
#agenda_imagen{
	text-align: center;
	}
.top_edit{
	font-size: 16px;
	font-weight: bold;
}

.fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	text-decoration: none;
}
/*Titulo h1*/
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006699;
	text-transform: uppercase;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #BFDDDA;
	margin-bottom: 10px;
}
