@charset "utf-8";
/* CSS Document */
body{	
	background:url(../imagenes/bg_header.gif) repeat-x;
}

#container{
	background:url(../imagenes/bg_pages_a.gif) top left no-repeat;
	background-position:0px 177px;
}

#titulo{
	font-size:28px;
	padding-left:27px;
    font-weight:bold;
	color:#0000CC;
	height:100%;
}

#titulo_texto{
	float:left; 
	width:50%;	
}

#titulo_menu{
	float:left; 
	width:50%;
	text-align:left;
	font-size:13px;
	padding-top:11px;
}

#titulo_menu a{
	color:#000;	
}

#titulo_menu a:hover{
	color:#CCC;	
}

.medios_subtitule{
	background:url(../imagenes/bg_subtitule_large_a.gif) top left no-repeat;
	width:566px;
	height:49px;
	clear:both;
	margin:0 0 0 3px;
	padding:10px 0 0 27px;
	font-size:24px;	
}

.description_container{
	width:566px;
	height:auto;
	clear:both;
	margin:0 0 0 3px;
}

.description_img{
	width:25%;
	float:left;
	text-align:left;
}

.description{
	width:60%;
	height:auto;
	text-align:left;
	font-size:14px;
	padding:7px 0 0 15px;
	line-height:17px;
	font-weight:bold;
	float:left;
	color:#000;
}


