/* www.soho.cl */
/* By Paulina Valdés */

*{
	margin: 0;
	padding: 0;
} 

body{
	font: normal normal 1em/130% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: left;
	background: #CCC url(../../imag/back/backBoby.jpg) repeat-x 0 0;
}
/**** Links *******/
a{
	color: #ff7f00!important;
	text-decoration: none;
}
a:hover{
	color: #ff7f00;
	text-decoration: underline;
}
v{
	color:#CCC;
	text-decoration: none;
}
v:hover{
	color:#CCC;
	text-decoration: underline;
}


/**** Elementos ****/
h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}
p{
	margin-bottom: 1em;
	margin-right: 1em;
}
.aLeft{
	text-align: left;
}
.aRight{
	text-align: right;
}
.aCenter{
	text-align: center;
}
.red, a.red:hover{
	color: #F00!important;
}
.noBord{
	border: none!important;
}
a img{
	border: 0;
}
.destacar{
	color: #F00;
}
/* cellspacing & cellpading = "0" */
table{
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0px;
}
td{
	vertical-align: top;
}
/*									Botones*/
.botoVerMasInfo{
	background: url(../imag/boto/botoVerMasInfo.jpg);
	width: 166px;
	height: 24px;
	text-indent: -10000px;
	float: right;
	margin: 1em 8em 1em 0;;
}
a.volv{
	float: right;
	font-size: .75em;
	margin: 0 1em 1em 0;
}
a.cancelar{
	color: #F00;
	text-decoration: underline;
	float: right;
	margin-top: .5em;
	width: 4.5em;
	font-size: .9em;
	margin-right: 11em;
}
a.cancelar:hover{
	color: #970000;
}
/* Breadcrums */
.bread{
	font-size: .82em;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 8px 0 8px;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	padding: 0 1.5em;
	font-weight: bold;
	color: #6C6B6E;
}
.bread strong{
	color: #999;
}
.breadWVenTe{
	font-size: .82em;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 8px 0 8px;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	padding: 0 1.5em;
	font-weight: bold;
	color: #6C6B6E;
}
.breadWVenTe strong{
	color: #999;
}




/**************************************************************
                     ESTRUCTURA PRINCIPAL
**************************************************************/
.center{
	margin: 0 auto 0 auto;
	text-align: center;
	width: 974px;
}
#principal{
	margin: 0 auto 0 auto;
	text-align: center;
	width: 974px;
	background: #FFF;
}
#header{

}


/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;
margin:0px;
}
.stripViewer ul { /* this is your UL of images */ 
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 0; 
	top: 0; 
	width: 1%; 
	list-style-type: none;
} 
.stripViewer ul li {  
	float:left; 
} 
.stripTransmitter {
	position:relative;
	height:45px;
	z-index:999;
	overflow: auto; 
	width: 1%;
	top:-49px;
	right:0px;
} 
.stripTransmitter ul { 
	position:absolute;
	right:0px;
	margin: 0;
	padding: 0;
	list-style-type: none; 
} 
.stripTransmitter ul li{ 
	width: 20px; 
	float:left; 
	margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
	font: bold 10px Verdana, Arial; 
	text-align: center; 
	line-height: 22px; 
	background:#06C;
	color: #fff; 
	text-decoration: none; 
	display: block; 
} 
.stripTransmitter a:hover, a.current{ 
	background: #FFF; 
	color:#006699;
} 

.main_index {
	position:relative;
	height:494px;
	margin-left:8px;
	width:955px;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	overflow:hidden;
}
.slide {
	height:315px;
	width:100%;
}


#main{
	background: url(../imag/back/backMain.jpg) no-repeat 0 0;
	clear: both;
	text-align: left;
	padding: 1em 0;
}
#footer{
	background: #CCC url(../../imag/back/backFoot.jpg) repeat-x 0 0;
	position: relative;
}
/**************************************************************
                     ESTRUCTURA HEADER
**************************************************************/
#header h1 a, #header span a{
	background: url(../../imag/logo/worldvision.gif) no-repeat 0 0;
	width: 139px;
	height: 55px;
	float: right;
	text-indent: -10000px;
	margin: .3em 1em 0 0;
}
/* Menu */
#nav {
	padding:0;
	margin:0 0 0 5px;
	list-style:none;
	height:44px;
	background: url(../../imag/back/backMenu.jpg) repeat-x 0 0;
	position:relative;
	z-index:200;
	font-family: gill sans,trebuchet ms,verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	width:960px;
	clear: both;
}
#nav li.top {
	/*display:block;*/
	float:left;
	/*background: Aqua;*/
}
#nav li a.top_link {
	display:block;
	float:left;
	height:42px;
	line-height:33px;
	color:#ccc;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding:0 0 0 0;
	cursor:pointer;
}
#nav li a.top_link span {
	float:left;
	display:block;
	padding:0 0 0 0;
	height:42px;
	/*background: url(ld_0.png) right top no-repeat;*/
}

#nav li a.top_link span.down {
	float:left;
	display:block;
	padding:0 25px 0 0;
	height:44px;
	background: url(ld_0b.png) right top no-repeat;
}

#nav li:hover a.top_link,
#nav a.top_link:hover{
	color:#fff;
}
#nav li:hover a.top_link span.down,
#nav a.top_link:hover span.down{
	padding-bottom:3px;
}
#nav li.current:hover a.top_link span.down,
#nav li.current a.top_link:hover span.down{
	padding-bottom:3px;
}
#nav table {
	border-collapse:collapse;
	padding:0;
	width:0;
	height:0;
	margin:0 -20px 0 0;
	clear: left;
}
#nav .sub {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

#nav li:hover {
	position:relative;
	z-index:200;
}
#nav a:hover {
	position:relative;
	white-space:normal;
	z-index:200;
}

#nav :hover ul.sub{
	left:1px;
	top:38px;
	/*background: #FFF;*/
	padding:3px;
	white-space:nowrap;
	width:230px;
	height:auto;
	z-index:300;
}
#nav :hover ul.sub li{
	display:block;
	height:35px;
	position:relative;
	float:left;
	width:100%;
	font-weight:normal;
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
	/*padding-top: .5em;*/
}
#nav :hover ul.sub li.last{
	border-bottom: none;
}
#nav :hover ul.sub li a{
	display:block;
	font-size:12px;
	height:25px;
	width:100%;
	line-height:18px;
	text-indent:5px;
	color:#000!important;
	text-decoration:none;
	padding-top: 10px;
}
#nav :hover ul.sub li a:hover{
	background:#FF7F00;
	color:#fff;
}
#nav li.bordMenu{
	background: url(../../imag/boto/esquinaMenu.gif) no-repeat 0 0;
	width: 33px;
	height: 42px;
	margin-top: 1px;
}
#nav li.top a.inic, #nav li.top a.quieSomo, #nav li.top a.comoTrab, #nav li.top a.comoAyud, #nav li.top a.queSignPatr, #nav li.top a.faqs, #nav li.top a.botoCont,
#nav li.top a.inicActi, #nav li.top a.quieSomoActi, #nav li.top a.comoTrabActi, #nav li.top a.comoAyudActi, #nav li.top a.queSignPatrActi, #nav li.top a.faqsActi, #nav li.top a.botoContActi{
	background: url(../../imag/boto/inicio.gif) 0 0;
	width: 60px;
	text-indent: -10000px;
	height: 42px;
	margin-top: 1px;
}
#nav li.top a.quieSomo, #nav li.top a.quieSomoActi{
	background-image: url(../../imag/boto/quienessomos.gif);
	width: 127px;
}
#nav li.top a.comoTrab, #nav li.top a.comoTrabActi{
	background-image: url(../../imag/boto/comotrabajamos.gif);
	width: 157px;
}
#nav li.top a.comoAyud, #nav li.top a.comoAyudActi{
	background-image: url(../../imag/boto/comoayudar.gif);
	width: 130px;
}
#nav li.top a.queSignPatr, #nav li.top a.queSignPatrActi{
	background-image: url(../../imag/boto/quesignificaayudar.gif);
	width: 180px;
}
#nav li.top a.faqs, #nav li.top a.faqsActi{
	background-image: url(../../imag/boto/preguntasfrecuentes.jpg);
	width: 181px;
}
#nav li.top a.botoCont, #nav li.top a.botoContActi{
	background-image: url(../../imag/boto/contacto.jpg);
	width: 92px;
}
#nav li.top a.inic:hover, #nav li.top a.inicActi{
	background-position: -60px 0;
}
#nav li.top a.quieSomo:hover, #nav li.top a.quieSomoActi{
	background-position: -127px 0;
}
#nav li.top a.comoTrab:hover, #nav li.top a.comoTrabActi{
	background-position: -157px 0;
}
#nav li.top a.comoAyud:hover, #nav li.top a.comoAyudActi{
	background-position: -130px 0;
}
#nav li.top a.queSignPatr:hover, #nav li.top a.queSignPatrActi{
	background-position: -180px 0;
}
#nav li.top a.faqs:hover, #nav li.top a.faqsActi{
	background-position: -181px 0;
}
#nav li.top a.botoCont:hover, #nav li.top a.botoContActi{
	background-position: -92px 0;
}
/* Menu auxiliar */
.menuAuxi{
	float: left;
	font-size: .75em;
	margin: 5em 0 0 1em;
	font-weight: bold;
}
/**************************************************************
                     ESTRUCTURA MAIN
**************************************************************/
.cont{
	margin: 0 10px 20px 0;
	width: 675px;
	font-size: .85em;
	float: right;
	display: inline;
	border-bottom:1px solid #CCC;
}
.cont480{
	margin: 0 10px 20px 0;
	width: 470px;
	font-size: .85em;
	float: right;
	display: inline;
	border-bottom:1px solid #CCC;
}
.cont p.equip{
	margin-left:126px;
}
.cont p{
	margin-right:30px;
}
.cont h2.equip{
	margin-left:60px;
}

.cont h2{
	color: #6C6B6E;
	font-size: 1.85em;
	font-weight: normal;
	margin-bottom: .7em;
}
.cont480 h2{
	color: #6C6B6E;
	font-size: 1.85em;
	font-weight: normal;
	margin-bottom: .7em;
}
.cont h3{
	color: #6C6B6E;
	font-size: 1.5em;
	font-weight: normal;
	margin: 1.25em 0 .75em 0;
}
.cont h3.equipo{
	color: #ff6600;
	font-size: 1.5em;
	font-weight: normal;
	margin: 1.25em 0 .75em 126px;
}
.cajasEquipo {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}

/* Single Descarga */

.desc {
	margin-bottom:12px;
	color:#ff6633;
}
.contRight {
	float:right; 
	width:200px; 
	margin-right:12px;
	height:auto;
	overflow:hidden;
}
.contLeft {
	float:left; 
	width:440px; 
	height:auto;
	overflow:hidden;
}
.ulDesc {
	list-style:none!important;
}
.ulDesc li {
	margin-top:20px!important;
	margin-left:55px!important;
}
.orange {
	color:#ff6633;
}
.ulDescInt {
	margin:0;
	padding:0px;
	list-style:disc;
	list-style-position:inside;
}
.ulDescInt li {
	margin:4px!important;
}

.ulDescIntRight {
	margin:0;
	padding:0px;
	list-style:none;
}
.ulDescIntRight li {
	margin:4px!important;
}



.pad12 {
	padding-right:12px;
}
.cajasEquipo img {
	float:left;
	width:15%;
}
.cajatxt {
	position:absolute;
	left:125px;
	bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	width:80%;
	float:right;
}
.cajatxt h2 {
	font-size:16px;
	margin-bottom:2px;
}
.cajatxt p {
	font-size:12px;
	line-height:15px;
}
.cajatxt p.naranjo {
	margin-bottom:4px;
	color:#ff6600;
}
	


.cont h4{
	color: #6C6B6E;
	font-size: 1.25em;
	font-weight: normal;
	margin: 1.25em 0 .75em 0;
}
.cont img{
	border: 1px solid #333;
	padding: 1px;
	margin-right: 1.5em;
	margin-bottom: 1em;
}
.cont ul{
	margin-bottom: 1.7em;
}
.cont ul li{
	margin-left: 1.5em;
	line-height: 120%;
	margin-bottom: 1em;
}
.cont ul li.equip{
	margin-left: 126px;
	line-height: 120%;
	margin-bottom: 1em;
}

.cont ol li{
	margin: 0 0 1em 2em;
	line-height: 120%;
}
.cont img.iconPdf{
	margin: 0;
	padding: 0;
	border: none;
}
.cont span {
	margin-right:20px;
	float:right;
}
.subir{
	float: right;
	margin-right: 1em;
	margin-top: -1em;
}
/*******Contenido WV en Terreno********/
.contWVT {
	margin: 0;
	width: 460px;
	font-size: .85em;
	float: left;
}
.contWVT h2{
	color: #6C6B6E;
	font-size: 1.85em;
	font-weight: normal;
	margin-bottom: .7em;
	margin-left: .3em;
}
.contWVT h3{
	color: #6C6B6E;
	font-size: 1.5em;
	font-weight: normal;
	margin: 1.25em 0 .75em 0;
}
.contWVT h4{
	color: #6C6B6E;
	font-size: 1.25em;
	font-weight: normal;
	margin: 1.25em 0 .75em 0;
}
.contWVT img{
	border: 1px solid #333;
	padding: 1px;
	margin: 0 ;
}
.contWVT ul{
	margin-bottom: 1.7em;
	padding-left: 1em;
}
.contWVT ul li{
	list-style: none;
	line-height: 120%;
	margin-bottom: 1em;
}
.contWVT ol li{
	margin: 0 0 1em 2em;
	line-height: 120%;
}
.contWVT img.iconPdf{
	margin: 0;
	padding: 0;
	border: none;
}
/* Galeria Fotos */
.contFoto{
	float: left;
	margin: 0 1.5em 1em 0;
	width: 170px;
	text-align: center;
	font-size: .9em;
	line-height: 120%;
}
.contFoto strong{
	display: block;
}
/* Sidebar */
/*****fix para IE7******/
*:first-child+html .sidebar{
	width: 240px;
	float: left;
	margin-left: 15px;
	display: inline;
}
.sidebar{
	width: 240px;
	float: left;
	margin-left: 15px;
	display: inline;
}
/* Caja Patrocina un Nino */
.sidebar .boxPatroNino .auxiBordLeftBott{
	bottom: -5px;
	left: 0;
	width: 9px;
	height: 9px;
	position: absolute;
	background: url(../../imag/auxi/auxiPatroNinoCornBottLeft.jpg) no-repeat 0 0;
}
.sidebar .boxPatroNino .auxiBordRightBott{
	bottom: -5px;
	right: -4px;
	width: 9px;
	height: 9px;
	position: absolute;
	background: url(../../imag/auxi/auxiPatroNinoCornBottRight.jpg) no-repeat 0 0;
}
.sidebar .boxPatroNino{
	width: 238px;
	background: url(../../imag/back/backBoxPatroNino.gif) repeat-y 0 0;
	border-bottom: 1px solid #3F3013;
	position: relative;
	margin-bottom: .5em;
}
.sidebar .boxPatroNino h3{
	font-size: 1em;
	background: url(../../imag/titu/tituPatrocinaunNino.jpg) no-repeat 0 0;
	color: #000;
	height: 37px;
}
.sidebar .boxPatroNino h3 span{
	background: url(../../imag/auxi/auxiTituPatroNino.gif) no-repeat top right;
	display: block;
	padding: .2em 0 .2em .8em;
	height: 37px;
	text-indent: -10000px;
}
.sidebar .boxPatroNino form{
	background: #D9D9D9 url(../../imag/back/backFormPatroNino_r3_c1.jpg) repeat-x bottom left;
	margin: 0 1px 0 1px;
	padding: 8px 10px;
}
.sidebar .boxPatroNino h4{
	color: #FFF;
	font-size: .95em;
	margin-bottom: .8em;
}
.sidebar .boxPatroNino .inpuBoto{
	margin: 1em 0 0 0;
}
.sidebar .boxPatroNino label{
	font-size: .85em;
	margin: 0 1em 0 0;
}
/* Sub Menu */
.sidebar .boxSubMenu{
	background: url(../../imag/back/backBoxMenu.jpg) repeat-y 0 0;
	width: 238px;
	position: relative;
	border-bottom: 1px solid #CCC;
}
.sidebar .boxSubMenu .auxiBordLeftBott{
	position: absolute;
	left: 0;
	bottom: -1px;
	background: url(../../imag/auxi/auxiBotoCornBottLeft.gif) no-repeat 0 0;
	width: 5px;
	height: 5px;
}
.sidebar .boxSubMenu .auxiBordRightBott{
	position: absolute;
	right: 0;
	bottom: -1px;
	background: url(../../imag/auxi/auxiBotoCornBottRight.gif) no-repeat 0 0;
	width: 5px;
	height: 5px;
}
.sidebar .boxSubMenu h3{
	font-size: 1em;
	background: url(../../imag/titu/tituSubMenuQuieSomo.gif) no-repeat 0 0;
	color: #FFF;
}
.sidebar .boxSubMenu h3 span{
	background: url(../../imag/auxi/auxiSubMenuQuieSomo.gif) no-repeat top right;
	display: block;
	padding: .2em 0 .2em .8em;
}
.sidebar .boxSubMenu ul li{
	list-style: none none;
	width: 236px;
	margin-left: 1px;
}
.sidebar .boxSubMenu ul li ul li{
	margin-left: 0;
}
.sidebar .boxSubMenu ul li a, .sidebar .boxSubMenu ul li a.acti{
	display: block;
	background: url(../../imag/boto/botoSubMenu.jpg) repeat-x 0 0;
	padding: 4px 0 0 1em;
	height: 26px;
	color: #FFF!important;
	font-size: .85em;
}
.sidebar .boxSubMenu ul li a:hover, .sidebar .boxSubMenu ul li a.acti{
	background: url(../../imag/boto/botoActiSubMenu.jpg) repeat-x 0 0;
	text-decoration: none;
	color: #333!important;
}
.sidebar .boxSubMenu ul li ul li a, .sidebar .boxSubMenu ul li ul li a.subActi{
	background: #FFF url(../../imag/boto/bottoBotonera.jpg) no-repeat center right;
	color: #999!important;
	margin-left: .5em;
	margin-right: .5em;
	border-bottom: 1px solid #666;
	padding-left: .5em;
}
.sidebar .boxSubMenu ul li ul li a:hover, .sidebar .boxSubMenu ul li ul li a.subActi{
	background: #FFF url(../../imag/boto/bottoBotoneraActi.jpg) no-repeat center right;
	color: #666!important;
}
.sidebarPatrocina{
	background: url(../../imag/auxi/auxiPatrocinaPatro.gif) repeat-y 0 0;
}
/* Sidebar Contactos */
.sidebarRight{
	background: url(../../imag/back/backWVenTerrenoContactos.gif) repeat-y 0 0;
	width: 206px;
	border-bottom: 1px solid #CCC;
	float: right;
	margin-bottom: 2em;
	margin-right: .4em;
	display: block;
	position: relative;
}
.sidebarRight .auxiBordLeftBottWVt{
	bottom: -1px;
	left: 0;
	width: 9px;
	height: 9px;
	position: absolute;
	background: url(../../imag/auxi/auxiBordLeftBottEmerg.gif) no-repeat 0 0;
}
.sidebarRight .auxiBordRightBottWVt{
	bottom: -1px;
	right: 0;
	width: 9px;
	height: 9px;
	position: absolute;
	background: url(../../imag/auxi/auxiBordRightBottEmerg.gif) no-repeat 0 0;
}
.sidebarRight h3{
	font-size: 13px;
	background: url(../../imag/titu/tituSubMenuContactos.gif) no-repeat 0 0;
	color: #FFF;
}
.sidebarRight h3 span{
	background: url(../../imag/auxi/auxiSubMenuQuieSomo.gif) no-repeat top right;
	display: block;
	margin-left: 1em;
}
.sidebarRight ul{
	padding-bottom: .5em;
	padding-top: .5em;
	border-bottom: 1px solid #CCC;
	/*width: 180px;*/
	margin-left: .7em;
}
.sidebarRight ul li{
	list-style: none none;
	/*width: 204px;*/
	font-size: 12px;
	/*margin-left: 1em; */
}
li.galeria {
	width:185px;
	height:107px;
/*	background:url(../../imag/foto/imggaleria.jpg) no-repeat;*/
}
.sidebarRight#Noticias {
	background-color: #FFF1E8 !important;	
}
.sidebarRight#comerJ{
	margin-top: 20.5em;
}
/* Sidebar Patrocinar Nino */
.sidebar#patroNino{
	background: #FF9A01 url(../../imag/back/backSidePatroNino.jpg) repeat-x 0 0;
}
.sidebar#patroNino h3{
	color: #FFF;
	text-align: right;
	margin: .5em .5em .5em .5em;
}
.sidebar#patroNino ul li{
	list-style: none;
	margin: 0 1em 1em 1em;
	font-size: .8em;
}
.sidebar#patroNino ul li label{
	display: block;
	color: #FFF;
	font-weight: bold;
}
.botoPatrNino{
	margin: 0 0 1em 5em;
}
.sidebar#patroNino option{
	padding: .2em;
}
/* Formulario Contacto */
.contFormPatrocina {
	width:400px;
	height:auto;
	overflow:hidden;
}
.contFormPatrocina li {
	height:20px;
}
.contFormPatrocina li.right {
	text-align:right!important;
}
.contFormPatrocina550 {
	width:550px;
	height:auto;
	overflow:hidden;
}
#formPatroNino img{
	border: none;
	margin: 0;
}
#formPatroNino ul li{
	margin-bottom:12px;
	list-style: none;
}
#formPatroNino ul li label{
	list-style:none;
	display:block;
	float: left;
	width: 180px;
	font-weight: normal;
}
#formPatroNino ul li span{
	list-style:none;
	font-weight: normal;
	color: #F00;
}
#formPatroNino ul li input{
	padding: .3em;
}
img.botoEnvi{
	margin-left: 180px!important;
}
img.botoPatro{
	margin-left: 180px!important;
}

/* Alertas Formulario */
.mensajeAviso{
   background:#fffae6 url( '../../imag/auxi/aviso.png' ) no-repeat 5px center;
   border:1px solid #ff9900;
   padding: 1.3em 1.3em 1.3em 60px;
   margin-bottom: 1em;
   font-weight: bold;
   text-align: left;
   color:#f87f08;
   font-size: 1em;
}

.mensajeError{
	/*border: 1px solid #F00;
	background-color: #FFFFF0;
	color: #F00;
	font-size: 1.1em;
	font-weight: bold;
	padding: 1em;
	width: 520px;*/
	background:#FFFCD9 url( '../../imag/auxi/error.png' ) no-repeat 5px center;
   border:1px solid #ff0000;
   padding: 1.3em 1.3em 1.3em 60px;
   margin-bottom: 1em;
   font-weight: bold;
   text-align: left;
   color:#ff0000;
   font-size: 1em;
}
.mensajeOk{
	/*border: 1px solid green;
	background-color: #F0FFF0;
	color: #228B22;
	font-size: 1.1em;
	font-weight: bold;
	padding: 1em;
	width: 520px;*/
	background:#edf9e1 url( '../../imag/auxi/exito.png' ) no-repeat 5px center;
   border:1px solid #339900;
   padding: 1.3em 1.3em 1.3em 60px;
   margin-bottom: 1em;
   font-weight: bold;
   text-align: left;
   color:#339900;
   font-size: 1em;
}
.error{
	border: 1px solid #F00;
}
label.error{
	border: none;
	color: #F00;
	font-weight: bold;
}
#lista_errores{
	display: none;
}
.mensajeError1{
	background:#ffe6e6 url( '../../imag/auxi/error.png' ) scroll no-repeat center left;
	border:1px solid #ff0000;
	color:#ff0000;
	font-size: 1.1em;
	font-weight: bold;
	padding: .3em 1em .3em 1em;
	width: 616px;
	margin-bottom: 1em;
}
.mensajeError1 p{
	margin-left: 3em;
	margin-top: 10px;
}
/************************************************
						PAGINAS INTERIORES
*************************************************/
/* Imagenes Cabezera */
.imagPrin{
	width: 958px;
	height: 244px;
	margin-left: 8px;
}
#quieSomo{
	background: url(../../imag/foto/BannQuienesomos.jpg) no-repeat 0 0;
	height: 244px;
}
#visiMisiObjet{
	background: url(../../imag/foto/BannVisionMisionObjetivos.jpg) no-repeat 0 0;
}
#NuestEquip{
	background: url(../../imag/foto/headNuestroEquip.jpg) no-repeat 0 0;
}
#valoCorp{
	background: url(../../imag/foto/BannValoresCorporativos.jpg) no-repeat 0 0;
}
#nuesPrio{
	background: url(../../imag/foto/BannNuestrasPrioridades.jpg) no-repeat 0 0;
}
#metaMaes{
	background: url(../../imag/foto/BannMetaMaestraRegional.jpg) no-repeat 0 0;
}
#repoFina{
	background: url(../../imag/foto/BannReporteFinanciero.jpg) no-repeat 0 0;
}
#ellosApoy{
	background: url(../../imag/foto/BannEllosAprueban.jpg) no-repeat 0 0;
}
#comoTraba{
	background: url(../../imag/foto/BannEnChile.jpg) no-repeat 0 0;
}
#enelMundo{
	background: url(../../imag/foto/BannElMundo.jpg) no-repeat 0 0;
}
#enRespEmerg{
	background: url(../../imag/foto/BannEnRespuestaEmergencias.jpg) no-repeat 0 0;
}
#nuestrSocios{
	background: url(../../imag/foto/BannNuestrosSocios.jpg) no-repeat 0 0;
}
#TransComu{
	background: url(../../imag/foto/BannTransComunidaddes.jpg) no-repeat 0 0;
}
#Patrocina{
	/* background: url(../../imag/foto/BannPatrocinaUnNino.jpg) no-repeat 0 0;*/
	background: url(../../imag/foto/patrocinio_958x245.jpg) no-repeat 0 0;
}
#PatrocinaNino{
	background: url(../../imag/foto/BannGraciasAuspi.jpg) no-repeat 0 0;
}
#preguFrecu{
	background: url(../../imag/foto/BannPreguntasFrecuentes.jpg) no-repeat 0 0;
}
#queSignPa{
	background: url(../../imag/foto/BannqueSignifica.jpg) no-repeat 0 0;
}
#PoliProteInfa{
	background: url(../../imag/foto/BannPoliticaProtec.jpg) no-repeat 0 0;
}
#protePriva{
	background: url(../../imag/foto/BannProtegemostuPriva.jpg) no-repeat 0 0;
}
#comoComu{
	background: url(../../imag/foto/BannComoComunicarse.jpg) no-repeat 0 0;
}
#pagoAuto{
	background: url(../../imag/foto/BannPagoAutomatico.jpg) no-repeat 0 0;
}
#comproEmpresa{
	background: url(../../imag/foto/BannComprometeatuEmpresa.jpg) no-repeat 0 0;
}
#ComerJusto{
	background: url(../../imag/foto/BannComerJusto.jpg) no-repeat 0 0;
}
#CambiatuVida{
	background: url(../../imag/foto/BannCambiatuVida.jpg) no-repeat 0 0;
}
#gracias{
	background: url(../../imag/foto/BannGracias.jpg) no-repeat 0 0;
}
#compartecontusAmigos{
	background: url(../../imag/foto/BannCompartecontusAmigos.jpg) no-repeat 0 0;
}
#patrocinaunPDA{
	background: url(../../imag/foto/BannPatrocinaUnPDA.jpg) no-repeat 0 0;
}
#bannerSolidario{
	background: url(../../imag/foto/BannBannerSolidario.jpg) no-repeat 0 0;
}
#voluntariado{
	background: url(../../imag/foto/BannVoluntariado.jpg) no-repeat 0 0;
}
.bajada, .bajadaLeft{
	float: right;
	width: 389px;
	text-align: left;
	color: #FFF;
	margin: 4em 1em 0 0;
}

.bajadaLeft{
	float: left;
	margin: 3.5em 0 0 2.5em;
}
.bajada h1, .bajadaLeft h1{
	font-size: 2.2em;
	font-weight: normal;
	margin-bottom: .3em;
	line-height: 100%;
}
.bajada p, .bajadaLeft p{
	line-height: 100%;
	/*font-weight: bold;*/
}
/* Quienes Somos */
.label.error{
   color: #F00!important;
}
.input.error{
   border: 1px solid #F00;
   background-color: #FFFFF0;
}
/* Como Trabajamos */
.news{
	clear: left;
	width: 600px;
	font-size: 12px;
}
.news img{
	margin: 0 1em 1em 0;
	float: left;
	clear: left;
}
.news h4{
	font-size: 13px;
}
.news h4 a{
	color: #666;
}
.masNews{
	width: 649px;
	border-bottom: 1px solid #ccc;
	position: relative;
	background: url(../../imag/back/backResEmergBorde.gif) repeat-y 0 0;
	clear: left;
	padding-bottom: 1em;
}
.masNews h5{
	background: url(../../imag/back/backResEmergTitulo.jpg) no-repeat 0 0;
	font-size: 12px;
	padding: .5em 0 .5em 1em;
}
.masNews .auxiBordLeftBottEmerg{
	bottom: -1px;
	left: 0;
	width: 9px;
	height: 9px;
	position: absolute;
	background: url(../../imag/auxi/auxiBordLeftBottEmerg.gif) no-repeat 0 0;
}
.masNews .auxiBordRightBottEmerg{
	bottom: -1px;
	right: 0;
	width: 9px;
	height: 9px;
	position: absolute;
	background: url(../../imag/auxi/auxiBordRightBottEmerg.gif) no-repeat 0 0;
}
.masNews span{
	display: block;
	margin: 0 1em;
}
.masNews p{
	margin: 0 1em;
}
img.mapa{
	border: none;
	margin-top: 1.5em;
}
/* COMPARTE EL PATROCINIO CON TUS AMIGOS */


#contenedor_form ul {
	list-style:none;
}
.UlCompartePatrocinio li span {
	float:left;
}
.UlCompartePatrocinio li {
	height:25px;	
}
.UlCompartePatrocinio label {
	display:block;
	float:left;
	width:248px;
}
.UlCompartePatrocinio .butEnviarCompPatAmi {
	float:left;
	margin-left:245px;
	border:none;
}

/* Patrocina un Nino */
.slider{
	background: url(../../imag/back/backSlider.jpg) repeat-x 0 0;
	position: relative;
	padding: 1em 2em;
	margin-right: 2em;
}
.paginado{
	clear: both;
	text-align: center;
}
.paginado span{
	color : #fff;
}
.ant{
	background: url(../../imag/auxi/auxiPageBack.gif) no-repeat left 0;
	padding-left: 1.5em;
	padding-right: .5em;
}
.sig{
	background: url(../../imag/auxi/auxiPageNext.gif) no-repeat right 0;
	padding-right: 1.5em;
	padding-left: .5em;
}
.slider img{
	border: none;
}
.slider .datos{
	width: 590px!important;
	background-color: #FFF;
	padding: 1em .5em;
	margin-bottom: 3em;
}
.slider .datos ul{
	width: 215px;
	float: left;
	margin-right: 4em;
}
.slider .datos ul li{
	list-style: none none;
	font-size: .85em;
}
.slider .ficha{
	width: 590px!important;
	background-color: #FFF;
	padding: 1em .5em;
	margin-bottom: 1em;
	position: relative;
	border: 1px solid #CCC;
}
.slider .ficha ul{
	position: absolute;
	top: -22px;
	left: -1px;
}
.slider .ficha ul li{
	float: left;
	list-style: none none;
	margin-left: 0;
}
.slider .ficha ul li a, .slider .ficha ul li a.acti{
	display: block;
	width: 192px;
	background: url(../../imag/boto/botoPestFicha.gif) no-repeat -202px 0;
	padding: 3px 0 3px 10px;
}
.slider .ficha ul li a.acti{
	background-position: 0 0;
}
/*Comercio Justo*/
.saltoLinea{
	display: block;
}
.CertiVigencia{
	background: url(../../imag/boto/bottoCertVigencia.jpg) no-repeat 0 0;
	height: 64px;
	width: 240px;
	margin-left: 5em;
	float: left;
	text-indent: -10000px;
}
.botoComerJusto, .botoComerJustoTextil{
	background: url(../../imag/boto/bottoCatalogoComercioJusto.jpg) no-repeat 0 0;
	height: 64px;
	width: 240px;
	float: left;
	text-indent: -10000px;
}
.botoComerJustoTextil{
	background-image: url(../../imag/boto/bottoCatalogoComercioJustoTextil.jpg);
}
/******** WV en Terreno ********/
.contWVT #WVenTerrenoNews img{
	border: none;
	width:469px;
	margin-bottom:1px;
	margin-left:11px;
}
.bajadaNews{
	width:475px!important;
	margin-left:11px!important;
	background-color: #666;
	position: relative;
	margin-bottom: 1em;
	margin-top: .5em;
}
.bajadaNews h3{
	margin-left: .5em;
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #FF7F00;
	margin-top: -.2em;
}
.bajadaNews p{
	font-size: 12px;
	color: #FFF;
	width: 400px;
	line-height: 1.2em;
	margin-left: 1.5em;
}
.bajadaNews p a.ver_mas{
	font-size: 12px;
	padding-bottom: 10px;
	width: 80px;
	display: block;
}
.bajadaNews .auxiBordLeftBottWVT{
	bottom: -1px;
	left: 0;
	width: 6px;
	height: 6px;
	position: absolute;
	background: url(../../imag/auxi/auxiBotoCornBottLeftWVenTerreno.gif) no-repeat 0 0;
}
.bajadaNews .auxiBordRightBottWVT{
	bottom: -1px;
	right: 0;
	width: 6px;
	height: 6px;
	position: absolute;
	background: url(../../imag/auxi/auxiBotoCornBottRightWVenTerreno.gif) no-repeat 0 0;
}
.masNewsWVenTerreno{
	width: 470px;
	background: #FFF1E8 url(../../imag/auxi/auxiWVenTerrenoMasNews.gif) repeat-x bottom left;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	position: relative;
	margin-bottom: 1em;
	margin-left: 10px;
}
.masNewsWVenTerreno h3{
	font-size: 11px;
	margin-left: 1.5em;
}
.masNewsWVenTerreno ul{
	display:block;
	list-style:none;
	margin:5px;
	padding:0px;
}
.masNewsWVenTerreno ul li{
	list-style: none;
}
.masNewsWVenTerreno ul li strong{
	width: 5em;
}
.masNewsWVenTerreno ul li span{
	margin-bottom: 5px;
}
.masNewsWVenTerreno strong {
	font-size: 11px;
}
.masNewsWVenTerreno span{
	font-size: 11px;
	margin-left: 2em;
}
.masNewsWVenTerreno .auxiBordLeftWVT{
	top: -1px;
	left: -1px;
	width: 10px;
	height: 10px;
	position: absolute;
	background: url(../../imag/auxi/auxiBotoCornLightWVenTerrenoMas.gif) no-repeat 0 0;
}
.masNewsWVenTerreno .auxiBordRightWVT{
	top: -1px;
	right: -1px;
	width: 10px;
	height: 10px;
	position: absolute;
	background: url(../../imag/auxi/auxiBotoCornRightWVenTerrenoMas.gif) no-repeat 0 0;
}
.masNewsWVenTerreno .auxiBordLeftBottWVT{
	bottom: 0;
	left: -1px;
	width: 10px;
	height: 10px;
	position: absolute;
	background: url(../../imag/auxi/auxiBotoCornBottLeftWVenTerrenoMas.gif) no-repeat 0 0;
}
.masNewsWVenTerreno .auxiBordRightBottWVT{
	bottom: 0;
	right: -1px;
	width: 10px;
	height: 10px;
	position: absolute;
	background: url(../../imag/auxi/auxiBotoCornBottRightWVenTerrenoMas.gif) no-repeat 0 0;
}
.contBajalosWVT {
	clear:both;
}
.contBajalosWVT p {
	margin:5px;
	font-size:12px;
}
.contBajalosWVT .contCajaImg {
	height:auto;
	margin-left:20px;
	overflow:hidden;
	float:left;
}
.contBajalosWVT .CajaImg {
	margin:5px;
	float:left;
}
.WVenTerrenoSecciones{
	width: 490px;
	position: relative;
	padding-left: .5em;
}
.WVenTerrenoSecciones .Emergencias{
	float: left;
	margin: 0 .5em 0 0;
}
.WVenTerrenoSecciones .Emergencias img{
	border: none;
}
.WVenTerrenoSecciones .Emergencias p{
	font-size: 14px;
	color: #FF7F00;
	width: 109px;
	background-color: #666;
	border: none;
	margin: -1px 0 0 6px;
	padding: 0 1em 1.8em 1.15em ;
}
.WVenTerrenoSecciones .Emergencias .auxiBordLeftBottWVT{
	bottom: -154px;
	left: 13px;
	width: 8px;
	height: 8px;
	position: absolute;
	background: url(../../imag/auxi/auxiBotoCornBottLeftSecciones.gif) no-repeat 0 0;
}
.WVenTerrenoSecciones .Emergencias .auxiBordRightBottWVT{
	bottom: -154px;
	right: 345px;
	width: 8px;
	height: 8px;
	position: absolute;
	background: url(../../imag/auxi/auxiBotoCornBottRightSecciones.gif) no-repeat 0 0;
}
.WVenTerrenoSecciones .ColumnaDirectiva{
	float: left;
	margin: 0 .5em 0 0;
}
.WVenTerrenoSecciones .ColumnaDirectiva img{
	border: none;
}
.WVenTerrenoSecciones .ColumnaDirectiva p{
	font-size: 14px;
	color: #FF7F00;
	width: 109px;
	background-color: #666;
	border: none;
	margin: -1px 0 0 7px;
	padding: 0 1em .3em 1.2em;
}
.WVenTerrenoSecciones .ColumnaDirectiva .auxiBordLeftBottWVT{
	bottom: -153px;
	left: 167px;;
	width: 8px;
	height: 8px;
	position: absolute;
	background: url(../../imag/auxi/auxiBotoCornBottLeftSecciones.gif) no-repeat 0 0;
}
.WVenTerrenoSecciones .ColumnaDirectiva .auxiBordRightBottWVT{
	bottom: -153px;;
	right: 190px;
	width: 8px;
	height: 8px;
	position: absolute;
	background: url(../../imag/auxi/auxiBotoCornBottRightSecciones.gif) no-repeat 0 0;
}
.WVenTerrenoSecciones .Bajalos{
	float: left;
}
.WVenTerrenoSecciones .Bajalos img{
	border: none;
}
.WVenTerrenoSecciones .Bajalos p{
	font-size: 14px;
	color: #FF7F00;
	width: 109px;
	background-color: #666;
	border: none;
	margin: -1px 0 0 5.5px;
	padding: 0 1em 1.95em 1.25em ;
}
.WVenTerrenoSecciones .Bajalos .auxiBordLeftBottWVT{
	bottom: -156px;
	left: 320px;
	width: 8px;
	height: 8px;
	position: absolute;
	background: url(../../imag/auxi/auxiBotoCornBottLeftSecciones.gif) no-repeat 0 0;
}
.WVenTerrenoSecciones .Bajalos .auxiBordRightBottWVT{
	bottom: -156px;;
	right: 37px;
	width: 8px;
	height: 8px;
	position: absolute;
	background: url(../../imag/auxi/auxiBotoCornBottRightSecciones.gif) no-repeat 0 0;
}
.bloqDoble {
	display:block;
	float:left;
	width:480px;
	height:180px;
	margin-bottom:12px;
	margin-left:10px;
}
.WVFacebook {
	position:relative;
	float:left;
	height:180px;
	overflow:hidden;
	width:49%;
}
.flechita_mini {
	position:absolute;
	display:block;
	right:15px;
	top:2px;
	width:20px;
	height:15px;
	background: url(../../imag/auxi/auxiBotoneraFlechaMini.png) no-repeat;
}
.WVFacebook h3  {
	width:96%;
	font-size: 14px;
	background: url(../../imag/titu/tituWVenTerreno.gif) no-repeat 0 0;
	color: #FFF;
	margin-left:5px;
	padding-left:5px;
}
.WVFacebook span.imgBanFb {
	background:url(../../imag/banner/bannPatroFB.jpg) no-repeat;
	display:block;
	width:95px;
	height:91px;
	float:left;
	margin:30px 5px 0 15px;
}
.WVFacebook span.imgTatiana {
	background:url(../../imag/foto/imgTatiana.jpg) no-repeat;
	display:block;
	width:95px;
	height:91px;
	float:left;
	margin:30px 5px 0 15px;
}
.WVFacebook p{
	font-size:12px;
	float:right;
	width:100px;
	line-height:12px;
	margin:25px 5px;
}
	
.WVColDirectora {
	float:right;
	height:180px;
	overflow:hidden;
	width:49%;
	background:#000;
}


/* Noticias */
.imagPrinWVT{
	width: 695px;
	height: 296px;
	margin-left: 8px;
}
.newsEducacion{
	float: left;
}
.newsEducacion img{
	margin-bottom: 1em;
	border: none;
}
.fondoPatrocinaHoy img{
	border: none;
	margin-left: 13em;
}
.fondoPatrocinaHoy ul{
	margin-left: 24em;
	margin-top: -8em;
}
.fondoPatrocinaHoy ul li{
	list-style: none !important;
}
.empreText{
	width: 470px;
	margin-left: 1.5em;
}
.directora{
	float: left;
}
.textDirectora{
	margin-top: 9em;
}

/***********fix para IE7***********/
*:first-child+html .topFoto{
	position:relative;
	margin:5px 5px 0px 12px;
	float:left;
	width:470px;
}
.flechita {
	position:absolute;
	display:block;
	right:12px;
	top:2px;
	width:31px;
	height:23px;
	background: url(../../imag/auxi/auxiBotoneraFlecha.jpg) no-repeat;
}
	
.topFoto{
	position:relative;
	margin:5px 5px 0px 12px;
	float:left;
	width:470px;
}
.topFoto h3{
	font-size: 18px;
	background: url(../../imag/titu/tituWVenTerreno.gif) no-repeat 0 0;
	color: #FFF;
}
.topFoto h3 span{
	background: url(../../imag/auxi/auxiWVenTerreno.gif) no-repeat top right;
	display: block;
	padding: 2px 0 8px .8em;
}
.topFoto img{
	border: none;
	position: absolute;
	top: 1.8em;
	left: -1px;
}
/*.topFoto#comprometeNews
*/

/***********fix para IE7***********/
.flechita2 {
	position:absolute;
	display:block;
	right:12px;
	top:2px;
	width:31px;
	height:23px;
	background: url(../../imag/auxi/auxiBotoneraFlecha.jpg) no-repeat;
}
.topFoto2{
	position:relative;
	margin:5px 15px 0px 0px;
	float:right;
	width:670px;
}
.topFoto2 h3{
	font-size: 18px;
	background: url(../../imag/titu/tituWVenTerreno.gif) no-repeat 0 0;
	color: #FFF;
}
.topFoto2 h3 span{
	background: url(../../imag/auxi/auxiWVenTerreno.gif) no-repeat top right;
	display: block;
	padding: 2px 0 8px .8em;
}





.textReportaje{
	margin-top: 20em;
}
.textReportajevc {
	margin-top:1em;
}
.reporLibro{
	float: left;
	margin: 2em 0 0 5em;
	display: inline;
}
.reporLibro img{
	border: none;
}
.reporLibro p{
	float: right;
	margin-top: -9em;
}
.reporLibro p a{
	color: #6C6B6E;
}
.ocultar{
	display: none;
}
.preguns{
	text-decoration: none;
}
/*.mostrar{
	display: block;
}
*/
ul.infoPatro{
	margin-top: 2em;
}
ul.infoPatro li{
	list-style: none;
}
#box {
	display: none;
}
.captaPDF{
	width: 250px;
	margin-top: 2em;
	font-size: 13px;
}
.captaPDF img.porta{
	float: left;
	margin-right:20px;
}
.captaPDF p{
	margin-top: 1em;
	margin-right: 1em;
}
.captaPDF#catal p{
	margin-right: 5.2em
}
.captaPDF#envio p{
	margin-right: 6em
}
.captaPDFDos{
	width: 250px;
	margin-top: 3em;
	font-size: 13px;
}
.captaPDFDos img.porta{
	float: left;
	margin-right:20px;
}
/*.captaPDFDos p{
	margin-top: .5em;
	float: right;
	margin-right: 7em;
}*/
h3.tituBig{
	font-size: 25px;
}
/*************************************************************
                    ESTRUCTURA FOOTER
*************************************************************/
#pie_pagina{
	font-size: .85em;
	text-align: left;
	padding: 1.5em;
}
#footer .auxiTopCornFootLeft{
	background: url(../../imag/auxi/auxiTopCornFootLeft.jpg) no-repeat 0 0;
	width: 9px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 0;
}
#footer .auxiTopCornFootRight{
	background: url(../../imag/auxi/auxiTopCornFootRight.jpg) no-repeat 0 0;
	width: 9px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 0;
}
#footer a{
	color: #999;
}
.legales{
	width: 260px;
	font-size: .8em;
	text-align: left;
	line-height: 120%;
	margin: 2em 0 0 1.5em;
	float: left;
}
.legales em{
	font-size: .75em;
}
.colab a img{
	float: right;
	margin-top: 1.7em;
	margin-right: .5em;
	margin-left: .7em;
}
/* Para contenedores que tienen contenidos "float" */
.cf:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
    /* Hides from IE-mac \*/
* html .cf{height: 1%;}
/* End hide from IE-mac */

.ocultar{
	display:none;
}

/*********** Galería de fotos *************/
body.bodygaleria {
	background:#7d7d7d!important;
	overflow:hidden;
}
.galeriafot {
	width:887px;
	height:500px;
	background:#7d7d7d!important;
}
.galeriafot h3 {
	padding:5px;
	width:889;
	height:34px;
	color:#FFF!important;
	background:url(../../imag/back/backTopGal.gif) repeat-x;
}
/************** GALERIA *********************/
/* main vertical scroll */
#brec {
	position:relative;
	overflow:hidden;
	height:452px;
	margin-top:-10px;
}
/* root element for pages */
#pages {
	position:absolute;
	height:20000em;
	z-index:999;
	right:1px;
	top:0px;
	width:614px;
	height:452px;
}
/* single page */
.page {
	padding:0px;
	height:495px;
	background:#949494;
	width:614px;
}
#main_navi {
	border-top:1px solid #666;
	width:250px;
	height:auto;
	position:absolute;
	z-index:999;
	left:21px;
	top:77px;
	float:left;
	padding:0px !important;
	margin:0px !important;
}
/* root element for horizontal scrollables */
.scrollable {
	padding-top:5px;
	border-top:1px solid #666;
	position:relative;
	overflow:hidden;
	width: 614px;
	height: 440px;
}
/* root element for scrollable items */
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}
/* single scrollable item */
.item {
	margin-left:13px;
	background:#949494;
	height:425px;
	float:left;
	cursor:pointer;
}
/* main navigator */
#main_navi li {
	background-color:#7d7d7d;
	border-bottom:1px solid #666;
	clear:both;
	color:#FFFFFF;
	font-size:12px;
	height:75px;
	list-style-type:none;
	padding:10px;
	width:238px;
	cursor:pointer;
}
*:first-child+html #main_navi li {
	background-color:#7d7d7d;
	border-bottom:1px solid #666;
	clear:both;
	color:#FFFFFF;
	font-size:12px;
	height:75px;
	list-style-type:none;
	padding:10px;
	width:230px;
	cursor:pointer;
}
.textFoto {
	margin-top:-5px;
	color:#FFF!important;
}
.textFoto p{
	margin-top:-25px;
	font-size:12px;
}
#main_navi li:hover {
	background-color:#444;
}
#main_navi li.active {
	background-color:#949494;
}
#main_navi img {
	float:left;
	margin-right:10px;
}
#main_navi strong {
	display:block;
}
#main div.navi {
	margin-left:250px;
	cursor:pointer;
}

/* DEPRECATED FILE */

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;	
}
/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../img/scrollable/arrow/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
	font-size:1px;
}
/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}
/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}
/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../img/scrollable/arrow/right.png);
	clear:right;	
}
/*********** navigator ***********/
/* position and dimensions of the navigator */
div.navi {
	padding-left:14px;
	padding-top:14px;
	float:left;
	clear:both;
	width:614px;
	height:29px;
	background:#7d7d7d;
}
/* items inside navigator */
div.navi a {
	width:16px;
	height:15px;
	float:left;
	margin:3px;
	background:url(http://img691.imageshack.us/img691/7879/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}
/* mouseover state */
div.navi a:hover {
	background-position:0 -16px;      
}
/* active state (current page state) */
div.navi a.active {
	background-position:0 -32px;     
} 


/********** Home Galeria ************/
.NumGal {
	position:absolute;
	top:290px;
	right:0px;
	z-index:999;
}
.NumGal a {
	font-weight:bolder;
	color:#FFF;
	width:20px;
	height:15px;
	outline:none;
	margin-right:1px;
	padding:2px 7px 2px 7px;
	background:url(../../imag/back/backliSlideMain.png) repeat;
}
.NumGal a.butpausa {
	width:31px;
	background:url(../../imag/auxi/pause.png) no-repeat;
}
.NumGal a.butplay {
	width:31px;
	background:url(../../imag/auxi/play.png) no-repeat;
}
.NumGal a:hover {
	text-decoration:none;
	background-color:#006699;
}
.under_slide {
	clear:both;
	position:absolute;
	top:330px;
	left:0px;
	height:199px;
	width:955px;
	z-index:999;
}
.UnderSlideCaja1 {
	position:relative;
	width:306px; 
	height:199px!important; 
	display:block; 
	float:left;
	margin:5px;
}
.UnderSlideCaja1 h3 {
	text-align:center;
	padding:3px;
	width:100%;
	color:#FFF;
	background:url(../../imag/back/BackBloqNot.gif) repeat-x;
}
.UnderSlideCaja1:hover h3 {
	color:#FFF;
	background:url(../../imag/back/BackBloqNotOver.gif) repeat-x;
}
.UnderSlideCaja1:hover .TitSlide {
	background:url(../../imag/back/TituSlideOver.png) repeat;
}
.NavSlide {
	position:absolute;
	z-index:999;
	top:60px;
	left:0px;
	height:25px;
	width:100%;
}
.PrevSlide {
	position:absolute;
	z-index:999;
	left:15px;
	top:70px;
	width:22px;
	height:22px;
	background:url(../../imag/boto/botoPrev.png) no-repeat;
}
.nextSlide {
	position:absolute;
	z-index:999;
	right:15px;
	top:70px;
	width:22px;
	height:22px;
	background:url(../../imag/boto/botoNext.png) no-repeat;
}
.nextSlide:hover {
	background:url(../../imag/boto/botoNextOver.png) no-repeat;
}
.PrevSlide:hover {
	background:url(../../imag/boto/botoPrevOver.png) no-repeat;
}
.ContainerSlide {
	width:312px; 
	height:218px; 
	position:relative;
}
.ContainerSlide:hover a {
	color:#FFF;
}
.TitSlide {
	text-indent:0.5em;
	position:absolute;
	left:0px;
	width:315px;
	height:25px;
	padding-top:3px;
	line-height:12px;
	margin-top:100px;
	text-align:left;
	background:url(../../imag/back/TituSlide.png) repeat;
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	z-index:900;
}
.TitSlide:hover {
	background:url(../../imag/back/TituSlideOver.png) repeat;
}
.TitSlide a {
	color:#333;
}
.ImgSlide {
	position:absolute;
	z-index:-999;
	left:0px;
	width:313px;
	height:121px;
	overflow:hidden;
	background:#0FF;
}
.slideshow_gallery { 
	height: 357px; 
	width: 956px; 
	padding:0; 
	margin:0; 
	overflow: hidden 
}
.slideshow_gallery img { 
	height: 357px; 
	width: 956px; 
	top:0; 
	left:0;
}

/********** Home WV en Terreno ************/
.slideshow_wv_en_terreno { 
	position:relative; 
	height: 128px; 
	width: 312px!important; 
	padding:0; 
	margin:0; 
	overflow: hidden;
	background:#CCC;
}
/*.slideshow_gallery img { height: 357px; width: 956px; top:0; left:0 }*/

/* Para contenedores que tienen contenidos "float" */
.cf:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
    /* Hides from IE-mac \*/
* html .cf{height: 1%;}
/* End hide from IE-mac */


/*********** slider galeria *****/
* {
	margin: 0;
	padding: 0;
}
#wrapper {
    width: 364px;
    margin: 25px auto;
}
#intro {
    padding-bottom: 10px;
}
#slider {
    width: 364px;
    margin: 0 auto;
    position: relative;
}
.scroll {
	overflow: hidden;
	width: 590px;
    margin: 0 auto;
    position: relative;
}
.scrollContainer {
	position: relative;
	width: 590px;
}
.scrollContainer p {
	font-size:12px!important;
	width:204px;
	padding:6px;
	color:#FFF;
	background:#666666;
}
.scrollContainer h2 {
	width:204px;
	padding:6px;
	color:#FFF!important;
	background:#666666;
}
.scrollContainer div.panel {
    padding: 10px;
    width: 590px!important;
	height: 318px;
}
.inside {
	padding: 10px;
}
.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 250px;
}
.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}
.inside p {
	font-size: 11px;
	color: #ccc;
}
a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
a:hover {
	border-bottom: 1px solid #999;
}
.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}
.scrollButtons.left {
	z-index:999;
	top:-20px;
    left: 0px;
}
.scrollButtons.right {
	z-index:999;
	top:0px;
    right: -2px;
}
.hide {
    display: none;
}


/**************************************************************
                     MENU NAV SOCIOS
**************************************************************/

#navSoc {
	padding:0;
	margin:0 0 0 5px;
	list-style:none;
	height:44px;
	position:relative;
	z-index:200;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:960px;
	clear: both;
}
#navSoc li {
	float:left;
}
#navSoc li a {
	float:left;
}
#navSoc li.prim, #navSoc li.ultim, #navSoc li.inicio a, #navSoc li.escriba a, #navSoc li.conoce a, #navSoc li.deposito a, #navSoc li.patrocine a, #navSoc li.invita a, #navSoc li.actividades a, #navSoc li.mailing a{
	text-indent:-10000px;
	height:36px;
	float:left;
	display:block;
}
#navSoc li.prim { width:20px; background:url(../../socios/inc/imag/boto/menuSoc/zonizq.jpg) no-repeat 0 0;}
#navSoc li.ultim { width:20px; background:url(../../socios/inc/imag/boto/menuSoc/zonder.jpg) no-repeat 0 0;}

#navSoc  li.inicio a{ width:51px; background:url(../../socios/inc/imag/boto/menuSoc/inicio.jpg) no-repeat 0 0;}
#navSoc li.inicio a:hover {	width:51px;	background:url(../../socios/inc/imag/boto/menuSoc/inicio.jpg) no-repeat 0px -36px;}
#navSoc li.inicio a.acti {	width:51px;	background:url(../../socios/inc/imag/boto/menuSoc/inicio.jpg) no-repeat 0px -36px;}

#navSoc li.escriba a{ width:136px; background:url(../../socios/inc/imag/boto/menuSoc/escribe.jpg) no-repeat 0 0;}
#navSoc li.escriba a:hover { width:136px; background:url(../../socios/inc/imag/boto/menuSoc/escribe.jpg) no-repeat 0px -36px;}

#navSoc li.conoce a{ width:121px; background:url(../../socios/inc/imag/boto/menuSoc/conoce.jpg) no-repeat 0 0;}
#navSoc li.conoce a:hover {	width:121px; background:url(../../socios/inc/imag/boto/menuSoc/conoce.jpg) no-repeat 0px -36px;}
#navSoc li.conoce a.acti {	width:121px;	background:url(../../socios/inc/imag/boto/menuSoc/conoce.jpg) no-repeat 0px -36px;}

/*
#navSoc li.conoce a{ width:121px; background:url(../imag/boto/menuSoc/conoce.jpg) no-repeat 0 0;}
#navSoc li.conoce a:hover {	width:121px; background:url(../imag/boto/menuSoc/conoce.jpg) no-repeat 0px -36px;}
*/

#navSoc li.deposito a{ width:125px; background:url(../../socios/inc/imag/boto/menuSoc/deposito.jpg) no-repeat 0 0;}
#navSoc li.deposito a:hover {	width:125px; background:url(../../socios/inc/imag/boto/menuSoc/deposito.jpg) no-repeat 0px -36px;}
#navSoc li.deposito a.acti {	width:125px; background:url(../../socios/inc/imag/boto/menuSoc/deposito.jpg) no-repeat 0px -36px;}

#navSoc li.patrocine a{ width:140px; background:url(../../socios/inc/imag/boto/menuSoc/patrocine.jpg) no-repeat 0 0;}
#navSoc li.patrocine a:hover {	width:140px; background:url(../../socios/inc/imag/boto/menuSoc/patrocine.jpg) no-repeat 0px -36px;}

#navSoc li.invita a{ width:128px; background:url(../../socios/inc/imag/boto/menuSoc/invita.jpg) no-repeat 0 0;}
#navSoc li.invita a:hover {	width:128px; background:url(../../socios/inc/imag/boto/menuSoc/invita.jpg) no-repeat 0px -36px;}
#navSoc li.invita a.acti {	width:128px; background:url(../../socios/inc/imag/boto/menuSoc/invita.jpg) no-repeat 0px -36px;}

#navSoc li.actividades a{ width:149px; background:url(../../socios/inc/imag/boto/menuSoc/actividades.jpg) no-repeat 0 0;}
#navSoc li.actividades a:hover {width:149px; background:url(../../socios/inc/imag/boto/menuSoc/actividades.jpg) no-repeat 0px -36px;}

#navSoc li.mailing a{ width:67px; background:url(../../socios/inc/imag/boto/menuSoc/mailing.jpg) no-repeat 0 0;}
#navSoc li.mailing a:hover {width:67px; background:url(../../socios/inc/imag/boto/menuSoc/mailing.jpg) no-repeat 0px -36px;}


#navSoc li.conoce ul.sub {
	position: absolute;
	top:36px;
	width: 10em;
	left: -999em;
	background:#FFF!important;
}
#navSoc li.conoce:hover ul.sub {
	left: auto;
	background:#FFF!important;
}
#navSoc li.conoce:hover ul.sub li a{
	display:block;
	height:26px;
	width:116px;
	padding:9px 0 0 5px;
	color:#000;
	text-align:center;
	text-decoration:none;
	text-indent:0px!important;
	border-bottom:1px solid #cccccc;
	background:#FFF;
}
#navSoc li.conoce:hover ul.sub li a:hover{
	display:block;
	height:26px;
	width:116px;
	color:#FFF;
	padding:9px 0 0 5px;
	text-indent:0px!important;
	border-bottom:1px solid #cccccc;
	background:url(../../socios/inc/imag/back/backOverSubmenu.gif) repeat-x;
}

/* Menu auxiliar */
.menuAuxi{
	float: left;
	font-size: .75em;
	margin: 5em 0 0 1em;
	font-weight: bold;
}

/* Efecto rollOver */
.numBotSliderUp {
    background-color: #00334C !important;
    color: #FFFFFF !important;
}