/**
 * Hoja de estilos que representa todos los estilos utilizados dentro de los POPUP
 * de elementos.
 *
 * @author	Divisa Informática y Telecomunicaciones S.A.
 * @since	Proxia Portal Server 5
 * @copy		2004
 */
@import url('resources.css');
@import url('navegacion.css');
@import url('searcher.css');
@import url('modelos_xsl.css');
 
BODY {
	margin: 0px;
	padding: 0px;
	font-size: 68%;
	font-family: Verdana, Arial, sans-serif;
	-moz-box-sizing: border-box;
}


TD {
	font-family: Verdana, Arial, sans-serif;
	font-size: 68%;
	-moz-box-sizing: border-box;	
}

TH {
	font-family: Verdana, Arial, sans-serif;
	font-size: 68%;
	-moz-box-sizing: border-box;	
}

LABEL {
	font-family : Verdana, Arial,sans-serif;
	font-weight : normal;
	font-size : 1em;
	color : #666666;
}

INPUT {
	background-color: white;
	font-family: Verdana, Arial,sans-serif;
	font-size : 1em;
	color: #333333;
	border : 1px solid #666666;
}


INPUT.checkbox {
	background-color : #FFFFFF;
	border : 0px;
}

SELECT {
	background-color: white;
	font-family: Verdana, Arial,sans-serif;
	font-size : 1em;
	color: #333333;
	border : 1px solid #666666;
}

TEXTAREA {
	background-color: white;
	font-family: Verdana, Arial,sans-serif;
	font-size : 1em;
	color: #333333;
	border : 1px solid #666666;
}

BUTTON {
	font-family : Verdana, Arial,sans-serif;
	font-size : 1em;
	color : #000000;
	background-color : transparent;
	border : 0px outset;
	cursor : pointer;
	display: inline;
}

FIELDSET{
	padding: 0px;
	border: 0px;
}

LEGEND{
	margin-left: -5px; 	
}

FORM {
	margin-bottom: 0px;
}

/**
 * Estilos de enlace
 */
A {
	text-decoration : none;
	color : #666666;
	cursor: pointer;
}

A:Visited {
	text-decoration : none;
	color : #404040;
}

A:Active {
	text-decoration : underline;
	color: #2a71c9;	
}

A:Hover {
	text-decoration : underline;
	color: #2a71c9;	
}
 
/**
 * Estilos de lista
 */
OL {
	margin-left: 25px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

UL {
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-type: disc;
}

UL.squarelist {
	margin-left: 8px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: square;
}

LI.squarelist {
	margin-left: 8px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: square;
}

DIV {
	-moz-box-sizing: border-box;
}
SPAN {
	-moz-box-sizing: border-box;
}
/** Fin estilos globales **/

DIV.popupHeader {
	background-image: url(../imagenes/banners/popup.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-position: top right;
	height: 51px;
}

SPAN.contentName {
	color:#969696;
}

DIV.popupData {
	font-size: 0.9em;
	padding-left: 10px;
	padding-right: 8px;	
}

DIV.popupData TH {
	font-size: 60%;
}

DIV.popupData TD {
	font-size: 60%;
}

DIV.popupFooter {
	background-color: #FFFFFF;
	height: 30px;
	text-align: right;
	font-size: 0.9em;
	border-top:1px solid #D5D5D5;
	padding-top:5px;
}

DIV.popupFooter A {
	color: #5B5B5B;
	text-decoration: none;
	padding-right: 5px;
	background-repeat:no-repeat;
	padding-top: 4px;
	padding-left: 16px;
	height: 20px;
	background-position: right;
	display: block;
	float: right;
}
DIV.popupFooter A:link {
	color: #5B5B5B;
}

DIV.popupFooter A:hover {
	color: #5B5B5B;
	text-decoration: underline;
}

DIV.popupFooter A:active {
	color: #5B5B5B;
}

DIV.popupFooter A:visited {
	color: #5B5B5B;
}


DIV.popupFooter A.print {
	background-image: url(../imagenes/services/imprimir.gif);
	padding-right:2.3em;
}

DIV.popupFooter A.close {
	background-image: url(../imagenes/services/cerrarAzul.gif);
	background-position: right;
	padding-right:2.3em;
}
/**
 * Estilos especiales para los contenidos.
 */

DIV.contentServices {
	text-align: right;
	margin-bottom: 10px;
} 
 
H1.contentName {
	font-size: 1.1em;
	background-image: url(../imagenes/fondos/linea_azul.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 3px;
	margin: 0px;
	color: #2A71C9;
} 

H2.contentAltText {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

DIV.overflowData {
	margin-top: 5px;
	overflow: auto;
}

@media screen {
    DIV.overflowPrintData {
        margin-top: 5px;
        overflow: auto;
        height: 425px;
    }
}

@media print {
    DIV.overflowPrintData {
        margin-top: 5px;
        overflow: none;
    }
    
    .popupFooter {
        display: none;
    }
}

/**
 * Estilos especiales galería de imagenes.
 */
DIV.imageGallery {
	width: 100%;
	height: 335px;
	margin-top:10px;
}

/** Incluimos la información especial de los tipos de auto-relacion **/
/* Capa contenedora de los tipos de autorelacines*/
DIV.autoRelTypesPoUp{
   height: 370px;
	overflow: auto;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

/* Primer nivel*/
UL.autoRelTypesFirstLevelPopUp{
  list-style: none;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
}

LI.autoRelTypesFirstLevelPopUp{
   list-style:none;		
   padding: 0px;
   margin: 0px;
	display: block;
}

SPAN.autoRelTypesFirstLevelPopUp{
  	background-image: url(../imagenes/fondos/linea_azul.png);
  	background-position: left bottom;
  	background-repeat: no-repeat;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	color: #2A71C9;
	display: block;
	padding: 0em 0 0.2em 0em;
	margin-bottom: 1em;
}

UL.autoRelTypesSecondLevelPopUp{
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

LI.autoRelTypesSecondLevelPopUp{
	background-repeat: no-repeat;
	list-style: none;
   display: block;
   margin: 0px;
	padding: 7px 4px 4px 35px;
   text-align: left;
}

/** Estilo para la imagen que se muestra en un POPUP **/
DIV.resource {
	margin-top: 0.5em;
	width: 100%;
	text-align: center;
}

DIV.reserveInformation {
	width: 100%;
	text-align: justify;
	height: 470px;
	padding-top: 10px;
	padding-right: 10px;
}
/* Paginacion en popUp */

DIV.popUP .cmResultsCount {
	/*color:#2A71C9;*/
}

DIV.popUP .cmNavPage {
	/*color:#2A71C9;*/
	color:#5B5B5B;
}

DIV.popUp A.cmNavEndsPagesLink {
	vertical-align: middle;
}

/* listado en popUp */

LI.cmContentPopupItem {
	background-image: url(../imagenes/bullets/bulletAzul.jpg);
}

/* buscador */

DIV.searchChildrenPopUp FIELDSET.cmSearchFieldSet LEGEND {
	color: #2A71C9;
}
