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


body {
	background-image: url(images/index_r1_c1.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

h1{
font-family:"Times New Roman", Times, serif;
font-size:38px;
color:000000;
font-weight:normal;
}

h2{ font-family: Garamond, Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:normal;
color:#990000;
}



#header{
display:block;
position:relative;
display:block;
clear:both;
width:1005px;
background:url(images/cabecera.jpg);
height:148px;

}

#botonera{
width:518px;
height:28px;
padding-top:15px;
position:absolute;
display:block;
background:url(images/fondo_botonera.png) no-repeat left bottom;
top:105px;
left:490px;
font-family:Garamond;
font-size:22px;
color:#FFFFFF;
font-weight:bold;
}

#botonera a{
color:#FFFFFF;
text-decoration:none;
}
#botonera a:hover{
color: #FFFF00;
text-decoration:none;
}

#contendios{
width:1005px;
clear:both;
position:relative;
display:block;
margin-top:10px;
}


#left{
clear:left;
float:left;
width:317px;
margin:10px 10px 0px 10px;
font-family:"Times New Roman", Times, serif;
font-size:20px;
color:#000000;
text-align:left;
}

#left_fat{
clear:left;
float:left;
width:980px;
margin:10px 10px 0px 10px;
font-family:"Times New Roman", Times, serif;
font-size:20px;
color:#000000;
text-align:left;
}

#right{
float: left;
clear:right;
display:block;
width:643px;
padding:10px 10px 10px 10px;
background:url(images/fondo_Index.jpg) no-repeat left top;
margin:10px 0px 0px 0px;
text-align:left;
}




#footer{
background:url(images/fondo_footer.jpg) repeat left top;
color:#FFFFFF;
font-family:Garamond;
font-size:15px;
clear:both;
display:block;
padding:10px;
text-align:center;
}

#footer a{ color:#FFFFFF; text-decoration:none;}
#footer a:hover{color:#FFFFFF; text-decoration:underline;}

#contenidos_footer{
width:1005px;
clear:both;
position:relative;
text-align:right;
}



.garamond19{
font-family:Garamond;
font-size:19px;
color:000000;
line-height:20px;
}

.garamond22{
font-family:Garamond;
font-size:22px;
color: #990000;
line-height:20px;
}

.textosNormal{
	text-align:left;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}






