/*
 * z-index
 *
 * [9999998] popupBoxLoading
 * [10115] divTextBox
 * [10010] divImgClose
 * [10005] popupMsg
 * [10005] contactContainer
 * [10005] divContactenosTitle
 * [290] popupBkg
 * [290] contactBkg
 * [200] popupBox
 * [200] popupContact
 * [100] disablerDiv
 *
 */

.on { display: block; }
.off { display: none; }

#rootPopup {
    border: 0;
    display: none;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
    /* z-index: 5000;*/
    z-index: 200000; /* Para que aparezca por encima de la caja de búsqueda en FF */
}

/*
#rootPopup div {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: x-small;
}
*/

#rootPopup #popupBox {
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: 50px;
    z-index: 200;
    background-color: transparent;
}

#rootPopup #popupContent {
    /* background-color: #fff; */
    background-color: transparent;
    min-height: 200px;
    /* height: auto !important; */
    /* height: 200px; */
    height: 100%;
    width: 100%;
	/*padding-bottom: 10px;*/
    
}

#popupBkg {
    background-image: url(../img/footer/bg-popup.gif); 
    background-repeat: repeat-x;
    height: 151px;
    position: absolute;
    right:1px;
    top:1px;
    z-index: -10;/* Era 290 */
}

#popupBoxLoading {
    clear: both;
    /* height: 15px; */
    position: absolute;
    z-index: 9999998;
    left: 0;
    /* padding-top: 35%; */
    height: 100%;
    width: 100%;
    background-color: #fff;
}

.popupsubbox-loading {
    height: 100%;
    text-align: center; 
    width: 100%;
    padding: 0px;
    border-collapse: collapse;
}

.popupsubbox-loading td {
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	border-width: 0px;
}

.popupsubbox-loading img {
    height: 12px;
    width: 109px;
}

#disablerDiv {
	/*M20090478 - JABG 20100120*/
	BORDER-TOP-WIDTH: 0px; 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	BORDER-LEFT-WIDTH: 0px; 
	Z-INDEX: 100; 
	FILTER: alpha(opacity=25); 
	LEFT: 0px; 
	BORDER-BOTTOM-WIDTH: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	WIDTH: 100%; 
	CURSOR: default; 
	PADDING-TOP: 0px; 
	POSITION: absolute; 
	TOP: 0px; 
	BACKGROUND-COLOR: #000000; 
	BORDER-RIGHT-WIDTH: 0px; 
	opacity: 0.25
	/*M20090478 - JABG 20100120*/
}


.divTextBox {
    background-color: #f2f3f5;
    border: 1px solid #bbc0c6;
    padding: 10px;
    position: relative;
    text-align: justify;
    z-index: 10115;
}

.divImgClose {
    height: 10px;
    float: right;
    position: absolute;
    right:14px;
    top:3px;
    width: 16px;
    z-index: 10010;
}


.imgClose {
    cursor: pointer;
}

.imgFormRadio {
    cursor: pointer;
    font-size: 0.9em;
}

.imgRadio {
    cursor: pointer;
}

#popupMsg {
    height: 100px;
    padding-left: 0;
    padding-top: 35%;
    padding-right: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 10005;
}

.mousePointer {
    cursor: pointer;
}
.popupContact {
    border: 0;
    padding: 0;
    position: relative;
    margin: 0;
    top: 100px;
    width: 566px;
    z-index: 200;
}
.contactBkg {
    height: 151px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 564px;
    z-index: 290;
}
.popupSendEmail {
    border: 0;
    padding: 0;
    position: relative;
    margin: 0;
    top: 100px;
    width: 458px;
    z-index: 200;
}
.sendEmailBkg {
    height: 151px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 456px;
    z-index: 290;
}
#contactContainer {
    left: 0;
    position: relative;
    top: 0;
    z-index: 10005;
}

#divContactenosTitle {
    margin: 14px 0 11px 14px;
    position: relative;
    z-index: 10105;
}

#divContactenosForm, #divSendEmailForm {
    color: #5c616b;
    margin-bottom: 5px !important;
    margin-bottom: 4px;
    position: relative;
    top: 10px;
    z-index:290;
}

#divContactenosForm, #divSendEmailForm {
    left: 110px;
    width: 354px;
}

#divSendEmailForm {
    left: 15px;
    width: 410px;
}

#contactenosForm .ctcField {
    border: 1px solid #888e98;
    height: 15px;
    padding: 0;
    position: relative;
}
#contactenosForm select {
    font-size: 1em;
    height: 17px;
}

#contactenosForm #ctcClearAll {
    cursor: pointer;
    height: 21px;
    position: relative;
    width: 61px;
}
#contactenosForm #ctcSendForm {
     cursor: pointer;
     height: 21px;
     margin-left: 6px;
     position: relative;
     width: 55px;
}

.divSentImgClose {
    position: relative;
    text-align: center;
    top:25px;
    z-index: 10010;
}

.divSentImgClose img {
    cursor: pointer;
    width: 56px;
    height: 17px;
}

.popupDefault {
    border: 0px;
    padding: 0px;
    position: relative;
    margin: 0px;
    top: 100px;
    /*width: 412px;*/
    z-index: 200;
    background-color : white;
}
.popupDefaultBkg {
    height       : 400px;
    position     : absolute;
    text-align : center;
    right            : 1px;
    top              : 1px;
    width      : 410px;
    z-index    : 100;
}

/* Estilos utilizados para el Flash Intro */
#flashIntroTitle {
    margin              :0px 0px 0px 0px;
    position            :relative;
    cursor              :pointer;
    text-align      : center;
    margin-bottom   :0px;
    margin-left     :0px;
    margin-right    :0px;
    margin-top      :0px;
    z-index         :10105;
}




.flashIntro {
    border: 0px;
    padding: 0px;
    position: relative;
    margin: 0px;
    top: 100px;
    width: 412px;
    z-index: 200;
    background-color : white;
}
.flashIntroBkg {
    height       : 400px;
    position     : absolute;
    text-align : center;
    right            : 1px;
    top              : 1px;
    width      : 410px;
    z-index    : 100;
}
/* Fin de estilos utilizados para Flash Intro */

.ligthboxdacgContHeader {
	position: absolute;
	width: 565px;
	height: 24px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding: 5px;
}

.ligthboxdacgContTitle {
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
	line-height: 24px;
	display: inline;
	width: 350px;
	overflow: hidden;
}

.ligthboxdacgClose {
	float: right;
	text-align: right;
}

.imprime_content_texto {
	background: url(../images/img_imprime_on.jpg) no-repeat left center;
	padding-left: 25px;
	font-size: 10px;
	font-weight: bold;
	margin-left: 0;
	text-decoration: underline;
	margin-top: 5px;
	float: left;
	color: #3a79c6;
	width:85px;
	display: inline;
}
.imprime_content_texto:hover {
	background: url(../images/img_imprime_off.jpg) no-repeat left center;
	color: #666;
}

.cerrar_plano {
	background: url(../images/bt_cerrar2.jpg) no-repeat center center;
	display: block;
	float: right;
	height: 16px;
	margin-top: 5px;
	width: 76px;
	line-height: 34px;
}
.cerrar_plano:hover {
	background: url(../images/bt_cerrar2_off.jpg) no-repeat center center;
}

/*M20090478 - JABG 20091216*/
/* Caja del Formulario */
.boxFor {
        width: 450px;
        padding: 10px;
        margin: 0 auto;
        background: #ffff01;
        border: 1px solid #ccc;
        text-align: left;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        position: relative;
}

.boxFor form {
        padding: 0;
        margin: 0;
}

.boxFor h1 {
        font-size: 11px;
        font-weight: bold;
        padding: 0 0 5px 0;
        margin: 0;
}

.boxFor select {
        border: 1px solid #ccc;
        width: 150px;
        font-size: 12px;
        margin: 0;
        padding: 0;
}

.boxFor .btn {
        padding: 2px 0 0 0;
        text-align: right;
        overflow: hidden;
}

.boxFor .btn2 {
        padding: 0 0 5px 0;
        text-align: right;
        overflow: hidden;
}

.boxFor input {
        padding: 0;
        margin: 0;
        font-size: 11px;
}

.boxFor label {
        padding: 0;
        margin: 0;
        font-size: 11px;
}

.boxFor textarea {
        padding: 0;
        margin: 0;
        font-size: 11px;
}

.boxFor input.caja {
        width: 205px;
        padding: 2px 2px 2px 2px;
        margin: 2px 0 2px 0;
        border: 1px solid #ccc;
}

.boxFor input.chek {
        width: auto;
        margin: 2px 0 2px 0;
        border: 0;
}

.boxFor textarea.area {
        width: 443px;
        padding: 2px 2px 2px 2px;
        margin: 2px 0 2px 0;
        border: 1px solid #ccc;
}

.boxFor .left {
        float: left;
        width: 215px;
        overflow: hidden;
        height: auto;
        padding: 0;
        margin: 0;
}

.boxFor .right {
        float: right;
        width: 18px;
        overflow: hidden;
        height: auto;
        padding: 20px 0 0 0;
        margin: 0;
}

.boxFor .clear {
        clear: both;
        overflow: hidden;
        width: 100%;
        height: auto;
}

.boxFor .cerrar {
        position: absolute;
        top: 5px;
        left: 443px;
		
}

.ligthboxdacgContHeader2 {
	position: absolute;
	width: 430px;
	height: 24px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding: 5px;
}

.ligthboxdacgContTitle2 {
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
	line-height: 24px;
	display: inline;
	width: 340px;
	overflow: hidden;
}
/*M20090478 - JABG 20091216*/
