/* 
    Document   : estiloTrans
    Created on : 31 de julio de 2007, 10:41
    Author     : alumno
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* Capa para conseguir el tamaño mínimo de transparencia en IE */
.minTam {
    height: 1468px; 
    width: 1000px;
}

.minTam2 {
    height: 750px; 
    width: 1000px;
}


.transparente2{    
        position :fixed !important;
        position :absolute;
        width :100%;
        height :100%;
	min-width:1000px;      
	background-color :#666666;
	top: 0px;
        left: 0px;
	opacity: 0.50;
        filter: alpha(opacity=40);
	z-index :200; 
        /*overflow: hidden;*/
}


div.transparenteClaro{
    position :fixed !important;
    position :absolute;
    width :100%;
    height :100%;
    background-color :#FFFFFF;
    top: 0px;
    left: 0px;
    opacity: 0.0;
    -moz-opacity: 0.0;
    filter: alpha(opacity=0);      
    z-index:100;
}
div.mensaje{
    position: absolute;
    top: 200px;
    left: 250px;
    width: 370px;
    border-width: 0px;
    z-index: 300;

}

#transparente{
	position:fixed !important;
	position:absolute;
	
	width:100%;
	height:100%;
	
	background-color :#666666;

	opacity:0.50;
	filter:alpha(opacity='75');
	
	margin-top:-5px;
        z-index:200;
}

#detalles_series {

	width:800px;
        border:1px #000000 solid;
	position: absolute;
	top: 5%;
	left: 50%;
	margin-left: -400px;
	background-color:#FFFFFF;
	font-size:11px;	 
        z-index:250;
}

.invisible { 
        display:none; 
}

div.fondoContenedorAux2{
   position: absolute;
   top: 200px;
   left: 415px;
   
   height:285px;
   width: 370px;
   z-index: 250;

   text-decoration: none;
   background: url(../img/contenedorAux.gif) top no-repeat;
}


div.fondoContenedorAux3{
   position: absolute;
   top: 200px;
   left: 415px;
   
   height:170px;
   width: 370px;
   z-index: 250;

   text-decoration: none;
   background: url(../img/contenedorAux2.gif) top no-repeat;
}

div.TituloVentanaAux{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #FFFFFF;
   margin:10px;
   margin-top:5px;
}

div.cabeceraContenedorAux{
   position: absolute;
   top: 0px;
   left: 5px;
}

div.TAContenidoContAux2{			
   position:absolute;
   left:6px;
   top:40px;
   width:324px;
   height:50px;
   /*border:solid;*/
   /*overflow:scroll;*/
   /*overflow-x: hidden;*/
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   margin:10px;	
   color:#282A7E;
}

div.TAContenidoContAux3{			
   position:absolute;
   left:6px;
   top:15px;
   width:324px;
   height:50px;
   /*border:solid;*/
   /*overflow:scroll;*/
   /*overflow-x: hidden;*/
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   margin:10px;	
   color:#282A7E;
}

input.ContenedorAux2bAceptar{
   position: absolute; 
			   
   top: 112px; 
   left: 87px; 
			   
   height:17px; 
   width: 87px; 
			   
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
           
   cursor: pointer;
   background-color: #282A7E;
   color: #FFFFFF;
   border-color:#FFFFFF;
  
}
	

input.ContenedorAux2bCancelar{
   position: absolute;						
   top: 112px;
   left: 185px;						
   height:17px;
   width: 87px;      
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;						
   cursor: pointer;
   background-color: #282A7E;
   color: #FFFFFF;
   border-color:#FFFFFF;
}


input.ContenedorAux2cAceptar{
   position: absolute; 
			   
   top: 146px; 
   left: 87px; 
			   
   height:17px; 
   width: 87px; 
			   
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
           
   cursor: pointer;
   background-color: #282A7E;
   color: #FFFFFF;
   border-color:#FFFFFF;
  
}
	

input.ContenedorAux2cCancelar{
   position: absolute;						
   top: 146px;
   left: 185px;						
   height:17px;
   width: 87px;      
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;						
   cursor: pointer;
   background-color: #282A7E;
   color: #FFFFFF;
   border-color:#FFFFFF;
}
	



input.Contenedor1Boton{
   position: absolute; 
			   
   top: 112px; 
   left: 136px; 
			   
   height:17px; 
   width: 87px; 
			   
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
           
   cursor: pointer;
   background-color: #282A7E;
   color: #FFFFFF;
   border-color:#FFFFFF;
  
}

.escCombo{
    visibility: hidden;
}


div.mensaje{
    /* WIDTH=370 BORDER=0 */
    position: absolute;
    top: 200px;
    left: 250px;
    width: 370px;
    border-width: 0px;
    z-index: 300;

}

div.msj_top{
	background-image:url(../img/ventana_emergente_top.gif);
        height:23px;
        background-color: 7D2A28;
}
div.msj_medio{
	height: 100px;
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 40px;
	text-align: justify;
	background-color:#EDEDF9;
       border-right-color: #2A2C84;
       border-left-color: #2A2C84;
       border-right-width: 2px;
       border-left-width: 2px;
       border-top-style: none;   
       border-bottom-style: none;
       border-left-style: solid;
       border-right-style: solid;
}

div.msj_medioDecgPD{
	height: 125px;
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 40px;
	text-align: justify;
	background-color:#EDEDF9;
       border-right-color: #2A2C84;
       border-left-color: #2A2C84;
       border-right-width: 2px;
       border-left-width: 2px;
       border-top-style: none;   
       border-bottom-style: none;
       border-left-style: solid;
       border-right-style: solid;
}

input.msj_btn1{
position: absolute; 
			   
   top: 145px; 
   left: 87px; 
			   
   height:17px; 
   width: 87px; 
			   
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
           
   cursor: pointer;
   background-color: #282A7E;
   color: #FFFFFF;
   border-color:#FFFFFF;
}
input.msj_btn2{
position: absolute; 
			   
   top: 145px; 
   left: 140px;
			   
   height:17px; 
   width: 87px; 
			   
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
           
   cursor: pointer;
   background-color: #282A7E;
   color: #FFFFFF;
   border-color:#FFFFFF;
}
input.msj_btn3{
position: absolute; 
			   
   top: 145px; 
   left: 185px; 
			   
   height:17px; 
   width: 87px; 
			   
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
           
   cursor: pointer;
   background-color: #282A7E;
   color: #FFFFFF;
   border-color:#FFFFFF;
}

input.msj_btnAceptDescgPD{
   position: absolute; 			   
   top: 170px; 
   left: 140px;
			   
   height:17px; 
   width: 87px; 
			   
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
           
   cursor: pointer;
   background-color: #282A7E;
   color: #FFFFFF;
   border-color:#FFFFFF;
}

.textoMensaje {
    position:absolute;
   left:80px;
   top:20px;
   width:270px;
   height:50px;
   /*border:solid;*/
   /*overflow:scroll;*/
   /*overflow-x: hidden;*/
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   margin:10px;	
   color:#282A7E;
}

.capaVolver{
    position:relative;
    top:0px;
    left:10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    width:70px;
    height:20px;
    color:#214A9C;
}


div.fondoContenedorLogin{
   position: absolute;
   top: 200px;
   left: 415px;
   
   height:170px;
   width: 370px;
   z-index: 250;

   text-decoration: none;
}

div.cabeceraLogin{
   position: absolute;
   top: 0px;
   left: 0px;
   width: 370px;
   height:25px;
   background-color:#2A2C84;
}

div.ContenidoLogin{			
   position:absolute;
   left:0px;
   top:25px;
   width:366px;
   height:115px;
   background-color:#EDEDF9;
   border-right-color: #2A2C84;
   border-left-color: #2A2C84;
   border-right-width: 2px;
   border-left-width: 2px;
   border-top-style: none;   
   border-bottom-style: none;
   border-left-style: solid;
   border-right-style: solid;
}

div.BtnLogin{			
   position:absolute;
   left:0px;
   top:140px;
   width:366px;
   height:30px;
   background-color:#B4B5E7;
   border-left-color:#2A2C84;
   border-right-color::#2A2C84;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: none;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-right-color: #2A2C84;
   border-bottom-color: #2A2C84;
}

div.BtnAceptDescgPD{			
   position:absolute;
   left:0px;
   top:165px;
   width:366px;
   height:30px;
   background-color:#B4B5E7;
   border-left-color:#2A2C84;
   border-right-color::#2A2C84;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: none;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-right-color: #2A2C84;
   border-bottom-color: #2A2C84;
}

div.fondoContenedorMensajes{
   position: absolute;
   top: 200px;
   left: 415px;
   
   height:140px;
   width: 370px;
   z-index: 250;

   text-decoration: none;
}

div.ContenidoMensajes{			
   position:absolute;
   left:0px;
   top:25px;
   width:366px;
   height:85px;
   background-color:#EDEDF9;
   border-right-color: #2A2C84;
   border-left-color: #2A2C84;
   border-right-width: 2px;
   border-left-width: 2px;
   border-top-style: none;   
   border-bottom-style: none;
   border-left-style: solid;
   border-right-style: solid;
}

div.BtnMensajes{			
   position:absolute;
   left:0px;
   top:125px;
   width:366px;
   height:30px;
   background-color:#B4B5E7;
   border-left-color:#2A2C84;
   border-right-color::#2A2C84;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: none;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-right-color: #2A2C84;
   border-bottom-color: #2A2C84;
}

.listaContratosAA{
    width:100% !important;
    width:98%;
    height:310px;
    overflow-y:scroll;
    overflow-x: hidden;
    float:left;
}

.NuevoContratosAA{
	width:100%;
    height:215px;
	float:left;
}


.colorSubrayadoContratos{ 
    width: 100%;
    border-bottom : 2px #666666 double;  /*  Borde inferior del título*/
}

.cuadro_texto_transparente{
        
        border-style: solid;
        border-width: 1px;
        border-color: #ffffff;
}

.colRadioBtnAnadirSitL{
    width:2%;
    *width:1%;
    float:left;
}

.colDatosAnadirSitL{
    float:left;
    width:98% !important;
    *width:95% !important;
    width:94%;

}

