﻿/************************************************/  
/* CSS 2.0 extranet.intranet.css- AQUATEC 	    */
/* @author: Aquatec                             */
/* @web: www.aquatec.es                         */
/************************************************/   

/* COWAMA */

/* Estilos generales para las paginas de la extranet */

body
{
    margin: 0;
    padding: 0;
    border: none;
    background:url(../imagenes/bg-body.png) repeat-x top center #d9ecd0;
    font-family: Arial;
    color: #333333;
}

a
{
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    color: #333333;
    text-decoration: underline;
    font-weight: bold;
}

a:visited
{
    color: #ee9f88;
}

.clear
{
    clear:both;
}

#masterHeader
{
   
    width: 900px;
    height: 191px;
    margin: 0 auto;
    
}

/* PIE DE PÁGINA */

#footer
{
    width: 900px;
    background: url(../imagenes/footer.png) center no-repeat #d9ecd0;
    line-height: 0.3;
    height: 50px;
    text-align: center;
    color: White;
    font-size: 10px;
    font-weight: bold;
    margin: 0px auto;
    position: relative;
}

#footer-valid
{
    padding-top:1px;
}
#footer .contenedor-elementos { padding-top: 25px; }

#footer a {
	text-decoration:none;
	color:#d9ecd0;
	}
#footer a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}
#footer .logo  {     position:absolute; right: 5px;   top: 10px; } 	
#footer .logo img, .footer-login .logo
{
    width: 118px;
    height: 35px;
}
.footer-login .logo
{
    margin: 0px auto;
}

.cabecera-fondo
{
    background: url(../imagenes/cabecera.jpg) center #d9ecd0;
    width: 100%;
    height: 80%;
}

.cabeceraMenu
{
    
	height: 33px;
	width: 100%;
	background:#333333;

}

.usuario
{
    padding-top: 138px;
    font-size: 11px;
    padding-right: 10px;
}

/* Login */

.contenedor-login
{
    margin-top: 20px; 
    width: 250px;
    border: 1px solid #3baca1;
    padding-left: 5px;
    padding-top: 20px;
    padding-right: 5px;    
    height: 185px;  
}

.footer-login
{
    padding-top: 40px;
}

.login-body
{
    background: white !important;
}

.margen-sup-login
{
    padding-top: 90px !important;
    padding-bottom: 20px !important;
}

.label-campo-login
{
    width: 70px;
    padding-right: 10px;
}

.label-campo-geografico
{
    width: 230px;
}

.alto-elementos-login
{
    height: 51px;
}

.margen-textbox-login
{
    padding-bottom: 5px;
}

/* Títulos */

h1
{
    font-size: 16px !important;
    text-transform: uppercase;
    text-align: left;
    color: #416186;
    margin-left: 10px;
    padding-left: 10px;
    height: 17px !important;
    width: 350px;  
    font-family: Century Gothic !important; 
   /* background: url("../imagenes/subrayado-cabecera.png") repeat-x scroll 0 0;*/
    
}

h2
{
   font-weight: bold;
   color: #32a89d;
   font-size: 11px;
  
}

h3
{
	font-size: 20px;
	color: #416186;
	font-weight: bold;
}

.separacionh1
{
    padding-left: 20px;
}

/* Contenedor del bloque central*/
.content
{
    font-family: Verdana;
    font-size: 11px;
    margin: 0 auto;
    min-height: 380px;
    width: 900px;
    background: white;
    
}

/*#Principal
{
    overflow:auto;
}*/

/* Contiene la cabecera o título de cada página */
.contenedor-cabecera
{
    width: 900px;
    margin-top: 20px;
    margin-bottom: 20px;
    
}



/* Contiene todos los bloques que aparecen en el bloque central a partir de la cabecera/título */
.contenedor-sub-cabecera
{
  /*width:900px;*/
  width:100%;
  margin: 0 auto;
  /*padding-bottom: 15px;*/  
  /*float:left;
  clear:both;*/
}

/* Columnas */
/* No especificamos el tamaño sólo el contenedor */
.contenedor-columnas
{
    float: left;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    
}

/* Ancho de una Columna */
.ancho-una-columna
{
    width: 350px;
    margin: 0 auto;
}

.ancho-validar
{
    width: 500px;
}

.ancho-mostrar-datos
{
    width: 240px;
    padding-left: 40px;
}

.ancho-playas
{
    width: 600px;
}

.ancho-dos-columnas
{
	width: 300px;	
}

.ancho-visualizar-url
{
	width: 715px;	
}

.ancho-historicos
{
	width: 100%;
}

.ancho-100x100
{
	width: 100%;
}

.alto-informe
{
	min-height: 500px;
}

.ancho-700px
{
	width: 700px;
}



/* Margen 2 Columnas */
.margen-dos-columnas
{
    margin-left: 80px !important;
}

.margen-dos-columnas_restricciones
{
    margin-left: 60px !important;
}


/* Contenedor de los bloques que van dentro de las columnas. Cada bloque debe tener un div de esta clase */
.contenedor-bloques
{
 background: #d9ecd0;
 padding-left: 10px;
 padding-right: 10px;
 margin-top: 10px !important;
 border-top: 1px solid #32a89d;
 
 
}

/* Cada elemento dentro de los bloques que están en las columnas deben tener un div de esta clase */
/* Para poner dos elementos en la misma linea, incluir los dos elementos en un div con esta clase */
/* Si es una caja de texto utilizar la clase .contenedor-caja */
.contenedor-elementos
{
    padding-bottom: 5px;
    padding-top: 5px;
}

.contenedor-elementos-url
{
    padding-bottom: 5px;
    padding-top: 5px;
    width: 200px;
}

.contenedor-caja
{
    padding: 0px;
}

.alto-600px
{
	height: 600px;
}

.ancho-900px
{
	width: 900px;	
}


/*margen contenedor columna derecha */
.margen-columna-derecha
{
    margin-left: 25px;
}

.margen-columna-derecha-restricciones
{
    margin-left: 30px;
}

.margen-20px
{
	padding-left: 20px;
}

/* Texto */

.negrita
{
    font-weight: bold;
    color: #333333;
}

.subrayado
{
    text-decoration: underline;
    margin-right: 5px !important;
}

/* Centrar */
.centrar
{
    text-align: center;
    margin: 0 auto;
  
}



/* Izquierda */
.izquierda
{
    text-align: left !important;
}

.float-izquierda
{
    float: left;
}

/* Derecha */
.float-derecha
{
    float:right;
}

.derecha
{
    text-align: right !important;
}

/* Elemento único */
.unico
{
    clear: both;
}

/* Campos */
.campo-corto span
{
    width: 90px;    
}

.campo-medio 
{ width: 200px;
}

.label-campo-corto
{
    width:  80px;
}

.label-campo-medio-corto
{
    width: 120px;
}

.label-campo-medio 
{
    width: 160px;
}

.label-campo-largo
{
    width: 320px;
    
}

.label-campo-fecha
{
    width: 180px;
}

.alto-campo-medio
{
    height: 25px;
}

.alto-campo-medio-restricciones
{
    height: 35px;
}

.alto-campo-corto
{
    height: 15px;
}

.campo-medio Textbox
{
    width: 150px;
    vertical-align: middle !important;
}

.campo-largo
{
    width: 450px;
}

.campo-largo-costa
{
    width: 480px;
}

.campo-coordenada
{
    width: 380px;
}

/* Ancho y columnas de la página Costas */
.ancho-costas
{
    width: 600px;
}

.alto-costas
{
    height: 160px;
}

/* Ancho y Alto página playas */


.ancho-contenedor-central
{
    width: 480px;
}

.alto-equipamientos-disponibles
{
    height: 145px;
}

.alto-cont-certificaciones
{
    height: 80px;
}

.alto-aparcamientos-disponibles
{
    height: 50px;
}

.alto-servicios-disponibles
{
    height: 85px;
}

.alto-playas-asociadas
{
    height: 90px;
}


.ancho-marcadores
{
    width: 13px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    
}

.margen-anchura-media
{
    margin-left: 23px;
}

.alto-bloque-datos-generales
{
    height: 310px;
}

.label-campo-certificaciones
{
    width: 120px;
    padding-left: 35px;
}

/* Ancho y Alto página mostrar datos */

.alto-calidad-agua
{
    height: 100px;
}

.alto-indicaciones
{
    height: 70px;
}
.alto-meteo
{
    height: 140px;
}

.alto-baño
{
   height: 70px;
}

/* Ancho y Alto página PublicarDatos */

.alto-fecha-publicacion
{
    height: 298px; /*270px;*/
}

.alto-fecha-playas_restricciones
{
    height: 80px; /*270px;*/
}

.alto-iconos
{
    height: 170px;
}

.alto-visualizacion-datos
{
    height: 155px;
}

.alto-visualizacion-idiomas
{
    height: 170px;
}

.alto-acceso-playas
{
	height: 200px;
}

/* IMAGENES */

.cont-marcador
{
    width: 28px;
    height: 16px;
    float: left;
    background: url("../imagenes/marcador.png") no-repeat;
    padding-right: 6px;
    margin-left: 10px;
    
}

.margen-img-calidad
{
    margin-left: 45px;
}

.cont-imagen-cert-calidad-48x46
{
    width: 48px;
    height: 46px;
   
}

.alto-certificados-calidad
{
    height: 110px;
}

.cont-imagenes-30x30
{
    height: 30px;
    width: 30px;
    padding: 10px;
}

.ancho-config-usuarios
{
	width: 490px;
}

/* TEXTBOX */

.padding-derecha
{
	padding-right: 5px;
}

/* Fondo Amarillo */
.solo-lectura textbox
{
	background: yellow;
}

/* Textbox alto */


.altura-media
{
    height: 40px;
}



/* Quitar margentes */
.sin-padding
{
    padding: 0 !important;
}


/***** MENÚ *******/

#MenuPrincipal ul {
	list-style-type:none;
	}
#MenuPrincipal li {
	float:left;
	}
#MenuPrincipal li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#MenuPrincipal li a:hover {
	background:url(images/bg-menu-hover.png) no-repeat center center;
	}
	
/* Clases para el modal */
.modalPopup {	
	background-color:#ffffff;
	/*border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;*/
	padding:3px;
	width:250px;

}

.tituloPopup {
	color:#AF0039;
	font-size:20px;	
}

.gridPopup{		
	margin:0pt auto;
	padding:5px 0pt 0pt;
	width:98%;
	/*border: 1px #000000 solid;*/
	font-size:10px;

}

.gridTablaPopup{
	width: 100%;
}
	
/* BOTONES */

/* Botón Guardar */
.boton-guardar
{
    margin-top: 20px;
}

/*BORDE INFERIOR*/

.borde-inferior
{
    border-bottom: 1px dotted #32a89d;
}



.cont-dos-columnas
{
    width: 250px;
    height: 100px;
    margin-left: 20px;
}

.contenedor-2-columnas
{
    width: 200px;
}

/*  ACORDEON */

/*#acordeon 
{
    max-height: 10px;
}

#acordeon a
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	display: block;
}*/

dl
{
 min-height: 20px;	
}
	dl dt
	{
		
		margin: 0;
	}
		dl dt a
		{
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
			padding: 10px;
			display: block;
		}
	dl dd
	{
		margin: 0;
		height: 0;
		overflow: hidden;
		display: none;
		visibility: hidden;
		 
		
	}
		dl dd div
		{
			
			margin: 0;
			visibility: hidden;
			display: none;
		}
		
		dd div: target
		{
		    display: block;
		    visibility: visible;
		}
		
	dl dd:target
	{
		height: auto;
	    visibility: visible;
	    display: block;
	    height: auto;
	}
 

	


/**#acordeon hover
{
    min-height: 10px !important;
}*/

#acordeon div
{
      
    visibility: collapse;
}

#acordeon:hover img div
{
  
   
}

#acordeon:hover div
{
    visibility: visible;     
}

.ancho-columnas-publicar-datos
{
    width: 380px;
}

  
.ancho-columnas-publicar-datos-restricciones
{
    width: 430px;
}

.ancho-285px
{
    width: 285px;
}

.accordionContent
{
     width: 285px;
}


.alto-pdatos-bloque3
{
     height: 220px;
}

.alto-pdatos-bloque3_restricciones
{
     height: 260px;
}

.alto-pdatos-bloque2
{
   
    height: 225px;
}

.alto-pdatos-bloque4_restricciones
{   
    height: 50px;
}

.alto-pdatos-bloque2_restricciones
{   
    height: 250px;
}

.alto-pdatos-bloque1_restricciones
{
    height: 180px;
}

.alto-pdatos-bloque1
{
    height: 150px;
}

.alto-pdatos-bloque1_2
{
    height: 40px;
}

.margen-textbox
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.contenedor-indicaciones
{
    margin-top: 30px;      
    bottom: 0px;
    vertical-align: text-bottom;
    
}

.alto-overflow-auto
{
    /*height: 820px;*/
    overflow:auto;
    /*border: 2px solid black;*/
}

.alto-600px
{
    height: 600px;
}

/*.error
{
    color: #333333;
    margin-bottom: 20px;
    padding-bottom: 20px;
}*/


/* PÁGINA ERROR */

.pagina-error
{
	
	padding-bottom: 12px;
	font-size: 25px;
	font-weight: bold;
	color: #333333;
}

.error-body
{
	background: #416186;
	
}

.cont-imag-alert
{
	padding-left: 200px;
	width: 470px;
	
}

.cont-alerta
{
	padding-top: 60px;
	padding-left: 50px;
	width: 461px;
	height: 350px;
}

.cont-alerta span
{
	font-size: 12px;
	font-family: Verdana;
	color: #416186;

}

.cont-contacto-admin
{
	font-size: 18px;
	font-family: Verdana;
	color: #416186;
	width: 500px;
	padding-left: 0px;
	margin-top: -5px;
}

.cont-invisible-error
{
	width: 500px;
	color: #be9e79;
	padding-left: 120px;
	font-weight: bold;
	
	}
	
.pantalla
{
	background: url(../imagenes/fondo_pantalla.gif) center no-repeat;
	width: 300px;
	height: 209px;   
}

.margen-pantalla
{
	padding-top: 30px;
	padding-left: 20px;
}

/*acordeon
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
*/

.accordionHeader
{
    cursor: pointer;
}

.accordionHeaderSelected
{
    cursor: pointer;
}


/* PÁGINA NOHAYDATOSDEPLAYA.ASPX PARA SER VISTA EN LA PANTALLA REAL */

.body-pantalla
{
	background: black;
	color: White;
	font-weight: bold;
	font-size: 16px;
}

.div-pantalla
{
	width: 256px;
	height: 128px;
	
}

.elementos-playa-margen-sup
{
	margin-top: 35px;
}

.elementos-playa-margen-inf
{
	margin-bottom: 10px;
}
.contenedor-lista
{
	width: 175px;
}

.ContenedorInformesTelerik
{
    width:100%;
    min-height: 300px;
	text-align:center;
	max-height: 650px;
}
.InformesTelerik
{
	width:100%;
    min-height: 200px;
	text-align:center;
}

.alto-parametros
{
	height: 200px;
}

.altura-informes
{
	min-height: 250px;
	max-height: 800px;
}


/*--ESTILOS PARA CUADROS DE MENSAJES------------------------------------------------------------------------------*/

.error
{
       background:url(/images/ico-error.png) 5px 5px no-repeat #ffd9da;
       border:1px solid #d50019;
       padding:5px 10px 10px 25px;
       margin:0px 0px 0px 0px;
       float:none;
       clear:both;
}
       .error p, .error span
       {
             color:#d50019;
             font-size:1.2em;
             margin:0px 0px 5px 0px;
             line-height:1.2em;
             display:block;
       }
             .error p a { font-weight:bold; }
       
       .error #error_masinfo
       {
             display:none;
       }
.RadGrid .editFormField label.error { float: left; padding: 5px 5px 5px 20px; font-size: 1em; display: block; }       
.formulario label.error { float: left; clear: both; display: inline; width: auto; text-transform: none; padding: 5px 5px 5px 22px; margin-bottom: 8px; }

.success
{
       background:url(/images/ico-success.png) 5px 5px no-repeat #eaf7da;
       border:1px solid #0f9400;
       padding:5px 10px 10px 25px;
       margin:0px 0px 10px 0px;
       clear:both;
}
       .success p
       {
             color:#0f9400;
             font-size:1.2em;
             margin:0px 0px 5px 0px;
             line-height:1.2em;
       }


/*---- FIN ESTILOS PARA CUADROS DE MENSAJES------------------------------------------------------------------------------*/


.borde-rojo
{
    border: 2px solid red;
}

.borde-verde
{
    border: 2px solid green;
}

.select-frequency {
    height: 27px;
    width: 129px;
}