/* ************************************************************************************************* */
/* GENERAL                  				             											 */
/* ************************************************************************************************* */
*{
	margin:0px; 
	padding:0px; 
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0px;
}
img{
	border: 0px;	
}
html{
	width:100%;
	height:100%;
}
body{
	width:100%;
	height:100%;
	background-image:url(../imagenes/fondo.png);
	background-repeat:repeat-y;
	background-position:top;
}


#Site{
	width:100%;
	height:100%;
	/*background-image:url(../imagenes/FondoCabecera.png);*/
	background-position:center;
	background-repeat:no-repeat;
}
hr.clear { /*Para dejar un salto de línea después de divs con float*/
     background: none;
     border: 0;
     clear: both;
     display: block;
     float: none;
     font-size: 0;
     margin: 0;
     padding: 0;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
     }
/**/

/* ************************************************************************************************* */
/* AREA PRIVADA               				             											 */
/* ************************************************************************************************* */
#AreaPrivada{	
	float:right;
	z-index:500px;
	width:150px;
	font-family:Arial;
	color:#333333;
	font-size:11px;
	margin-right:5px;
	margin-top:-30px;	
}
#AvisoLegal{		
	float:right;	
	font-family:Arial;
	color:#333333;
	font-size:11px;	
	margin-right:80px;
	margin-top:-30px;
}

#Logotipo{
	clear:both;
	z-index:100;
	margin-left:0px;
	margin-top:-117px;
}
/**/
/* ************************************************************************************************* */
/* CABECERA                  				             											 */
/* ************************************************************************************************* */
#Cabecera{
	width:994px;
	margin:0 auto;
}

/* ************************************************************************************************* */
/* CONTENIDO                  				             											 */
/* ************************************************************************************************* */
#Contenedor{
	width:994px;
	margin:auto;
}
#Contenido{
	margin:30px 30px 30px 30px;
}
h1{
	color:#90000f;
	font-size:18px;
}
h2{
	color:#90000f;
	font-size:12px;
	font-weight:bold;
}
.Texto{
	color:#474747;
	font-size:12px;
	text-align:justify;
}
.Texto a{
	color:#90000f;
	font-weight:bold;
}
.Texto a:hover{
	color:#000000;
	font-weight:bold;
}
.BotonSubir a{
	background-image:url(../imagenes/flecha.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#90000f;
	font-size:12px;
	font-weight:bold;	
}
.BotonSubir a:hover{
	color:#000000;
}


/* ************************************************************************************************* */
/* PIE                      				             											 */
/* ************************************************************************************************* */
#Pie{
	width:994px;
	margin:0 auto;
	background-color:#efefef;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	height:30px;
	padding-top:7px;
}
#Pie a{
	color:#90000f;
}
#Pie a:hover{
	color:#000000;
}
/**/
#Site #Contenedor #Contenido table tr .Texto .Titular {
	font-size: 18px;
	color:#90000f;
}
