@charset "utf-8";
/* CSS Document */

body{
	background-image:url(imagenes/backgroundR.jpg);
	background-repeat:repeat-x;
	background-color:#640c0e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}

a:link, a:visited, a:active{
	color:#ffedc4;
	text-decoration:none;
}

a:hover{
	color: #d4b7b7;
	text-decoration:underline;
} 	

.fondoCont{
	background-image:url(imagenes/fondoOutFocus.jpg);
	background-repeat:repeat-x;
	background-color:#783030;
	color:#FFFFFF;
}

.informacion{
	padding:10px;
	
}
.tdoradoC{
	background-color:#5b0303;
	color:#FFFFFF;
	padding-left:10px;
	margin-right:5px;
}

.galeriaCont{
background-image:url(imagenes/fondoGal.jpg);
background-repeat:repeat-x;
background-color:#e3d5d5;
}

.top{
	background-image:url(imagenes/backgroundTopGal.jpg);
	background-repeat:repeat-x;
}

.contLayout{
	background-image:url(img/fodoPortal2.jpg);
	background-repeat:repeat-x;
	background-color:#e2d2d3;
}
.contenido{
	padding:15px;
	}
.tutloN{
background-image:url(img/titleBack.jpg);
background-repeat:repeat-x;
height:33px;
	font-size:16px;
	font-weight:600;
	color:#FFFFFF;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	padding-top:5px;
}

/*Recuadro tipo 1 */
.rec1{
	background:#713134;
	padding:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
	color:#ffffff;
}
	
div.rec1 a:link, a:visited, a:active{
	color:#ffedc4;
	text-decoration:none;
}

div.rec1 a:hover{
	color: #d4b7b7;
	text-decoration:underline;
} 	

/*Recuadro tipo 2*/
.rec2{
	background-color:#7e262d;
	padding:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
	color:#ffffff;
	}
div.rec2 a:link, a:visited, a:active{
	color:#ffedc4;
	text-decoration:none;
}

div.rec2 a:hover{
	color: #d4b7b7;
	text-decoration:underline;
} 	
/*enlacesBlancos*/
.enlaceWhite{
	padding:5px;
	}

div.enlaceWhite a:link, a:visited, a:active{
	color:#ffffff;
	text-decoration:none;
}

div.enlaceWhite a:hover{
	color:#FFCC33;
	text-decoration:underline;
} 	
/*--------*/
/*Pie pagina --------*/
.pie{
background:url(img/piePortal.gif);
background-repeat:repeat-x;
height:50px;
}