/* GENERAL - ESTILOS TV ---------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	margin: 0;
/*	margin: 2px 0 0 2px;*/
	padding: 0;
	background: #fff;
	/*background: #cdd6ee url(http://www.cervantestv.es/imagenes/Image/fondo.gif);*/
/*	overflow: hidden;*/
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	margin: 0 0 12px;
	font-weight: bold;
	font-size: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b50d0d;
}
p {
	padding: 0 0 8px 0;
}
a img {
	border: none;
}
ul li a img {
	border: none !important;
}
/*ENLACES-------------------------*/
a {
	color: #b50d0d;
	text-decoration: none;
	font-size: .9em;
}
a:hover {
	text-decoration: underline;
}
h3 a {
	color: #333;
}
/*LÍNEA HORIZONTAL PUNTEADA-----*/
div.hr {
	margin: 8px 0;
 	height: 3px;
 	background: #fff url(http://pruebas.cervantes.es/imagenes/image/hr.gif) repeat-x;
}
div.hr2 {
	margin: 0;
 	height: 2px;
 	background: #fff url(http://pruebas.cervantes.es/imagenes/image/hr.gif) repeat-x;
	border-right: 1px solid #999;
}
div.hr hr {
	display: none;
}

/* REGLAS PARA EVITAR ESCRIBIR ESTILOS EN EL HTML (INLINE)*/
.none {
	display: none;
}
.oculto {
	position: absolute;
	left: -999px;
	width: 990px;
	border: none;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.clearboth {
	clear: both;
}
.centrado {
	text-align: center;
}
.border {
	border: 1px solid #ccc;
}
.bor_der {
	border-right: 1px solid #ccc;
}
.derecha {	
	text-align: right;
}
.izquierda {	
	display: inline;
	text-align: left;
}