/* MAQUETACIÓN EN em's */
h1 { font-family:Arial,Verdana,sans-serif; font-weight:bold; font-size:160%; position:relative; top:60px; left:10px;}
h1 span { color:#990000; }
#contenedor{ width:1000px; margin:0 auto; }
#menu{
	width:960px; height:70px; margin-left:15px; background-color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%; color:#FFFFFF; font-weight:bold; text-align:right;
	cursor:pointer; 
}


#menu li{ display:inline; 
	position:relative;	float:left;
	height:70px; width:95px; margin-right:1px; 
	background-color:#D50000; 
}

#menu li:hover { background-color:#000000;}

#menu-li-primero{ 	background:transparent url(img/fnd-menu-izquierda.gif) no-repeat top left; }
#menu-li-ultimo { 	background:transparent url(img/fnd-menu-derecha.gif) no-repeat top right; }

#cabecera{
	/*width:988px;*/ height:200px; position:relative;	float:left;
	background-color:#FFFFFF;
	background:transparent url(img/fnd-cabecera.jpg) repeat-y top left; z-index:1; margin:0; padding:0;
}
#cabecera div{ 	/*position:relative;*/ width:100px; top:10px; left:30px; font-size:80%; /*text-decoration:underline;*/ }
#cabecera div a:hover { text-decoration:underline; }

#navegador{
	position:relative; font-size:90%;
	margin-left:10px; margin-top:5px; margin-bottom:10px
	}
#columna-izquierda{
	width:720px;
	position:relative;	float:left;
	margin-left:10px; margin-top:10px; margin-bottom:20px;
	}
#anuncios-derecha{
	width:200px; position:relative;	margin-top:30px; float:right;  
}
#anuncios-derecha div { margin-bottom:10px; }
#cuerpo{
	width:989px; height:400; position:relative;	float:left;
	margin-top:3px;
	background-color:#FDFDFD;
	background:transparent url(img/fnd-cuerpo.jpg) repeat-y top right; 
}
#borde-arriba-izquierda{
	width:20px; position:relative;	float:left; min-height:20px;
	background:transparent url(img/fnd-borde-arriba-izquierda.jpg) no-repeat top left;  
}
#borde-arriba-centro{
	width:960px; position:relative;	float:left; min-height:20px;
	background:transparent url(img/fnd-borde-arriba-centro.jpg) no-repeat top left;  
}
#borde-arriba-derecha{
	width:20px; position:relative;	float:right; min-height:20px; 
	background:transparent url(img/fnd-borde-arriba-derecha.jpg) no-repeat top right;  
}
#borde-centro-izquierda{
	width:1000px; position:relative;	float:left; 
	background:transparent url(img/fnd-borde-centro-izquierda.jpg) repeat-y top left;  margin:0; padding:0;
}
#centro-contenido{
	/*width:988px;*/ position:relative;	float:left;
	background-color:#FDFDFD;  margin:0; padding:0;
}
body:nth-of-type(1) div#centro-contenido { width:989px; } /*Se aplicará sólo a Safari y Chrome para mostrar correctamente el borde derecho*/ 

#borde-centro-derecha{
	width:995px; position:relative;	float:right;
	background:transparent url(img/fnd-borde-centro-derecha.jpg) repeat-y top right;  margin:0;  padding:0;
}
#borde-abajo-izquierda{
	width:20px; position:relative;	float:left; min-height:20px;
	background:transparent url(img/fnd-borde-abajo-izquierda.jpg) no-repeat top left;
}
#borde-abajo-centro{
	width:960px; position:relative;	float:left; min-height:20px;
	background:transparent url(img/fnd-borde-abajo-centro.jpg) repeat-x top right; 
}
#borde-abajo-derecha{
	width:20px; position:relative;	float:left; min-height:20px;
	background:transparent url(img/fnd-borde-abajo-derecha.jpg) no-repeat top left; 
}


/*
#wrap{
	width:100%;	position:relative;	float:left;
	background:transparent url(media/sidebar.jpg) no-repeat bottom left;
}
#lateral{ width:18%; position:relative;	float:left;}

#subwrap{ width:80%; position:relative;	float:right;
	background:transparent url(media/sidebar.jpg) no-repeat bottom right;
}
#contenido{
	width:80%; position:relative; float:left; background: #d6e9ff;
	height:500px;
}
#contenido[id]{ height:auto; min-height:500px;}

#lateral2{width:18%; position:relative;	float:right;}

#pie{
	width:100%; position:relative; float:left;
	background:transparent url(media/footer.gif) repeat-x bottom;
}*/





/* ELEMENTOS COMUNES 

#submenu{text-align:right;}
#submenu li{display:inline;}
*/.prueba {
	background-image: url(img/fnd-borde-abajo-centro.jpg);
	background-repeat:  repeat-y;
	background-position: left top;  
}
