@charset "utf-8";
h1 {
	/* Logo del diario: */
	text-decoration: none;
}
h2 {
	/* Título de la noticia: */
	font-size: 20px;
	font-weight: bold;
}

h3 {
	/* Introduccion de la noticia: */
	font-size: 14px;
	font-style: italic;
	color: #666666;
}

h4 {
	/* Autor de la noticia, fecha y fuente: */
	
	font-size: 12px;
}

body {
	/* Características principales del body: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
	line-height: 16pt;
	left: 35px;
	right: 15px;
}
.pievideo {
	font-size: 10px;
	text-align: center;
}


a:link {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.noticia {
	text-align: justify;
	height: 1060px;
	width: 640px;
	float: left;
	overflow: auto;
}

.fotos {
	height: 1040px;
	width: 320px;
	float: left;
	border-left : 20px solid white;
	border-top : 20px solid white;
	

}

.piefoto
{
	/* Estilo del pie de foto: */
	text-align: right;
	font-size: 10px;
	line-height: normal;
}

/**************** GALICIA HOXE ****************/
.fotogh {
	float: right;
	display: inline;
	height: 160px;
	width: 340px;

}
.noticiagh {
	text-align: justify;
	height: 600px;
	width: 790px;
}

/**************** LA VOZ ****************/
.fotolv {
	float: right;
	display: inline;
	height: 295px;
	width: 335px;

}
.fotodf {
	float: right;
	display: inline;
	height: 275px;
	width: 335px;

}
.noticialv {
	text-align: justify;
	height: 830px;
	width: 790px;
}

