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

html,body{
	padding:0px;
	margin:0px;
	text-align:center;
	background-image: url(../img/bg_body.gif);
	background-repeat:    repeat-y;
	background-position: center;
	color:#666666;
	font-family:Tahoma,Helvetica,arial,sans-serif;
	font-size:8pt;
	background-color: #e5f3eb;
}

#contenedor{
	width:860px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-color: #FFFFFF;
}
#menu{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #494949;
	background-color:#FFFFFF;
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
}

#menu li {
	margin:0px;
	padding:0px;
	float:left;
}

#menu a{
	display:block;

	text-decoration:none;
	text-align:center;
	font-size:12px;
	color:#494949;
	padding-top: 17px;
	padding-right: 14px;
	padding-bottom: 15px;
	padding-left: 14px;
	font-weight: bold;

}
#menu a.sel{
	display:block;
	width:110px;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	color:#9b2824;
	padding-top: 17px;
	padding-right: 6px;
	padding-bottom: 15px;
	padding-left: 6px;
	font-weight: bold;
		background-image: url(../img/bg_comand.gif);
	background-repeat: no-repeat;
	background-position: right center;	
}
#menu a:hover{
	text-decoration: none;
	background-image: url(../img/bg_hover.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#imagen{
	width:250px;
	padding:0px;
	margin:0px;
	float:left;
}
#round{
	background-image: url(../img/bg_central.gif);
	background-repeat:  repeat-y;
}
#contenido{
	width:610px;
	padding:0px;
	margin:0px;
	float:left;
}
#lateral{
	width:250px;
	padding:0px;
	margin:0px;
	float:left;
}

#central{
	width:610px;
	padding:0px;
	margin:0px;
	float:left;
}
#gal{
	background-color: #FFFFFF;
}
#pie{
	width:860px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-color: #FFFFFF;
}

#pie a{

color:#9b2824;

}

.clearfix{
clear:both;

}
.inner_10{
padding:10px;
}
.rojo{
color:#9b2824;
}
.rojobig{
	color:#9b2824;
	font-size: 13px;
}
.inner_central{
	padding-right:190px;
	padding-top:10px;
	background-image: url(../img/lat/01.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.inner_central2{
	padding-right:190px;
	padding-top:10px;
	background-image: url(../img/lat/02.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.inner_central3{
	padding-right:190px;
	padding-top:10px;
	background-image: url(../img/lat/03.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.inner_central4{
	padding-right:190px;
	padding-top:10px;
	background-image: url(../img/lat/04.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.inner_central5{
	padding-right:190px;
	padding-top:10px;
	background-image: url(../img/lat/05.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.inner_central6{
	padding-right:190px;
	padding-top:10px;
	background-image: url(../img/lat/06.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.inner_central7{
	padding-right:190px;
	padding-top:10px;
	background-image: url(../img/lat/07.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h1{
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}
h3{
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.punteado{
border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #cccccc;
}
.imgleft{
	float:left;
	margin-right: 16px;
	margin-bottom: 20px;
}

