/***********************
*******  GLOBAL  *******
***********************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
border:0;
outline:0;
font-weight:inherit;
font-style:inherit;
font-family:inherit;
vertical-align:baseline;
margin:0;
padding:0;
}


.clear {
	clear: both;
	font-size: 0;
	height: 0;
	height: 0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444444;
	text-align:justify;
	background-image:url(../img/background_body.jpg);
	background-repeat: repeat;
}

h1{
font-size:24px;
font-weight:bold;
color:#ae192d;
text-align:justify;
}

h2{
font-size:14px;
font-weight:bold;
color:#FFFFFF;
text-align:left;
}

h3{
font-size:11px;
padding-bottom:5px;
line-height:18px;
color:#ffffff;
text-align:center;
}

a {
	color: #444444;
	text-decoration: none;
}

a:hover {
	color: #ae192d;
	text-decoration: none;
}

.enlace{
background-color:#E78C8C;
color:#FFFFFF;
display:inline-block;
padding:1px 10px;
}

.enlace:hover{
background-color:#FF9A9A;
}

p{
	line-height:16px;
}

/**********************
*******  HEADER  ******
**********************/

#contenido {
	width: 970px;
	height:750px;
	overflow: visible;
	margin: 0 auto;
	background:#ffffff no-repeat;
	line-height: 12px;
}


#cabecero {
	float:left;
	width:960px;
	height:127px;
	background:transparent url(../img/fondo_cab.jpg) no-repeat 15px 5px;
}

#principal {
	float:left;
	width:610px;
	background-image:url(../img/fondo_principal.jpg);
	background-repeat:no-repeat;
	padding:8px 0 0 20px;
	margin-left:10px;
}

#derecha {
	float:right;
	width:290px;
	background-image:url(../img/fondo_derecha.jpg);
	background-repeat:no-repeat;
	padding-top: 8px;
	padding-left:25px;

}

#logo{
	float:left;
	padding:15px 0 0 38px;
	width: 245px;
	height: 127px;
	text-indent:-9000px;
	
}




/********************
*******  MAIN  ******
********************/



/**********************
*******  FOOTER  ******
**********************/

#footer {
	background:url(../images/bg_footer.gif) no-repeat;
	color:#fff;
	margin: 0 auto;
	font-size:10px;
	line-height:14px;
	min-height:20px;
	padding-top:15px;
	text-align:center;
	width:970px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}