body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../graficos/fondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
.foto {
	font-size:14px;
	font-weight:bold;
}
.foto a {
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.foto a:hover {
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}
#top {
	width:100%;
	background:url(../graficos/top.jpg) no-repeat center top;
	height:162px;
}
#barra_botones {
	width:900px;
	padding-top:124px;
	padding-left:70px;
}
#contenido {
	width:900px;
	background:url(../graficos/contenido-mid.png) repeat-y center;
	min-height:200px;
}
#contenido .titulo {
	font-size:18px;
	font-weight:bold;
	color:#FF0000;
	padding:15px 30px 5px 30px;
}
#contenido .texto {
	padding:5px 30px 10px 30px;
	font-size:12px;
}
#bottom {
	width:900px;
	background:url(../graficos/contenido-bottom.png) no-repeat center;
	height:54px;
}
#bottom .textob {
	font-size:10px;
	padding-top:50px;
}
#bottom a {
	color:#000000;
	text-decoration:underline;
}
#bottom a:hover {
	text-decoration:none;
}

/* SUBMENU PARA SERVICIOS */
#slantedmenu{
font-weight: bold;
padding-left:8px;
padding-right:6px;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
background-color: #e0e0e0;
border: 1px solid #bebebe;
text-align: left; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #494949;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: transparent url(../graficos/slantdivider.gif) top right no-repeat;
}

#slantedmenu ul li a:visited{
color: #494949;
} 

#slantedmenu ul li a:hover{
color: black;
}

/* FIN DE SUBMENU PARA SERVICIOS */