/* /////////////////////////////////////////////////////////////////////////
Hoja De Estilos - REAL VALLADOLID
Realizacion: digival.es 
joseignacio.marcos@digival.es
///////////////////////////////////////////////////////////////////////// */
HTML{
	height: 100%;
	background: #fff url(../images/previa/bgTop.gif) repeat-x top;
}
BODY{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0;
	padding: 0;
	height: 100%;
}
HTML>BODY{
	height: auto;
	min-height: 100%;
}
IMG{
	border: 0;
}
*{
	padding: 0;
	margin: 0;
}
.clear{
	clear: both;
}
P{
	line-height: 15px;
	margin-bottom: 10px;
}
a{
	color: #666666;
	text-decoration: none;
	outline: none;
}
a.under{
	text-decoration: underline;
}
a:hover{
	color: #9d2424;
	text-decoration: underline;
}
.centro{
	text-align: center;
}
/* ---------------------------------------------------------------------------------------- */
/*   DIVS GENERALES --------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#sitio{
	width: 100%;
}
.entrar{
	width: 95%;
	height: 30px;
	margin: 0px auto 0px auto;
	background: url(../images/previa/realvalladolid.gif) no-repeat left;
	overflow: hidden;
}
.entrar a{
	width: 189px;
	height: 30px;
	float: right;
	display: block;
	overflow: hidden;
	background: url(../images/previa/entrar_blanco.gif);
	text-indent: -99999px;
}
.entrar a:hover{
	background-position: 0px -30px;
}
#RV-Inicio{
	width: 820px;
	height: 590px;
	display: block;
	margin: 20px auto 0px auto;
	position: relative;
}
