body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575a5d;
	margin: 0px;
	text-align: justify;
}
img {
   border:0px
}
.testimonios {
	font-size: 11px;
	font-style: italic;
}
.titulos {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #9381ae;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
}
.seccion {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}
.header {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}
.menu {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

.menu a {
	text-decoration: none;
}
.menu a:hover {
	color: #9381ae;
	text-decoration: none;
}
/**********************/
#nheader{
	width: 980px;
	height:300px;
	float: left;
	position:relative;
}
#nmenu{
	position:absolute;
	top:3px;
	left:430px;
	width:550px;
	z-index:999999999999999999999999999999;
}
.seccion{
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-left: 12px;
	margin-right: 12px;
	float:left;
	color:#575a5d;
	width:auto;
}
a.seccion:hover, a#actual{
	border-bottom: 2px solid #34224a;
	background-color: #FFF;
	color:#575a5d;
}
#logo{
	position:absolute;
	top:0px;
	left:0px;
	z-index: 99999999999999999999999;
}
#imagenSeccion{
	position:absolute;
	top:34px;
	left:33px;
	z-index: 1;
}
#fotosHome{
    position:absolute;
    height:285px;
	top: 34px;
	left: 33px;
	z-index: 10;
	width: 427px;
}
#slideshow {
    position:relative;
    height:285px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}