@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	background-image: url(../images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	margin-left:25px;
	/*padding-bottom:40px;*/
}

img {
	border: 0;
}

#cabecera {
	width: 100%;
	height: 215px;
	background-image: url(../images/cabecera.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin-left:-12px;
	position:relative;
}

h1,h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
h4 { font-size: 10px; }
h5 { font-size: 9px; }
h6 { font-size: 8px; }

#cabeceracontenido {
	width:960px;
	height:	215px;
	position:relative;
	margin: 0px auto;
}

#cabecera_contacto{
	position:absolute;
	right:60px;
	top:73px;
	font-size:11px;
	font-weight:bold;
	width:80px;
	height:40px;
	color:#FFFFFF;
	background-image: url(../images/contacto.png);
	background-position:left ;
	background-repeat:no-repeat;
	text-align:right;
	line-height:0.2px;
	padding-bottom:10px;
}

#cabecera_contacto p{
	margin-top:15px;
	
}

#cabecera_contacto a{
	color:#FFFFFF;
	text-decoration:none;
}

#cabeceraenlaces{
	position:absolute;
	bottom:0px;
	left:160px;
}

#cabeceraenlaces a{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	padding-top:4px;
}

#principal {
	margin: 0 auto;
	width:826px;
	height:485px;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/principal.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	position:relative;
}

.tablaprincipal{
}



#lateral {
	width:220px;
}

#lateral img{
	border: 0;
	margin-bottom:4px;
}


#publicidad{
	margin-left:25px;
	width:530px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	position:absolute;
	bottom:30px;
}
.textopubli {
    background-color: #800903!important;
    margin-bottom: 2px;
    height: 10px;
    line-height: 10px;
}

.textopubli span {
    background-color: #FFF;
}


#publicidad .imgizq{
	float:right;
	border:0;
}

#publicidad .imgder{
	float:left;
	border:0;
}

#publicidad .imgpubli {
	margin-right:0px;
}

#publicidad a{
	text-decoration:none;
}

#pie {
	margin: 0 auto;
	height: 70px;
	color:#FFFFFF;
	position:relative;
	clear:both;
	width: 824px;
	font-size:10px;

}

.copyright {
	position:absolute;
	margin:5px 0px 5px 0px;
	
}

.getflash{
	position:absolute;
	margin:20px 0px 5px 0px;
}

.enlaces_pie {
	position:absolute;
	margin: 5px 0px 5px 0px;

	left:320px;
	top: -5px;
	width: 500px;
	text-align: right;
}

 
#pie_texto {
	line-height:20px;
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	font-size:9px;
	
}

#pie_enlaces{
	line-height:20px;
	text-align: right;
	margin-left: 0px;
	margin-right: 0px;
	font-size:9px;
	display:inline;
	position:absolute;
	right:30px;
	top:0px;
}


#pie a {
	line-height:20px;
	color:#FFFFFF;
	text-decoration: none;
	font-size:9px;
	
}


/*------------------------------------piratas ----------------------------------*/

#enlace_volver{
	margin-left:25px;
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	position:absolute;
	bottom:55px;
	border-bottom:#000000 1px solid;

	clear:both;
}

#enlace_volver span{
	
	height:10px;
	width:500px;
}

#enlace_volver span a{
	text-decoration:none;
	color:#000000;
	height:10px;
	width:500px;
}

