@charset "utf-8";

/*GENERAL STYLES****************************************************************************/
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #8f8675;
	font-size: 13px;
	background: #fff url(../imagenes/bg-page.gif) no-repeat center top;
}
#wrapper{
	width: 960px;
	margin: auto;
}
#multi-lenguaje{
	float: left;
	width: 960px;
	height: 15px;
}
#multi-lenguaje ul{
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#multi-lenguaje li{
	float: left;
}
#multi-lenguaje li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8f8675;
	display: block;
	text-decoration: none;
	margin: 10px 0 0 10px;
	padding: 0 0 0 20px;
}
#multi-lenguaje li a:hover{
	text-decoration: underline;
}
.spanish-link{
	background: url(../imagenes/mx.gif) no-repeat 0 1px;
	width: 50px;
}
.english-link{
	background: url(../imagenes/gb.gif) no-repeat 0 1px;
	width: 50px;
}

/*CONTENT STYLES****************************************************************************/
#content{
	width: 960px;
	float: left;
	margin: 20px 0 0 0;
}
#header{
	width: 960px;
	height: 206px;
	float: left;
}
#header h1{
	display: none;
}


/*LEFTNAV STYLES****************************************************************************/

#left-nav{
	width: 150px;
	float: left;
	padding: 0 10px 0 0;
	background: #fff;
}

/*Main Menu*/
#main-menu{
	position: relative;
	width: 150px;
	float: left;
	margin: -40px 0 0 0;
}
#main-menu-top{
	width: 150px;
	height: 15px;
	float: left;
	background: #da0483 url(../imagenes/bg-menu-top.gif) no-repeat left top;
}
#main-menu-elements{
	width: 150px;
	float: left;
	margin: -1px 0 0 0;
	padding: 0 0 5px 0;
	background: #da0483 url(../imagenes/bg-menu.gif) repeat-y left top;
}
#main-menu-bottom{
	width: 150px;
	height: 15px;
	float: left;
	background: #da0483 url(../imagenes/bg-menu-bottom.gif) no-repeat left bottom;
}
#main-menu-elements ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#main-menu-elements li{
	_height: 20px;
}
.main-menu-elements-link a{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 16px;
	width: 134px;
	display: block;
	padding: 5px 0 5px 16px;
	text-decoration: none;
}
.main-menu-elements-link a:hover{
	background: url(../imagenes/bg-menu-hover.gif) no-repeat 0 3px;
}
.main-menu-elements-link-last a{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 16px;
	float: left;
	width: 134px;
	display: block;
	padding: 5px 0 5px 16px;
	text-decoration: none;
}
.main-menu-elements-link-last a:hover{
	background: url(../imagenes/bg-menu-hover.gif) no-repeat 0 3px;
}

.main-menu-elements-link ul{
	background: url(../imagenes/bg-menu-subindice.gif) repeat;
}
.main-menu-elements-link ul li a{
	width: 120px;
	padding: 5px 0 5px 30px;
}

/*Linea Directa*/
#linea-directa{
	width: 150px;
	height: 101px;
	float: left;
	text-indent: -5000px;
	margin: 20px 0 0 0;
	background: url(../imagenes/img-linea-directa.gif) no-repeat left top;	
}

/*Enlaces*/
#enlaces{
	width: 140px;
	float: left;
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
}
#enlaces h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	height: 25px;
	float: left;
	background: url(../imagenes/image-enlaces.gif) no-repeat 6px 10px;
	margin: 0 0 12px 0;
	padding: 0 0 0 22px;
}
.enlaces-element{
	float: left;
}
.enlaces-element h4{
	background: #fff url(../imagenes/icon-enlaces.gif) no-repeat 0 3px;
	width: 140px;
	float: left;
	text-indent: 18px;
	font-size: 12px;
	color: #666666;
}
.enlaces-element a{
	width: 140px;
	font-size: 10px;
	color: #b4b4b4;
	float: left;
	display: block;
	text-decoration: none;
	font-style: italic;
	margin: 0 0 12px 0;
}
.enlaces-element a:hover{
	text-decoration: underline;
}




/*MAIN CONTENT STYLES****************************************************************************/
#main-content{
	float: left;
	width: 540px;
	padding: 15px 10px 0 10px;
}

/*MAIN DL STYLES*/
#main-dl{
	float: left;
	width: 540px;
}
#main-dl h2{
	float: left;
	width: 540px;
	height: 95px;
	text-indent: -5000px;
	background: #fff url(../imagenes/image-maindl-header.gif) no-repeat left top;
}
#main-dl img{
	float: left;
	width: 218px;
	height: 174px;
	margin: 0 10px 0 0;
}
#main-dl p{
	float: left;
	width: 280px;
	margin: 20px 0 0 10px;
}
#main-dl b{
	color: #333333;
}

/*MAIN promo STYLES*/
.main-promo{
	float: left;
	width: 225px;
	background: #fff;
	border: #ddd solid 1px; 
	margin: 20px 10px 5px 10px;
	_margin: 8px 7px 5px 7px;
	padding: 10px;
}
.main-promo h3{
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	color: #666;
	margin: 0 0 16px 0;
}
.main-promo img{
	float: left;
	padding: 5px;
	border: #eee solid 1px;
}
.main-promo p{
	float: left;
	margin: 14px 0 20px 0;
}
.main-promo a{
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-style: italic;
}


/*RIGHT RAIL STYLES****************************************************************************/
#right-rail{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7b7b7b;
	float: right;
	width: 220px;
	padding: 16px 10px;
}

/*NOTICIAS STYLES*/
#right-noticias{
	float: left;
	width: 200px;
	padding: 10px;
	border: #eee solid 1px;
	margin: 0 0 24px 0;
}
#right-noticias h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	color: #666;
	float: left;
	margin: 0 0 10px 0;
}
#right-noticias h3 a{
	color: #666;
	text-decoration: none;
}
.right-noticias-element{
	float: left;
	border-bottom: #7b7b7b dotted 1px;
	padding: 0 0 5px 0;
	margin: 0 0 16px 0;
}
.right-noticias-element-last{
	float: left;
}
.right-noticias-element h4{ 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 180px;
	color: #666;
	float: left;
	padding: 0 0 0 15px;
	background: url(../imagenes/icon-right-noticias.gif) no-repeat left 3px;
}
.right-noticias-element-last h4{ 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 180px;
	color: #666;
	float: left;
	padding: 0 0 0 15px;
	background: url(../imagenes/icon-right-noticias.gif) no-repeat left 3px;
}
.right-noticias-element a{ 
	color: #666;
}
.right-noticias-element-last a{ 
	color: #666;
}
.right-noticias-element p { 
	margin: 0 0 16px 0;
}

/*EVENTOS STYLES*/
#right-eventos{
	float: left;
	width: 200px;
	padding: 10px;
	margin: 0 0 24px 0;
	border: #eee solid 1px;
}
#right-eventos h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	color: #666;
	float: left;
	width: 100%;
	height: 35px;
	margin: 0 0 -10px 0;
}
#right-eventos h3 a{
	color: #666;
	text-decoration: none;
}
.right-eventos-element{
	float: left;
	padding: 10px 0 10px 0;
	border-bottom: #7b7b7b dotted 1px;
}
.right-eventos-element a{ 
	color: #666;
	background: url(../imagenes/icon-right-eventos.gif) no-repeat left 3px;
	padding: 0 0 0 15px;
}
.right-eventos-element-last{
	float: left;
	margin: 0 0 -10px 0;
	padding: 10px 0 10px 0;
}
.right-eventos-element-last a{ 
	color: #666;
	background: url(../imagenes/icon-right-eventos.gif) no-repeat left 3px;
	padding: 0 0 0 15px;
}

/*RIGHT STYLES*/
#right-cursos{
	float: left;
	width: 200px;
	_width: 195px;
	padding: 10px;
	border: #eee solid 1px;
}
#right-cursos h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	color: #666;
	float: left;
	width: 100%;
	height: 35px;
}
#right-cursos h3 a{
	color: #666;
	text-decoration: none;
}
.right-cursos-element{
	float: left;
	padding: 10px 0 10px 0;
	border-bottom: #7b7b7b dotted 1px;
}
.right-cursos-element a{ 
	display: block;
	color: #666;
	padding: 0 0 0 15px;
	background: url(../imagenes/icon-right-cursos.gif) no-repeat left 3px;
}
.right-cursos-element p{
	width: 100%;
}
.right-cursos-element-last{
	float: left;
	padding: 10px 0 10px 0;
}
.right-cursos-element-last a{ 
	display: block;
	color: #666;
	padding: 0 0 0 15px;
	background: url(../imagenes/icon-right-cursos.gif) no-repeat left 3px;
}
.right-cursos-element-last p{
	width: 100%;
}





/*FOOTER STYLES****************************************************************************/
#footer {
	float: left;
	width: 100%;
	margin: 34px 0 0 0;
	background: #000 url(../imagenes/bg-footer.gif) repeat-x left top;
}
#footer-menu {
	width: 960px;
	margin: auto;
	padding: 15px;
	margin-top: 20px;
}
#footer-menu ul {
	list-style-type: none;
}
.footer-menu-link{
	float:left;
}
.footer-menu-link a{
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding: 0 10px 0 10px;
	border-right: #ced9cf solid 1px;
}
.footer-menu-link a:hover{
	text-decoration: underline;
}
.footer-menu-link-last{
	float:left;
}
.footer-menu-link-last a{
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding: 0 10px 0 10px;	
}
.footer-menu-link-last a:hover{
	text-decoration: underline;
}
#footer-menu p {
	float: left;
	width: 390px;
	color: #fff;
	margin: 18px 0 0 10px;
}
#copyright {
	font-size: 10px;
	float: right;
	width: 490px;
	color: #fff;
	margin: 35px 10px 10px 0;
}



/*CONTENT NOSOTROS******************************************************************************/
#nosotros-main-dl{
	float: left;
	width: 540px;
	margin: 0 0 24px 0;
}
#nosotros-main-dl h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-style: italic;
	font-weight: normal;
	color: #666;
	float: left;
	width: 100%;
	margin: 0 0 18px 0;
}
#nosotros-main-dl img {
	float: right;
	padding: 5px;
	border: #dae2db solid 1px;
}
#nosotros-main-dl p{
	float: left;
	width: 220px;
	color: #8f8675;
}
.nosotros-content-element{
	float: left;
	width: 540px;
	margin: 0 0 24px 0;
}
.nosotros-content-element h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	color: #999;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}
.nosotros-content-element p{
	float: left;
	width: 540px;
	color: #8f8675;
}



/*DOCUMENTOS NOSOTROS******************************************************************************/
.documentos-main-dl{
	float: left;
	width: 540px;
	padding: 0 0 30px 0;
	margin: 0 0 24px 0;
	border-bottom: #e6ede6 solid 1px;
}
.documentos-main-dl h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-style: italic;
	font-weight: normal;
	color: #666;
	float: left;
	width: 100%;
}
.documentos-main-dl h5{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	float: left;
	width: 100%;
	margin: 0 0 18px 0;
}
.documentos-main-dl img {
	float: left;
	padding: 5px;
	border: #eee solid 1px;
}
.documentos-main-dl p {
	float: left;
	width: 220px;
	margin: 0 0 0 10px;
	color: #8f8675;
}

.documentos-link h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	color: #999;
	float: left;
	width: 100%;
	margin: 0 0 18px 0;
}
.documentos-link ul {
	list-style-type: none;
	margin: 0 0 0 24px;
	padding: 0;
}
.documentos-link ul li {
	float: left;
}
.documentos-link ul li a {
	font-size: 16px;
	color: #8f8675;
	float: left;
	display: block;
	margin: 0 0 18px 0;
	padding: 0 0 0 20px;
	width: 400px;
	background: url(../imagenes/icon-pdf.gif) no-repeat 0 3px;
}

.documentos-content{
	float: left;
	width: 540px;
}
.documentos-content ul{
	margin: 0 0 0 24px;
	padding: 0;
}
.documentos-content ul li a{
	color: #8f8675;
}


/*ASOCIACION CIVIL STYLES*/
#ac-main-dl h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-style: italic;
	font-weight: normal;
	color: #666;
	float: left;
	width: 100%;
	margin: 0 0 18px 0;
}
.ac-content-element h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	color: #999;
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
.ac-content-element-staff h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	color: #999;
	float: left;
	width: 100%;
	margin: 20px 0 20px 0;
}
.ac-content-element p{
	float: left;
	width: 540px;
	color: #8f8675;
	margin: 0 0 24px;
}
.ac-content-element .areas {
	list-style-type: none;
	margin: 0 0 0 24px;
	padding: 0;
}
.ac-content-element ul .areas-operativas {
	font-size: 16px;
	font-weight: bold;
	color: #8f8675;
	float: left;
	display: block;
	margin: 0 0 18px 0;
	padding: 0 0 0 20px;
	width: 400px;
}
.ac-staff {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.ac-staff li {
	font-size: 12px;
	font-weight: bold;
	color: #8f8675;
	float: left;
	display: block;
	margin: 0 0 18px 0;
}
.staff-element-onecolumn {
	width: 540px;
	text-align: center;
}
.staff-element-twocolumn {
	width: 270px;
	text-align: center;
}
.staff-element-threecolumn {
	width: 180px;
	text-align: center;
}
.ac-staff li span {
	font-size: 10px;
	font-weight: bold;
	color: #8f8675;
}
.ac-staff li a {
	font-size: 10px;
	font-weight: bold;
	color: #8f8675;
}
/*CONTENT PROMOCION******************************************************************************/
#promocion-main-dl{
	float: left;
	width: 540px;
	margin: 0 0 24px 0;
}
#promocion-main-dl h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-style: italic;
	font-weight: normal;
	color: #666;
	float: left;
	width: 100%;
	margin: 0 0 18px 0;
}
#promocion-main-dl img {
	float: left;
	padding: 5px;
	border: #eee solid 1px;
}
#promocion-main-dl p{
	float: left;
	width: 220px;
	margin: 0 0 0 10px;
	color: #8f8675;
}
.promocion-content-element{
	float: left;
	width: 540px;
	margin: 0 0 24px 0;
}
.promocion-content-element h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	color: #999;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}
.promocion-content-element h5{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #999;
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
}
.promocion-content-element ul{
	list-style-type: none;
	color: #8f8675;
}







/*CONTACTO STYLES*/
#contacto-content h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-style: italic;
	font-weight: normal;
	color: #666;
	float: left;
	width: 100%;
}
#contacto-content h5{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	float: left;
	width: 100%;
	margin: 0 0 18px 0;
}
#contacto-content form {
	width: 390px;
	font-size: 15px;
	font-weight: bold;
	color: #a5a5a5;
	margin: auto;
}
#contacto-content input {
	width: 362px;
	height: 16px;
	border: #e5e5d8 solid 1px;
	margin: 10px 0 16px 0;
	padding: 6px;
}
#contacto-content textarea {
	width: 362px;
	height: 98px;
	border: #e5e5d8 solid 1px;
	margin: 10px 0 16px 0;
	padding: 6px;
}
#contacto-content a {
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #d6e6d8;
	width: 86px;
	height: 23px;
	display: block;
	background: url(../imagenes/bg-form-button.gif) no-repeat left top;
	margin: 0 0 0 75px;
	padding: 7px 0 0 0;
}
#contacto-content a:hover {
	text-decoration: underline;
}
#contacto-content .address {
	font-size: 14px;
	text-align: center;
	color: #b1a999;
	width: 380px;
	margin: 24px auto 0;
}


/*PRENSA STYLES******************************************************************************/
.prensa-main-dl{
	float: left;
	width: 540px;
	padding: 0 0 30px 0;
	margin: 0 0 24px 0;
	border-bottom: #eee solid 1px;
}
.prensa-main-dl h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-style: italic;
	font-weight: normal;
	color: #666;
	float: left;
	width: 100%;
}
.prensa-main-dl h5{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	float: left;
	width: 100%;
	margin: 0 0 18px 0;
}
.prensa-main-dl img {
	float: right;
	padding: 5px;
	border: #dae2db solid 1px;
}
.prensa-main-dl ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	float: left;
	width: 220px;
	height: 135px;
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
	background: #666;
}
.prensa-main-dl ol li a {
	display: block;
	color: #fff;
	width: 210px;
	padding: 5px;
	text-decoration: none;
}
.prensa-main-dl ol li a:hover {
	background: #333;
}

.prensa-link h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	color: #999;
	float: left;
	width: 100%;
	margin: 0 0 18px 0;
}
.prensa-link ul {
	list-style-type: none;
	margin: 0 0 0 24px;
	padding: 0;
}
.prensa-link ul li {
	float: left;
}
.prensa-link ul li a {
	font-size: 16px;
	color: #8f8675;
	float: left;
	display: block;
	margin: 0 0 18px 0;
	padding: 0 0 0 20px;
	width: 400px;
	background: url(../imagenes/icon-pdf.gif) no-repeat 0 3px;
}
.prensa-link-web {
	background: url(../imagenes/icon-url.gif) no-repeat 0 3px !important;
}

/*CONTENT CAPACITACION******************************************************************************/
#capacitacion-main-dl{
	float: left;
	width: 540px;
	margin: 0 0 24px 0;
}
#capacitacion-main-dl h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-style: italic;
	font-weight: normal;
	color: #666;
	float: left;
	width: 100%;
	margin: 0 0 18px 0;
}
#capacitacion-main-dl img {
	float: right;
	padding: 5px;
	border: #eee solid 1px;
}
#capacitacion-main-dl p{
	float: left;
	width: 220px;
	color: #8f8675;
}
.capacitacion-content-element{
	float: left;
	width: 540px;
	margin: 0 0 24px 0;
}
.capacitacion-content-element h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	color: #999;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}
.capacitacion-content-element p{
	float: left;
	width: 540px;
	color: #8f8675;
}
.capacitacion-content-element ul{
	color: #8f8675;
	list-style-type: none;
}
.capacitacion-content-element ul li{
	font-style: italic;
	margin: 10px 0 0 20px;
}
.separator {
	margin: 0 0 10px 0;
}
.capacitacion-content-element h5{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #999;
	float: left;
	width: 100%;
	margin: 20px 0 10px 0;
}