/* CSS Document */
body{
	background-color:#EFEFEF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
#cabecera{
	width:750px;
	height:30px;
	color:#000000;
	margin:0 auto;
}
	div.menu1{
		float:right;
		font-size:10px;
		margin:8px 0px;
	}
	a.contacto{
		color:#000000;
		text-decoration:none;
	}
	div.scroller1{
		width:300px; 
		float:left;
	}
#cuerpo{
	background-color:#FFFFFF;
	/*overflow:hidden;*/
	margin:0 auto;
	width:750px;
}
	div.cabecera_int{
		background-color:#4C4C4C;
		height:100px;
		width:750px;
	}

	div.cuerpo_inf{
		overflow:hidden;
		width:750px;
	}
		div.contenido{
			float:left;
			width:600px;
			overflow: hidden;
		}
			div.contenidopubli{
				height:80px
			}
				img.publicidadc{
					float:left;
					width:95px;
					height:55px;
					border-style:none;
					margin:10px 0 0 4px;
				}
			
			div.izquierda{
				float:left;
				width:340px;
				overflow: hidden;
			}
				div.imagenes{
					height:110px;
					width:330px;
				}
					
					img.imagenes1{
						height:95px;
						width:95px;
						margin:0px 0 0 20px;
						padding:0;
					}
					
					img.imagenes{
						height:95px;
						width:95px;
						margin:0px 0 0 10px;
						padding:0;
					}
				div.notas{
					height:170px;
					margin: 0px;
					padding: 0 0 0 20px;
					width: 320px;
				}
					div.marco{
						background-color:#D779D9;
						height:142px;
						float:left;
						margin:6px 0 0 0px;
						width:200px;
					}
					div.notas1{
						margin:6px 0 0 10px;
						float: left;
					}
					img.notas{
	width:95px;
	margin:0px;
	padding:0px;
	border-style: none;
					}
				div.bandas{
					width:340px;
					padding-top:10px;
					overflow:hidden;
				}
					div.banda{
						background-color:#787878;
						margin-bottom:5px;
						width:180px;
						text-align:right;
						height: 25px;
						float:left;
					}
					
					div.banda:hover{
						background-color:#4C4C4C;
					}
					
					a.banda{
						color:#FFFFFF;
						font-size:12px;
						font-weight:normal;
						margin-top:4px;
						text-decoration:none;
						display:block;
					}
					a.banda:hover{
						font-weight:bold;
					}
					
					div.anuncio{
						float:right;
						color:#000000;
						font-size:10px;
						font-weight:bold;
						width:150px;
						margin: 0 5px 0 0;
					}
				
				
			div.derecha{
				/*height:405px;*/
				float:left;
				padding-top:0px;
				width:260px;
			}
			div.derecha1{
				height:460px;
				float:left;
				width:250px;
				overflow:scroll;
			}
			div.derecha2{
				float:left;
				color:#000000;
				font-size:12px;
				font-weight:bold;
				margin-top:20px;
				width:260px;
			}
		div.imagen_derecha{
			background-color:#D779D9;
			float:left;
			width:150px;
			height: 495px;
		}
			div.imagen_derecha img{
				margin-top:28px;
			}
			ul.secciones{
				color:#FFFFFF;
				font-size:16px;
				margin:65px 0 0 10px;
				padding:0;
			}
			li.secciones{
				list-style:none;
				margin: 0 0 10px 0;
				padding:0;
			}
			a.secciones{
				display:block;
				color:#000000;
				font-size:15px;
				margin:0 0 10px 10px;
				text-decoration:none;
				padding-bottom:5px;
			}
			a.secciones:hover{
				background-color:#E8E8E8;
				font-weight:bold;
			}
		
#pie{
	color:#000000;
	margin:0 auto;
	text-align:center;
	width:750px;
}
	p.pie{
		font-size:10px;
		margin:5px 0px;
	}
	


/****************Estilos para los videos**********/
div.video{
	width:330px; 
	margin:10px auto;
}
div.envolturavideo{
	margin-top:10px;
	overflow:hidden;
}
div.contenedorv{
	float:left;
	margin:5px 2px;
	width:120px;
	text-align:center;
}
	img.imagenv{
		height:92px;
		width:120px;
		border-style:none;
	}
	h5.video{
		margin:0;
		padding:0;
		color: #000000;
	}
	a.video{
		text-decoration:none;
		color:#000000;
	}
	a.video:hover{
		text-decoration:underline;
	}
