/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:0px auto 20px auto;
	width:1000px;
	height:240px;
	clear:both;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
	-moz-border-radius: 10px; /* Firefox*/
	-ms-border-radius: 10px; /* IE 8.*/
	-webkit-border-radius: 10px; /* Safari,Chrome.*/
	border-radius: 10px; /* El estándar.*/
	border: 1px #DBDDDF solid;
	background-color:#F8F8F8;
}
.ca-item{
	position:relative;
	float:left;
	width:200px;
	height:100%;
	text-align:center;
}
.ca-more{
	position: absolute;
	bottom: 10px;
	margin-top:20px;
	padding: 4px 60px;
	padding-top: 10px;
	font-weight: bold;
	background: #ccbda2;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
	background:transparent url(../images/sombra.png) no-repeat center center;	
}

.ca-more img {
	top: 3px;
	position:relative;
}

.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(../images/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	padding:0px;
	position:absolute;
	top:5px;
	left:0px;
	right:0px;
	bottom:5px;
	overflow:hidden;
	border-left: 1px #DBDDDF solid;
}
.ca-icon{
	height:177px;
	background:transparent  center 75px;
	background-repeat: no-repeat;
}

.ca-item-1 {
	background-image:url(../images/comprobante_de_pago.png);
	background-position: center center;
	background-repeat: no-repeat;	
}

.ca-item-2 {
	background-image:url(../images/historico_vacaciones.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.ca-item-3 {
	background-image:url(../images/estudio_de_Vacaciones.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.ca-item-4 {
	background-image:url(../images/certificado_ingresos.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.ca-item-5 {
	background-image:url(../images/consulta_de_saldos.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.ca-item-6 {
	background-image:url(../images/certificado_laboral.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.ca-item h3{
    font-family: 'PT Sans Narrow',Arial,sans-serif;
	text-transform:uppercase;
	font-size:18px;
	color:#FF290B;
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
	line-height:16px;
	position:absolute;
	top: 10px;
	z-index:100;
	width: 100%;
}
.ca-item h4{
	font-size:14px;
	text-align:center;
	line-height:18px;
	padding-left:10px;
	padding-right:10px;	
	position:relative;
}
.ca-item h4 span{
	display:block;
}
.ca-item h4  span.ca-quote{
	color:#f4eee3;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}
.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 14px;
	font-style: italic;
	font-family: "Georgia","Times New Roman",serif;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:32px;
	padding-bottom:5px;
	color:#000;
	font-family: 'Coustard', sans-serif;
	color:#60817a;
	border-bottom:2px solid #99bcb4;
	text-shadow: 1px 1px 1px #99BCB4;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a{
	color:#fff;
	background:#000;
	padding:3px 6px;
	font-size:14px;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(../images/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}

.cabezote {
	width:995px;
	margin-left:auto;
	margin-right:auto;
	height:79px;
	}

.menu {
	width:995px;
	margin-left:auto;
	margin-right:auto;
	height:34px;
	background-color: #00005e;
	-moz-border-radius: 4px; /* Firefox*/
	-ms-border-radius: 4px; /* IE 8.*/
	-webkit-border-radius: 4px; /* Safari,Chrome.*/
	border-radius: 4px; /* El estándar.*/	
	}
.bienvenida {
	width:975px;
	margin-left:auto;
	margin-right:auto;
	height:35px;
	background-repeat:repeat-x;
    padding-left: 20px;
    padding-top: 10px;	
	}	
.bienvenida li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	}
.bienvenida ul {
	display:inline;
	}	
li.usuario {
	list-style-image:url('../images/usuario.png');
	float:left;
	width:30%;
}
li.fecha {
	list-style-image:url('../images/bullet.png');
	float:left;
}

li.sesion {
	list-style-image:url('../images/salir.png');
	float:right;
}

li.cambiar {
	list-style-image:url('../images/cambiar_clave.png');
	float:left;
}

li.cambiarEmail {
	list-style-image:url('../images/email.png');
	float:left;
	margin-left:63px;
}

li.design {
	list-style-image:url('../images/design.png');
	float:left;
	color: #fff;
	font-weight:bold;
	vertical-align: text-top;
	
}

.cerrar {
	float:right;
	position: relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	width:40%;
}
.rotabaner {
	clear:both;
	width:1004px;
}

.imagenrotabanerindex {
	width:722px;
	height:282px;
	float:left;
	border-right: 1px dotted #999999;
}

.imagenrotabaner {
	width:722px;
	height:352px;
	float:left;
}

.contenidologin {
	width:250px;
	height:282px;
	float: right;
	padding-left:15px;
	padding-right:15px;
	position: relative;
	top: 40px;
}

.botonDerecha {
	float: right;
	position: absolute;
	right: 110px;
	top: 55px;
}

.botonAceptar {
	float: center;
	position: relative;
	
}

#initialDiv label {
	color: #fff;
	display: inline-block;
	top: -5px;
	position: relative;
}

#initialDiv div {
	display: inline-block;
}

#initialDiv {
	position: relative;
	top: -30px;
	width: 50%;
	float: right;
	right: 15px;
	text-align: right;
	margin-bottom: -40px;
}

select[size] {
	width: auto !important;
}

.contenidologin img{
	float:left;
	margin-right:10px;
	margin-bottom:10px;}

.menu img{
	position:relative;
	top:5px;
	left:5px;	
}

H3 {
	margin-bottom:5px !important;
}

label {
	font-weight:bold !important;
	}
.fondofooter {
	background-color:#00005e;
	width:100%;
	position: relative;
}
.contenidofooter {
	width:900px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	left:30px;
	position:relative;	
}

.redes {
	float:right;
	width:80px;
	height:40px;
}
.creditos {
	float:left;
}

.rango {
	position:relative;
	left:30%;
	padding-top:10px;
	}
.rango label {
	display:inline-block !important;
	width:100px;
	}
.fondoerror {
	height: 622px;
	background:transparent;
}

.ca-item {
    width: 166px !important;
}

.ca-item-1:hover {
	background-image:url(../images/comprobante_de_pago_over.png);
	background-position: center center;
	background-repeat: no-repeat; 
}

.ca-item-2:hover {
	background-image:url(../images/historico_vacaciones_over.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.ca-item-3:hover {
	background-image:url(../images/estudio_de_Vacaciones_over.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.ca-item-4:hover {
	background-image:url(../images/certificado_ingresos_over.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.ca-item-5:hover {
	background-image:url(../images/consulta_de_saldos_over.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.ca-item-6:hover {
	background-image:url(../images/certificado_laboral_over.png);
	background-position: center center;
	background-repeat: no-repeat;	
}
.notas {
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #fbeed5;
    color: #3a87ad;
  	background-color: #d9edf7;
  	border-color: #bce8f1;
}
.classScrollDiv {
	position: relative;
	height: 190px;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	border-width: 0px 0px 1px 0px;
}
.bodyCertificate {
	width:995px;
	margin-left:auto;
	margin-right:auto;
	height:675px;
	}
.input-list {
	height: 15px;
	margin-bottom: 2px;
}
.previewInfo {
	visibility: hidden;
}
/* <Parte de> SSFXII-11249 - COLDIESEL - CAPTCHA ILEGIBLE */
.refreshCaptchaImg{
	margin-bottom: 1.5em;
	width: 28px;
	height: 28px;
}

.captchaButton{
	margin-left: 0.8em;
	text-decoration: none;
}