/* ---------------------------------------------------------------------------------------- 

Hoja De Estilos - CBVALLADOLID.COM
Realizacion: digival.es 
joseignacio.marcos@digival.es

/* ---------------------------------------------------------------------------------------- */

BODY{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	margin: 0;
	padding: 0;
	position: relative;
	background: #ffde00;
}
IMG{
	border: 0;
}
*{
	padding: 0;
	margin: 0;
}
.clear{
	clear: both;
}
.clear0{
	clear: both;
	height: 0px;
	overflow: hidden;
	line-height: 0px;
	font-size:0px; 
}
P{
	line-height: 18px;
	margin-bottom: 10px;
}
a{
	color: #555;
	text-decoration: none;
	outline: none;
}
a.linkMorado{
	font-weight: bold;
	color: #6b0172;
}
a:hover{
	color: #6b0172;
	text-decoration: none;
}
input, button, textarea, select{
	font-size: 11px;
	font-family:  Arial, Helvetica, sans-serif;
}
.morado{
	color: #6b0172;
}
.mbottomNone{
	margin-bottom: 0px;
}

/* ---------------------------------------------------------------------------------------- */
/*   DIVS GENERALES ----------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#sitio{
	width: 770px;
	text-align:center;
	margin: 20px auto;
}