body {
	background: #838383;
	margin: 0px;
	padding: 0px;
	font: 13px/150% Verdana, Arial, Helvetica, sans-serif;
	color: #5c5c5c;
}
a:link {
	color: #37296c;
	text-decoration: none;
}
a:visited {
	color: #37296c;
	text-decoration: underline;
}
a:hover {
	color: #37296c;
	text-decoration: underline;
}
#arriba {
	background: #37296c;
	height: 53px;
	width: 100%;
	text-align: center;
}
#arriba_interno {
	background: url(../images/menu_fondo.jpg) no-repeat center top;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding: 20px 35px 16px;
}
#arriba_interno ul {
	margin: 0px; 
	padding: 0px; 
	list-style-type: none;
}
#arriba_interno ul li {
	margin: 0px 50px 0px 0px; 
	display: inline;
}

#arriba_interno ul li a:link, #arriba_interno ul li a:visited {
	font: 14px "Microsoft Sans Serif", sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

#arriba_interno ul li a.activo:link, #arriba_interno ul li a.activo:visited {
	border-bottom: 2px solid #f7971d;
}
#arriba_interno ul li a:hover { 
	border-bottom: 2px solid #8777c2;
}


#medio1 {
	min-height: 600px;
	height: auto !important;
	height: 600px;
	background-color: #f7f8f8;
	background-image: url(../images/fondo_degradado2.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#medio2 {
	background: url(../images/fondo.jpg) no-repeat center top;
	text-align: center;
}
#medio_medio{
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}
#medio_interno{
	float: right;
	width: 750px;
	text-align: left;
}
#banner {
	width: 750px;
}
#titulo {
	background: #c0bfbf;	
	padding-right: 25px;
	padding-left: 25px;
	}
#titulo h1 {
	font: italic 30px/65px Georgia, "Times New Roman", Times, serif;
	color: #797979;
	height: 65px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}
#titulo ul {
	float: right;
	margin-top: 23px;
}
#titulo li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	background-image: url(../images/circulo_morado.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#titulo li a:link, #titulo li a:visited {
	color: #797979;
	text-decoration: none;
}
#titulo li a:hover {
	color: #37296c;
	text-decoration: none;
}
#titulo li a.active2 {
	text-decoration: underline;
}

#txt {
	padding: 30px;
}
#txt h2{
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	color: #37296c;
	border-bottom: 2px solid #f7971d;
	padding-bottom: 4px;
}

#txt p{
	text-align: justify;
}
#txt blockquote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	border-left: 3px solid #CCCCCC;
	padding-left: 20px;
}
#txt fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f8f8f8
}
#txt legend {
	font-weight: bold;
}
#txt label {
	display:block;
}
#txt input, #txt textarea {
	border:1px solid #ccc;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#txt input{
	width:200px;
}
#txt input.boton{
	font-weight: bold;
	height: auto;
	width: 100px;
}

#txt textarea{
	width:400px;
}
#txt p.leer-mas {
	font-size: 11px;
	text-align: right !important;
	margin-right: 15px;
}
#txt p.leer-mas a {
	text-decoration: none;
	padding: 3px;
}
#txt p.leer-mas a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #37296c;
}
#abajo {
	min-height: 100px;
	height: auto !important;
	height: 100px;
	border-top: 5px solid #bdbdbd;
	text-align: center;
}
	
#abajo_interno {
	margin-right: auto;
	margin-left: auto;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #dadada;
	text-align: right;
	width: 950px;
	padding: 20px;
}
#abajo_interno p {
	margin-top: 0px;
}
#abajo_interno a {
	color: #dadada;
	text-decoration: none;
}

.clear {
	clear: both;
}
div.dos_cols {
	float: left;
	width: 310px;
	padding-right: 30px;
	height: 180px;

}
#txt img {
	border:1px solid #CCCCCC;
	padding:4px;
	background-color: #FFFFFF;
	margin: 0px 10px;
}

/* slideshow */


#slideshow {
    position:relative;
    height:264px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

