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

body { 
text-align: center; 
min-width: 175px; 
background-color:#a5a4a5;
background-image: url(bgg.jpg);
background-repeat: repeat-x;
}


/*Contenido*/

#content { 
width: 550px;
height: 578px;
position: absolute;
top:422px; 
padding-bottom: 20px;
padding-top: 20px;
}

#inner-content { 
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
padding-top:5px;
position: relative;
background-color:#DFDDD4;}

#menuNav {
	position:absolute;
	width:221px;
	top: 456px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color:transparent;
}
 
#contentserv {
	width: 550px;
	height: 578px;
	position: absolute;
	top:151px;
	padding-bottom: 20px;
	padding-top: 20px;
	
}

#inner-contentserv { 
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
padding-top:5px;
position: relative;
background-color:#DFDDD4;}

#menuNavserv {
	position:absolute;
	width:221px;
	top: 169px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color:#2a2522;
} 


#image_block {
	padding:0px 10px 0px 0px;
	float: left;

}



/*Estilo Header & Links */

h1 {font-family:Helvetica; font-weight:bold; font-size:24px; color:#302822;}
h2 {
	font-family:Helvetica;
	font-weight:normal;
	font-size:12px;
	color:#5D5E62;
}
h3 {
	font-family:Helvetica;
	font-size:12px;
	font-weight:bold;
	color:#990000;
}
h4 {font-family:Helvetica; font-weight:normal; font-size:12px; color:#dfddd4;}
h5 {font-family:Helvetica; font-weight:normal; font-size:20px; text-decoration: smallcaps; color:#dfddd4;}

p {
	align:justify;
	font-family:Helvetica;
	font-weight:normal;
	font-size:12px;
	color:#595656;
}



a:link {color:#656464; text-decoration:none; font-weight:bold}, a:visited {color:#656464; text-decoration:none}
a:hover {
	color:#ffffff;
	text-decoration:none;
	font-weight:normal}, a:active {color:#656464; text-decoration:none; font-weight:normal}


/*Separador*/
#content .separator {
	border-top:3px solid #7f1f1c;
	margin-top:30px;
	padding-top:10px;
}

#contentserv .separator {
	border-top:3px solid #272727;
	margin-top:30px;
	padding-top:10px;
}

.style1 {
	color: #353434
}
a:visited {
	color:#656464;
	text-decoration: none;
}
a:active {
	color: #656464;
	text-decoration: none;
}
a {
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

