/* RESETEAMOS TODOS LOS ESTILOS */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em;}
ul,ol { list-style: none; }
img { border: none; }

/* ESTILOS GENERALES */
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}
.clearfloat {
	clear:both;
}

a:link{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
a:visited{
	text-decoration:none;
	color:#000;
	font-weight:bold;	
}
a:hover{
	text-decoration:none;
	color:#3861ab;
	font-weight:bold;	
}
.img_margin_right{
	margin-right:10px;
}

/* ESTILOS DE LOS DIV */
#container { 
	width: 842px;
	margin: 60px auto 0 auto;
	text-align: left;
} 
#cabecera {
	margin:0 0 20px 0;
	padding-bottom:20px;
	float:left;
	border-bottom:8px solid #000;
} 
#cabecera h1 {
	margin:0;
	display:none;
}
#cabecera .logo_web{
	width:340px;
	float:left;
	padding-left:60px;
}
#cabecera .aux{
	width:440px;
	float:left;
	text-align:center;
	margin-top:15px;
}
#enlaces_home{
	width:777px;
	float:left;
	margin-top:80px;
	padding-left:65px;
}
#enlaces_home .caja_sinborde{
	width:230px;
	float:left;
	height:100px;
	padding-top:40px;
	text-align:center;
}
#enlaces_home .caja_borde{
	width:240px;
	float:left;
	height:60px;
	padding-top:40px;	
	border-left:8px solid #000;
	border-right:8px solid #000;
	text-align:center;
}
#menu{
	width:777px;
	float:left;
	margin-top:10px;
	padding-left:65px;
}
#menu .caja_sinborde{
	width:230px;
	float:left;
	height:50px;
	padding-top:10px;
	text-align:center;
}
#menu .caja_borde{
	width:240px;
	float:left;
	height:40px;
	padding-top:10px;	
	border-left:8px solid #000;
	border-right:8px solid #000;
	text-align:center;
}
#videos_commercials{
	width:787px;
	float:left;
	margin-top:80px;
	padding-left:55px;	
}
#videos_commercials img{
	margin-bottom:5px;
}
#videos_commercials .video{
	width:216px;
	float:left;
	margin-right:37px;
	text-align:center;
}
#videos_commercials .video_dcha{
	width:216px;
	float:left;
	text-align:center;
}
#music_videos{
	width:732px;
	float:left;
	margin-top:80px;
	padding-left:100px;
}
#music_videos img{
	margin-bottom:5px;
}
#music_videos .video{
	width:256px;
	float:left;
	margin-right:140px;
	text-align:center;
}
#music_videos .video_dcha{
	width:256px;
	float:left;
	text-align:center;
}


/******* ENLACES Y TEXTOS DE LA WEB ********/

a.enlace_menu:link{
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size:1.6em;
}
a.enlace_menu:visited{
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size:1.6em;
}
a.enlace_menu:hover{
	text-decoration:none;
	color:#3861ab;
	font-weight:bold;
	font-size:1.6em;
}
.enlace_activo{
	color:#3861ab;
	font-weight:bold;
	font-size:1.6em;
}
.pie_fotos{
	font-size:0.8em;
	font-weight:bold;
}
