@import url(mainmenu.css);
@import url(popup.css);

body {
	text-align:center;
	color:#000000;
	margin:0px;
	padding:0;
	background:#eaeaea url(../img/bkg-top.gif) center top repeat-x;		
	font-family:Arial;
	font-size:11px;		
}
img {
	border:0;
}

a{
	text-decoration:none;
	color:#000000;
}
a:hover{
	text-decoration:underline;
}

.dvHead {	
	font-family:arial;
	font-size:12px;
	text-align:left;
	width:980px;
	margin:auto;
	color:#000000;	
}

.dvGlobal {	
	text-align:left;
	font-family:arial;
	font-size:12px;
	width:980px;
	margin:auto;
	color:#000000;	
}

.dvGlobal h1 {
	font-size:24px;
	margin:20px 10px 15px 15px;	
	color:#df202a;
}
.dvGlobal h2{
	font-weight:600;
	font-size:16px;
	color:#df202a;
	margin:0;
	padding:0;
}
.dvGlobal h2 a{
	color:#df202a;
}

.dvContent {
	margin-top:10px;
	width:980px;
}

.dvContent div.dvInicioLeft{
	width:640px;
	float:left;
	background:#ffffff;
}

.dvContent div.dvInicioRight{
	width:320px;
	float:right;
}
.dvCls {
	clear:both;
}

.dvPad5 {
	padding:5px;
}

/*	Esquinas	*/
div.dvLT{
	float:left;
	width:4px;
	height:4px;
	background:#eaeaea url(../img/corners.gif) top left no-repeat;
	overflow:hidden;
}
div.dvLB{
	float:left;
	width:4px;
	height:4px;
	background:#eaeaea url(../img/corners.gif) bottom left no-repeat;
	overflow:hidden;
}
div.dvRT{
	float:right;
	width:4px;
	height:4px;
	background:#eaeaea url(../img/corners.gif) top right no-repeat;
	overflow:hidden;
}
div.dvRB{
	float:right;
	width:4px;
	height:4px;
	background:#eaeaea url(../img/corners.gif) bottom right no-repeat;
	overflow:hidden;
}

/*	Anuncios derecha.	*/
div.dvAnunR{
	background:#ffffff;
}

div.dvAnunR h1{
	padding:0;
	margin:10px;
	color:#000000;
	font-size:14px;
	font-weight:600;
}

div.dvAnunRGris{
	background:#f0f0f0;
	padding:10px;
	border-bottom:2px solid #cccccc;
}
div.dvAnunRBlanco{
	background:#FFFFFF;
	padding:10px;
	border-bottom:2px solid #cccccc;
}
div.dvAnunRGris span, div.dvAnunRBlanco span{
	font-size:11px;
	color:#707070;
}
div.dvAnunRGris a, div.dvAnunRBlanco a{
	color:#df202a;
	font-size:14px;
}
/*	Formularios	*/
input.ApeVal{
	display:none;
}
