/* Archivo de estilo */
body{
	background: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}
img{
	border:none;
}
ul{
	list-style:none;
}

/*div que contiene toda la pagina*/
#wrap{
	margin:0 auto;
	width:780px;
}

/*div de cabecera*/
#header{
	background-color:#000;
	width:780px;
}

#header h1,#header h2{
    display:none;
}

/*div de contenido*/
#content{
	width:780px;
}

/*div de footer*/
#footer{
	width:780px;
	height:42px;
	background-color:#333;
	color:#fff;
}

#footer div{
	top:8px;
	position:relative;
	text-align:center;
	
}

/******************************** general ************************************/

#header h1{
	color:#000;
	font-size:9px;
}

#header .header1{
	background-image: url(/img/header.gif);
	background-repeat:no-repeat;
	width:780px;
	height:71px;
	padding:0px;
}

#header .header1 img{
	position:absolute;
	margin-left:90px;
}

#header .header1 h2{
    display:block;
	font-size:12px;
	font-weight:200;
	letter-spacing: 1.5em;
	float:right;
	margin-top: 50px;
	margin-right: 10px;
	position:relative;
}

#header .header1 .idioma{
	width: 70px;
	height: 30px;
	background-image: url(/img/cuadro-rojo.gif);
	background-repeat:no-repeat;
	background-position: 45px 0px;
	padding-top: 10px;
	top: 13px;
	left: 678px;
	position:relative;
}

#header .header2{
	background-image: url(/img/trozo2.jpg);
	background-repeat:no-repeat;
	width:780px;
	height:36px;
}

#header .header2 h3{
	width:130px;
	height:30px;
	font-size:14px;
	position:absolute;
	margin-left: 120px;
	margin-top: 6px;
    font-style:italic;
    font-family:times new roman;
    line-height:0.97em;
}

#header .header2 div{
	width:522px;
	height: 29px;
	margin-left: 256px;
	margin-top:5px;
	position:absolute;
}

#header .header2 div div{
	font-size:11px;
	width:70px;
	height:25px;
	float:left;
	position:relative;
	margin-top: 3px;
	padding-left: 4px;
	margin-left: 14px;
	background-image:url(/img/linea-roja.gif);
	background-repeat:no-repeat;
	background-position:left;
}

#header .header2 div div.grande{
	width:125px;
}

#content .seccionesInferior{
	width:auto;
	height:24px;
	background-image: url(/img/rectangulo-naranja.gif);
	background-repeat:repeat-x;
	letter-spacing: 0.1em;
	text-align:center;
	padding-left:0px;
}

.seccionesInferior ul{
	padding-top:4px;
	padding-left:0px;
	margin:0px;

}

.seccionesInferior ul li{
	background-image: url(/img/linea-blanca.gif);
	background-repeat:no-repeat;
	background-position: 0px 1px;
	display:inline;
	padding-left:6px;
}

.seccionesInferior ul li.primero{
	background-image: none;
}

#content .arteTexto {
	width:780px;
	height:108px;
	margin:0px;
}

#content .arteTexto .bloqueArte{
	width:259px;
	height:108px;
	background-image: url(/img/espacio-arte.jpg);
	background-repeat:no-repeat;
	float:left;	
}

#content .arteTexto .bloqueArte h3{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#8A0000;
	width:178px;
	height:24px;
	font-size:16px;
	position:relative;
	margin-left: 40px;
	margin-top: 10px;
}
#content .arteTexto .bloqueArte ul{
	position:absolute;
}
#content .arteTexto .bloqueArte ul li{
	background-image: url(/img/cuadro-blanco.gif);
	background-repeat:no-repeat;
	background-position: 0px 1px;
	padding-left: 20px;
	padding-bottom:5px;
	padding-top:0px;
	color:#fff;
	width:140px;
	height:25px;
	font-size:11px;
	position:relative;
	margin-left: 0px;
	margin-top:0px;
}

#content .arteTexto .bloqueTxt{
	background-image: url(/img/cuadro-blanco.gif);
	background-repeat:no-repeat;
	background-position: 40px 20px;
	position:relative;
	width:450px;
	height:80px;
	margin:0px;
	margin-left:260px;
	padding-top:20px;
	padding-left:60px;
	overflow:visible;
}

/******************************** enlaces ************************************/

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

#header .header2 a {
	color: #870101;
	text-decoration: none;
}
#header .header2 a:hover {
	text-decoration: underline;
	color: #870101;
}

#footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
