/*
Name: Aware Perú
Date: june 2011
Version: 1.0
Author: Carlo D'Urso
Autor URI: http://www.yo-ux.com/
*/

	/* Imports */
	/*@import url("skin.css");
	*/
	
	/***** Global *****/
	* { padding: 0; margin: 0;}

	body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#fff;
	color:#333333;
	border-top:20px solid #c00;
	}

	/* Headings */
	h1 {font-size: 1.601em;}	/* 24px */
	h2 {font-size: 1.571em;}	/* 22px */
	h3 {font-size: 1.429em;}	/* 20px */
	h4 {font-size: 1.286em;}	/* 18px */
	h5 {font-size: 1.143em;}	/* 16px */
	h6 {font-size: 1em;}	/* 14px */

	/* Anchors */
	a img {border: 0px; text-decoration: none;}

	a:link, a:visited {
	color: #fff;
	padding: 0 1px;
	text-decoration: none;
	}

	a { outline: none; }
	input{ outline:none;}
	
	::selection {background: #c00; color:#fff;} 
	::-moz-selection {background: #c00; color:#fff;}
	::-webkit-selection {background: #c00; color:#fff;}


	/***** Common *****/

	.spacer{
	margin:0.5em 0;
	}
	.padding{
	padding:0 0.3em;
	}
	.wrap{
		width:1024px;
		margin:0 auto;
		padding-top:2em;
	}
	.line{
	background:url(../images/line.gif) no-repeat right top;
	}
	.line-medium{
	background:url(../images/line-medium.gif) no-repeat right top;
	padding-top:.3em;
	}
	.line-short{
	background:url(../images/line-short.gif) no-repeat right top;
	}

	/***** Main Content *****/
	
#wrapper {
	width:1024px;
	height:100%;
	margin: 0 auto;
	/*border:1px solid #333;*/
}

#header {
	width:1024px;
	height:50px;
	/*border:1px solid #f60;*/
}
/*#header h1{
	font-size:2.5em;
	color:#333;
	letter-spacing:0.2em;
	text-transform:uppercase;
}*/
#header .logo{
	width:300px;
	float:left;
}
#header .menu{
	width:650px;
	float:right;
}
#header .menu ul{
	position:relative;
	float:right;
	z-index:300;
}
#header .menu li{
	display: inline-block; 
	list-style:none; 
	font-size:1.3em;
	text-align:right;
	color:#999;
	padding-top:1.1em;
}
#header .menu li a{
	display:block;
	color:#666;
}
#header .menu li a:hover{
	color:#c00;
}
#header .menu li a.selected{
	color:#c00;
}

#header .menu li ul{
	display:block; 
	position:absolute; 
	background: url(../images/spacer.gif) repeat 0 0;
	visibility:hidden;
	text-align:left;
	/*z-index:310;
	top:70px; 
	left:0;*/
}
#header .menu li:hover ul{
	visibility: visible;
}
#header .menu li li{
	position:relative;
	display:block;
	padding:0.2em 0.3em 0 0;
	margin-left:0.1em;
	/*z-index:320;*/
}
#header .menu li li a{
	display:block;
	background:url(../images/menu-links.png) repeat 0 0;
	font-size:0.7em;
	text-align:left;
	border:1px dotted #c00;
	padding-right:.2em;
}
#header .menu li li a:hover{
	color:#c00;
}

#slideshow {
    width:1024px;
	height:310px;
	position:relative;
	background:url(../images/slider-bar.gif) repeat-x left bottom;
	overflow:hidden;
	z-index:70;
	/*border:1px solid #333;*/
}
#slideshow #slider li {
	list-style:none;
	/*overflow:hidden;*/
}
#slideshow #slider li .caption{
	position:absolute;
	width:350px;
	height:300px;
	background-color:#222;
	/*border-right: 2px solid #699;*/
	z-index:200;
}
#slideshow #slider li .caption h1{
	color:#fff;
	font-size:1.9em;
	padding:1.1em;
}
#slideshow #slideshow-navigation {
	position:absolute;
	bottom:1em;
	right:1em;
	z-index:290;
}
#slideshow #slideshow-navigation li{
	display:inline;
	list-style:none;
	/*outline:1px solid #333;*/
}
#slideshow #slideshow-navigation li a{
	display:inline-block;
	background:url(../images/slider-navigation.png) no-repeat 0 0;
	width:20px;
	height:20px;
	padding:0;
	margin:0;
}

#slideshow #slideshow-navigation li.activeSlide a{
	background-position:0 -21px;
}

.segmentos{
	height:200px;
	clear:both;
	display:block;
}
.segmentos div{
	width:21%;
	float:left;
	clear:right;
	margin-right:3.2em;
	/*border:1px solid #333;*/
}
.segmentos div:last-child{
	margin-right:0;
	float:right;
}
.segmentos .educacion{
	background:url(../images/ico-educacion.gif) no-repeat left top;
}
.segmentos .industria{
	background:url(../images/ico-industria.gif) no-repeat left top;
}
.segmentos .investigacion{
	background:url(../images/ico-investigacion.gif) no-repeat left top;
}
.segmentos .salud{
	background:url(../images/ico-salud.gif) no-repeat left top;
}

.segmentos h2{
	text-align:right;
	margin-top:1.5em;
	padding-top:0.2em;
}
.segmentos p{
	font-family:Arial Narrow, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#666;
	margin-top:2em;
}
.segmentos a{
	display:block;
	color:#333;
	/*border:1px solid #333;*/
}
.segmentos .on{
	color:#c00;
}

.servicios div{
	width:32%;
	height:200px;
	float:left;
	margin:0 1em 1em 0;
	/*border:1px solid #333;*/
}
.servicios div:last-child{
	margin-right:0;
	float:right;
}
.servicios h2{
	font-size:1.5em;
	padding-bottom:.5em;
}
.servicios p{
	font-family:Arial Narrow, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#666;
	padding-right:.5em;
}
.servicios a{
	display:block;
	font-family:Arial Narrow, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#c00;
	float:right;
}
.servicios a:hover{
	text-decoration:underline;
}
.servicios .on{
	color:#c00;
}

.slogan{
	clear:both;
	width:100%;
	height:50px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:1.2em 0 1.7em 0;
}
.slogan h3{
	font-size:20px;
	line-height:1.5em;
}
.slogan div.left{
	width:62%;
	float:left;
	/*border:1px solid #c00;*/
}
.slogan div.right{
	width:37%;
	float:right;
	/*border:1px solid #c00;*/
}
.slogan a.descarga{
	background:url(../images/descargas.png) no-repeat 0 50%;
	float:left;
	color:#666;
	font-weight:bold;
	padding:1em;
	margin-left:1.7em;
}
.slogan a.clientes{
	background:url(../images/clientes.png) no-repeat 0 50%;
	float:right;
	color:#fff;
	font-weight:bold;
	padding:1em 3em;
}
.slogan a:hover{
	text-decoration:underline;
	}

.contenido{
	width:100%;
	height:120px;
	margin:2em 0;
	}
.contenido h2{
	font-size:22px;
	padding-bottom:1em;
}
.contenido div.left{
	width:46%;
	float:left;
	padding-right:3em;
	/*border:1px solid #c00;*/
}
.contenido div.right{
	width:46%;
	float:right;
	/*border:1px solid #c00;*/
}
.contenido p{
	font-weight:bold;
	color:#666;
}

.blog{
	width:100%;
	height:auto;
	clear:both;
	margin:2em 0;
	}
.blog div.left{
	width:60%;
	float:left;
	padding-right:1em;
	/*border:1px solid #c00;*/
}
.blog .left > div{
	/*height:250px;*/
	font-size:.9em;
	font-weight:bold;
	color:#333;
}
.blog div.post {
	display:block;
	clear:both;
	overflow:auto;
	border-bottom:1px dotted #c00;
	padding-bottom:2em;
	margin-bottom:2em;
}
.blog .post h2, .post p{
	clear:both;
	overflow:auto;
}
.blog .more-link a{
	clear:both;
}
.blog .left p{
	color:#666;
	margin-bottom:2em;
}
.blog .left img{
	/*margin-right:.5em;*/
	float:left;
	vertical-align:text-top;
	padding-right:.3em;
}
.blog .left a, .blog .widget a{
	color:#c00;
	text-decoration:none;
	padding-right:.2em;
}
.blog .left a:hover, .blog .widget a:hover{
	color:#f00;
	text-decoration:underline;
}
.blog div.right{
	width:35%;
	float:right;
	overflow:auto;
	padding-top:.5em;
	margin-top:-.5em;
}
.blog .right > div{
	margin-bottom:2em;
	clear:both;
}
.blog div.widget, .widget_tag_cloud {
	display:block;
	clear:both;
	overflow:auto;
	border-top:1px dotted #c00;
	padding-top:2em;
	margin-top:2em;
}
.blog .widget h2{
	padding-bottom:0;
}
.blog .widget ul{
	list-style:circle;
	color:#fff;
}
.blog h2{
	padding-bottom:1em;
}
.blog h3{
	font-size:20px;
	line-height:1.5em;
}
.blog a.descarga{
	background:url(../images/descargas.png) no-repeat 50% 50%;
	color:#666;
	font-weight:bold;
	padding:1em;
	margin-right:.7em;
}
.blog a.clientes{
	background:url(../images/clientes.png) no-repeat 50% 50%;
	color:#fff;
	font-weight:bold;
	padding:1em 3em;
}
.blog a:hover{
	text-decoration:underline;
	}
.blog .infos{
	font-family:Arial Narrow, Helvetica, sans-serif;
}
.blog .infos h2{
	font-size:1.7em;
	color:#c00;
}
.blog .infos ul{
	background-color:#ebebeb;
	width:auto;
	height:200px;
	font-size:1.2em;
	font-weight:bold;
	color:#666;
	padding:1em 0;
}
.blog .infos li{
	background:url(../images/quotes.png) no-repeat 0 0;
	list-style:none;
	cursor:pointer;
	padding:1.2em .5em 1em 2.5em;

}
.blog .infos li .autor{
	text-align:center;
	color:#900;
}
.blog .infos li .institucion{
	text-align:center;
	color:#000;
}

.equipo{
	width:100%;
	height:350px;
	margin-top:1em;
	}
.equipo div.left{
	width:53%;
	float:left;
	/*border:1px solid #c00;*/
}
.equipo div.right{
	width:40%;
	float:right;
	/*border:1px solid #c00;*/
}
.equipo p{
	color:#333;
}
.equipo p:hover{
	color:#4f2400;
}
.equipo img{
	float:right;
}

.info{
	height:320px;
	font-family:Arial Narrow, Helvetica, sans-serif;
	clear:both;
	display:block;
}
.info div{
	width:31%;
	float:left;
	margin-right:2em;
	/*border:1px solid #f90;*/
}
.info div:last-child{
	margin-right:0;
	float:right;
}
.info h2{
	font-size:1.7em;
	color:#c00;
	margin-bottom:1em;
}
.info .uno #success{
	display:none; 
	width:98%; 
	padding-left:.5em;
	margin-top:.5em;	
}
.info .due li{
	list-style:none;
	background:url(../images/bullets.png) no-repeat left 50%;
	width:35px;
	height:35px;
	font-size:22px;
	margin-bottom:.5em;
}
.info .due li.clientes{
	background:url(../images/bullets-b.png) no-repeat left 50%;
}
.info .due li a{
	display:block;
	width:230px;
	height:30px;
	color:#333;	
	padding:.25em 0 0 2.1em;
	/*border:1px solid #f90;*/
}
.info .due li a:hover{
	color:#f60;
}
.info input{
	font:bold 1em Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	border-radius: 7px;
    width: 290px;
	height:30px;
	color: #999;
	padding:0.2em;
	margin-bottom:0.5em;
}
.info input:focus{
	color: #333;
	border:1px solid #f90;
}
.info textarea{
	font:bold 1em Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	border-radius: 7px;
    width: 290px;
	height:120px;
	color: #999;
	padding:0.2em;
	resize:none;
}
.info textarea:focus{
	color: #333;
	border:1px solid #f90;
	outline:none;
}
.info button {
	border:none;
	font:bold 1em Arial, Helvetica, sans-serif;
	background:url(../images/button.png) no-repeat 50% 40%;
	color:#333;
    cursor: pointer;
    width: 96px;
    height: 40px;
	margin:1em 0 0 0;
	padding-right:1.2em;
}
.info button:hover {
	color:#c00;
}
.info p.button{
	font:bold 1em Arial, Helvetica, sans-serif;
}
.info img{
	margin-bottom:.1em;
}	
.info .tre ul{
	background-color:#ebebeb;
	width:auto;
	height:200px;
	font-size:1.2em;
	font-weight:bold;
	color:#666;
	overflow:hidden;
	padding:1em 0;
}
.info .tre li{
	background:url(../images/quotes.png) no-repeat 0 0;
	list-style:none;
	cursor:pointer;
	padding:1.2em .5em 1em 2.5em;
	/*margin:.1em 0 0 1.3em;*/
}
.info .tre li .autor{
	text-align:center;
	color:#900;
}
.info .tre li .institucion{
	text-align:center;
	color:#000;
}
.info .tre a{
	font:bold .9em Arial, Helvetica, sans-serif;
	color:#c00;
}
.info .tre a:hover{
	color:#f00;
}

.postula{
	width:97%;
	height:auto;
	margin:5em 0 10em 0;
	/*border:1px dotted #c00;*/
}
.postula div{
	margin-bottom:3em;
}
.postula h4{
	width:900px;
	font-size:18px;
	color:#666;
	border-bottom:1px solid #666;
	margin-bottom:1.5em;
}
.postula input, select{
	font:bold 1em Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	border-radius: 7px;
    width: 360px;
	height:33px;
	color: #999;
	padding:0.2em .7em;
	margin:0 1.5em 1em 0;
}
.postula input:focus, .postula input:hover{
	color: #333;
	border:1px solid #f90;
}
.postula span.fileinputs {
	position: relative;
}
.postula span.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	width:490px;
	z-index: 1;
	margin:-.7em 0 0 .25em;
	/*border:1px solid #00f;*/
}
.postula img {
	vertical-align: top;
	margin-top:.1em;
	margin-left:-1em;
}
.postula input.file {
	position: relative;
	height:39px;
	text-align: right;
	float:right;
	/*-moz-opacity:0 ;*/
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	cursor:pointer;
	margin-right:6.5em;
}
.postula select{
    width: 385px;
	height:41px;
	vertical-align:top;
	padding:.5em;
}
.postula select:hover{
	color: #333;
	border:1px solid #f90;
}
.postula option{
	padding:.3em .5em;
}
.postula span.fakefile a{
	color:#c00; 
	font-size:0.9em; 
	font-style:italic;
	margin-left:.2em;
}
.postula span.fakefile a:hover{
	text-decoration:underline;
}

.checkbox, .radio {
	width: 30px;
	height: 30px;
	background: url(../images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
	cursor:pointer;
	margin:-.4em .2em 0 0;
}
.postula .ofertas input{
    width:30px;
	height:30px;
	vertical-align:middle;
	padding:0;
	margin:0;
}
.postula .ofertas p{
    width:200px;
	float:left;
	margin:0 1em 1em 0;
	/*border:1px solid #f90;*/
}
.postula .ofertas a{
	font:bold 1em Arial, Helvetica, sans-serif;
	color: #666;
	margin-left:.3em;
}
.postula .ofertas a:hover{
	color: #c00;
}
.postula button {
	border:none;
	float:right;
	font:bold 1em Arial, Helvetica, sans-serif;
	background:url(../images/button.png) no-repeat 50% 40%;
	color:#333;
    cursor: pointer;
    width: 96px;
    height: 40px;
	margin-right:5em;
	padding-right:1.2em;
}
.postula button:hover {
	color:#c00;
}
/*.postula div#candidate{
	float:right;
	width:170px;
	}
.postula #candidate img{
	display:none;
	padding-top:.7em;
	margin-left:1em;
	}*/

#marcas {
	background-color:#DAECEC;
	width:100%;
	overflow:hidden;
	clear:both;
	border-bottom:10px solid #669999;
	padding-bottom:2em;
}
#marcas .wrap {
	overflow:hidden;
	/*border:1px solid #c00;
	padding-left:1em;*/
	}
#marcas .wrap p{
	clear:both;
	padding-bottom:1em;
	}
#marcas .representar{
	width:140px;
	float:left;
	overflow:hidden;
	margin-right:.45em;
	/*border:1px solid #333;*/
}
#marcas .representar:last-child{
	float:right;
	margin-right:0;
}
#marcas .representar a{
	opacity: .8;
	display: block;
}
#marcas .representar a:hover{
	opacity: 1;
}
#marcas .representar ul{
	font-size:0.85em;
	border-right:1px solid #ccc;
	margin: 1em 0;
}
#marcas ul.last-child{
	border-right:none;
}
#marcas .representar li{
	font-size:0.8em;
	list-style:none;
}

#footer {
	background:#222 url(../images/footer.png) repeat-x 0 0;
	width:100%;
	height:218px;
	/*margin-top:-.3em;*/
}
#footer .wrap {
	padding-top:1.5em;
}

#footer div.left {
	width:50%;
	float:left;
	/*border:1px solid #fff;*/
}
#footer div.left h6{
	font:bold 14px Arial Narrow, Helvetica, sans-serif;
	color:#fff;
}
#footer div.left p{
	font:bold .85em Arial Narrow, Helvetica, sans-serif;
	color:#999;
	padding:.5em 0;
}
#footer input{
	font:bold 1em Arial, Helvetica, sans-serif;
	border:1px solid #666;
	border-radius: 7px;
    width: 26em;
	height:29px;
	color: #666;
	padding:0.3em;
	margin-bottom:0 !important;
}
#footer input:focus{
	color: #c00;
	border:1px solid #f00;
}
#footer button {
	border:none;
	font:bold 1em Arial, Helvetica, sans-serif;
	background:url(../images/button.png) no-repeat 50% 40%;
	color:#333;
    cursor: pointer;
    float: right;
    width: 96px;
    height: 40px;
	padding:0 1.2em .1em 0;
	margin: .25em 5em 0 0;
}
#footer button:hover {
	color:#c00;
}
#footer p.segmento{
    width: auto;
    color:#fff !important;
    float: left;
	margin:.3em .3em 0 0;
}
#footer p.segmento label{
	cursor: pointer;
}
#footer div.right {
	width:40%;
	float:right;
}
#footer div.links {
	width:45%;
	font:.9em Arial Narrow, Helvetica, sans-serif;
	float:left;
	color:#999;
	padding-left:0.5em;
	/*border:1px solid #fff;*/
}
#footer .links:last-child {
	margin-left:1.5em;
}
#footer div.links h6{
	color:#fff;
	padding-bottom:1em;
}
#footer div.links li{
	list-style:none;
}
#footer div.links li a{
	color:#999;
	border-bottom:1px dotted #666;
}
#footer div.links li a:hover{
	color:#fff;
	border-bottom:1px dotted #fff;
}

	/*IMPORTED*/
#catalogo {
	width:99%;
	height:auto;
	min-height:500px;
	margin:2em auto;
	/*border:1px dotted #000;*/
}
#catalogo .acc_trigger {
	background:#222 url(../images/trigger.png) no-repeat 97% 2px;
	width:100%;
	height:30px;
	border-bottom:1px dotted #fff;
}
#catalogo .acc_trigger a {
	font-weight:bold;
	color: #fff;
	text-decoration: none;
	display: block;
	padding:5px 0 0 30px;
}
#catalogo .acc_trigger a:hover {
	color: #DAECEC;
}
#catalogo .active {
	background-position: 97% -32px;
}
#catalogo .acc_container {
	clear: left;
}
#catalogo .acc_container .block {
	padding:10px 0;
}	
#catalogo #showsproductos li{
	list-style:none;
	display:inline-block;
	border:1px solid #fff;
	width:100px;
	height:140px;
	padding:.15em .3em;
	margin-left:.3em;
}	
#catalogo #showsproductos li:hover{
	border:1px dotted #333;
}	
#catalogo #showsproductos li a{
	font-size:11px;
	font-weight:bold;
	color:#333;
	padding:0;
}
#catalogo #showsproductos li a:hover{
	color:#c00;
}
/*#catalogo #showsproductos li a:visited, #showsproductos li a:active{
	color:#ccc;
}*/
#catalogo #showsproductos p{
	height:40px;
	overflow:hidden;
}	

#ficha-tecnica{
	padding:2em .5em;
}	
#ficha-tecnica .left{
	width:35%;
	float:left;
}	
#ficha-tecnica .right{
	width:55%;
	background:url(../images/menu-links.png) repeat 0 0;
	float:right;
	border-left:1px dotted #c00;
	padding:0 1em 1em 1em;
}	
#ficha-tecnica h1{
	font-size:21px;
	padding-bottom:1em;
}	
#ficha-tecnica .left img{
	vertical-align:middle;
	overflow:hidden;
}	
#ficha-tecnica a{
	color:#c00;
	font-weight:bold;
}	
#ficha-tecnica a:hover{
	color:#f60;
}	
#ficha-tecnica button{
	background-color:#DAECEC;
	color:#c00;
	font-size:14px;
	font-weight:bold;
	border:1px dotted #666;
	cursor:pointer;
	padding:.4em .3em .3em .3em;
}	
#ficha-tecnica button:hover{
	background-color:#f8c6c4;
	color:#c00;
}
#ficha-tecnica button img{
	vertical-align:middle;
	margin-top:-.7em;
}


#grupos{
	position:fixed;
	top:25%;
	left:-5px;
	width:70px;
	background-color:#DAECEC;
	border-left:none;
	-moz-box-shadow: 4px 4px 10px #666;
	-webkit-box-shadow: 4px 4px 10px #666;
	box-shadow: 4px 4px 10px #666;
}
#grupos ul li{
	list-style:none;
	/*height:40px;*/
	margin:/*.7em*/ auto;
}
#grupos li:first-child, #grupos li.first-child{
	/*margin-top:.7em;*/
}
#grupos li:last-child, #grupos li.last-child{
	/*margin-bottom:0;*/
}

#grupos li.educacion{
	background:url(../images/ico-educacion.png) no-repeat 50% 0;
}
#grupos li.industria{
	background:url(../images/ico-industria.png) no-repeat 50% 0;
}
#grupos li.investigacion{
	background:url(../images/ico-investigacion.png) no-repeat 50% 0;
}
#grupos li.salud{
	background:url(../images/ico-salud.png) no-repeat 50% 0;
}
#grupos li a{
	display:block;
}
#grupos li:hover{
	background-position:50% -2.8em;
}
#grupos li img{
	/*visibility:hidden;*/
}
#grupos li.basket{
	background:#c00 url(../images/cart.png) no-repeat 40% 50%;
	/*background-color:#c00;*/
	border-top:1px dotted #fff;
	padding:.5em 0;
	overflow:hidden;
}
#grupos #canasta h1{
	font-family: 'Orbitron', arial, serif;
	font-size:29px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	padding-left:.1em;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(../images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(../images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(../images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(../images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(../images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(../images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(../images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(../images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
.hide {
	display:none;
	padding:10px;
}
#clientes img {
	padding:.5em .15em;
}
#values {
	display:none;
}

.puestos {
	padding-left:.3em;
}
.puestos h1{
	color:#c00;
	padding-bottom:1em;
}
.puestos ul li{
	list-style-position:inside;
	list-style-type:square;
	margin-left:.1em;
}