/**
 * Esta hoja de estilo guarda la información común a la maquetación global
 * del Portal de Educación.
 * Desde esta hoja de estilo se incluyen los estilos correspondientes al 
 * resto de elementos y/o áreas que componen el diseño global.
 *
 * @author Divisa Informática y Telecomunicaciones S.A.
 * @since Proxia Portal Server 5.0
 * @copy  2004
 */

/** INICIO ESTILOS GLOBALES **/
@import url('areas.css');
@import url('banners.css');
@import url('searcher.css');
@import url('menus.css');
@import url('boxes.css');
@import url('contents.css');
@import url('navegacion.css');
@import url('relatedcontents.css');
@import url('autorelations.css');
@import url('modelos_xsl.css');
@import url('webmap.css');
@import url('calendar.css');
@import url('contactar.css');
@import url('resources.css');

/**
 * Estilo general de los distintos elementos globales del sistema, cuerpo,
 * controles de formulario, celdas y cabeceras, etc.
 */
BODY {
	font-family : Verdana, Arial,sans-serif;
	font-size : 68%;
	color : #666666;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

BODY.mainBody {
	background-image: url(../imagenes/fondos/fondo.png);
	background-repeat: repeat;
	text-align: center;
}

/** Estilos básicos de tablas **/
TABLE {
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

TBODY {
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

TR {
	border: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

TD {
	font-size: 68%;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

TH {
	vertical-align: top;
	font-size: 68%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/**
 * Estilos para formularios en general.
 */
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;
    margin-top: 2px;    
}

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;
}

HR {
	background-color: #cccccc;
	height: 1px;
	margin : 4px 4px;
	border: 0px;
}

HR.blackrule {
	background-color: #666666;
	height: 1px;
	margin : 4px 4px;
	border: 0px;

}

/**
 * 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;
}

/**
 * clases generales
 */
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    min-height: 0;
    height: auto!important;
    height: 1%;
}

/* FIN ESTILOS GLOBALES */

/* INICIO ESTILOS LAYOUT */
/** Layout genérico de las páginas: Contenedor global **/

/** Tabla principal del sistema. **/
TABLE.mainTable {
	border-collapse: collapse;
	width : 48em;
	vertical-align: top;
	background-image: none;
	margin: 15px auto;	
}

/**
 * Contenedor de todos los componentes
 */
TABLE.container {
	width: 100%;
	margin: 0px;
	padding: 0px;
} 

/** Estilos para el pie, tiene tres partes: izquierda, centro y derecha para
	 conseguir un efecto de borde. **/
TABLE.footer {
	width: 100%;
	margin: 0px;
	padding: 0px;
}	 
TD.footerLeft {
   width: 29px;
   height: 100px;	
	vertical-align: bottom;
	background-image: url(../imagenes/fondos/pie_izqda.png);
	background-repeat: no-repeat;
	background-position: left  bottom;
}

TD.footerCenter {
  height: 100px;	
  background-image: url(../imagenes/fondos/pie_repeat.png);
  background-repeat: repeat-x;
  background-position: bottom;
  text-align: center;
  padding-top: 20px;
  font-size: 60%;
}

TD.footerRight {
   width: 29px;
   height: 100px;	
	padding-top: 16px;	
	background-image: url(../imagenes/fondos/pie_dcha.png);
	background-repeat: no-repeat;
	background-position: right bottom;	
	position: relative;
}

A.logoProxia {
	margin-top: 5px;
	display: block;
}

DIV.footerLinks {
	position: absolute;
	right: 0px;
	width: 8em;
}

DIV.footerLinks A {
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-position: 0px 2px;
	white-space: nowrap;
	display: block;
	margin-top: 0.5em;		
	background-repeat: no-repeat;
}

DIV.footerLinks A:hover {
	text-decoration: underline;
}


/**  Componente que muestra información necesaria por accesibilidad, contacto,
	  mapa web y aumento y disminución de tamaño de letra **/
TD.accesible {
	background-color: transparent;
	text-align: left;
	padding-right: 0.5em;
/*	background-image: url(../imagenes/fondos/esquinita.png);
	background-position: 10px right;
	background-repeat: no-repeat; */
}

DIV.esquinaWrapper {
	position: relative;
	z-index: 1;	
}

DIV.esquina {
	position: absolute; 
	z-index: 1;
	width:100%;
	height: 19px;
	float:right;
	background-image: url(../imagenes/fondos/esquinita2.png);
	background-position: right top;
	background-repeat: no-repeat;
}

TD.accesible A {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	white-space: nowrap;
	color: #DBD9D9;
}

TD.accesible A:hover {
	color: #DBD9D9;
}

TD.accesible A:visited {
	color: #DBD9D9;
}

TD.accesible A:active {
	color: #DBD9D9;
}

/** Enlaces generales a aumentar, disminuir, contacto, mapa web, enlaces, etc **/
A.decLetterSize {
	background-image: url(../imagenes/services/icoAdism.gif);
	background-position: 0px 0px;
	padding-left: 17px;
}

A.incLetterSize {
	background-image: url(../imagenes/services/icoAumen.gif);
	background-position: 14px 0px;
	padding-left: 30px;	
}


A.contactar {
	background-image: url(../imagenes/services/icoMail.gif);
	background-position: 10px 3px;	
	padding-left: 25px;	
} 

A.webmap {
	background-image: url(../imagenes/services/icoMap.gif);
	background-position: 3px 1px;	
	padding-left: 18px;	
} 

A.contactar2 {
	background-image: url(../imagenes/services/mail.png);
	background-position: 10px 3px;	
	padding-left: 25px;	
} 

A.webmap2 {
	background-image: url(../imagenes/services/webmap.png);
	background-position: 3px 1px;	
	padding-left: 18px;	
}

A.links {
	background-image: url(../imagenes/services/links.png);	
	background-position: 0px 2px;	
}


/** Estilos especiales para el componente de selector de idioma **/
DIV.langSelector {
	text-align: right;
	width: 14.5em;
	margin-top: 0.8em;
	padding-left: 0.5em;
	padding-bottom: 0.2em;
}

DIV.langSelector FORM {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	
}

SELECT.langSelector {
	border: 1px solid #666666;
	width: 9.5em;
}

/** Fin estilos especiales componente selector idioma **/


/** Estilos especiales para las áreas turísticas **/
DIV.turisticalAreas {
	margin-top: 0.5em;
	width: 14.5em;
	text-align: center;
}

DIV.turisticalAreas FORM {
	margin: 0px;
	padding: 0px;
}

DIV.turisticalAreas LABEL {
	display: block;
	width: 16em;
	text-align: right;
	font-size: 0.9em;
}


SELECT.areas {
	width: 16em;
	font-size: 0.9em;	
}

/** Fin estilos especiales áreas turísticas **/

/** Estilos especiales elementos de cabecera que indican la fecha de hoy la hora
	 activa **/
DIV.header {
	border: 1px solid #d4d4d4;
	width: 100%;
	padding: 0.2em 0 0.2em 0em;
	margin-top: 2.3em;
	font-family: Verdana, Arial, sans-serif;
}

DIV.currentDate {
	float: left;
	padding-left: 0.5em;
}

DIV.currentSite {
	float: right;
	padding-right: 0.5em;	
}

DIV.currentSite A {
	color: #F79100;
	font-weight: bold;
}

DIV.currentSite A:hover {
	color: #F79100;
}

DIV.currentSite A:visited {
	color: #F79100;
}

DIV.currentSite A:active {
	color: #F79100;
}


/** Estilos especiales para los sub-componentes de los 
	 servicios **/
DIV.service {
	width: 14.5em;
	margin-top: 0.8em;
}	 
DIV.serviceHeader {
	background-image: url(../imagenes/bullets/naranja_con_borde.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 15px;
	margin-bottom: 0.4em;
}

DIV.serviceTitle {
	border-bottom: 1px solid #666666;
	font-size: 0.9em;
}

DIV.serviceData {
	text-align: center;
	font-size: 0.9em;	
}

/***
 * Estilos para la pagina de error y acceso prohibido 
 */
/* capa contenedora global */
.staticWrapper {
    width: 71.181em;
    margin: 2.64em auto 1.37em auto;
    font-size: 1.01em;
    text-align: left;
     
}

.staticWrapper IMG {
    border: none;
}

/* capa contenedora del contenido */
.mainStatic {
    background: #fff url(../imagenes/fondos/esquinita2.png) no-repeat right top;
}

.mainStaticHeader {
    position: relative;
}

.mainStaticHeader .esquina {
    right: 0;
}

.mainStaticHeader .title {
    float: left;
    margin: 0;
    padding: 0 0 0 0.55em;
    background: url(../imagenes/fondos/main_banner_repeat.jpg) repeat-x 0 0;
    font-size: 1em;
}

.mainStaticHeader .logoJcyl {
    float: right;
}

.staticWrapper .left {
    float: left;
    width: 14.63em;
}

.staticWrapper .mainContent {
    float: left;
    width: 37.363em;
    padding: 1em 2.5em 1em 1.3em;
}

.staticWrapper H2 {
    margin: 0 0 0.3em 0;
    padding: 0.5em 0 0.3em 0;
    background: url(../imagenes/fondos/linea_azul.png) no-repeat left bottom;
    color: #F79100;
    font-size: 1.1em;
}

.staticWrapper H3 {
    margin: 0.5em 0;
    padding-bottom: 0.5em;
    background: url(../imagenes/fondos/dot.gif) repeat-x left bottom;
    font-size:  1em;
    font-weight: bold;
}

/* pie de la pagina estatica */
.staticWrapper .bottomLeft {
    float: left;
    width: 68.545em;
    padding-left: 2.64em;
    background: url(../imagenes/fondos/pie_izqda.png) no-repeat left bottom;
}

.staticWrapper .bottomRight {
    float: left;
    width: 65.909em;
    padding-right: 2.64em;
    background: url(../imagenes/fondos/pie_dcha.png) no-repeat right bottom;    
}

.staticWrapper .bottomCenter {
    float: left;
    width: 65.909em;
    height: 9.09em;
    background: url(../imagenes/fondos/pie_repeat.png) repeat-x left bottom;
}

/* pagina de autenticacion */
/* los botones del formulario de contacto */
.staticWrapper .cmForm {
    margin: 1em 0;
}

.staticWrapper .cmFormRow {
    padding-bottom: 0.5em;
}

.staticWrapper .cmFormLabel {
    float: left;
    width: 12em;
    padding-right: 0.5em;
    text-align: right;
}

.staticWrapper .divBottom {
    padding-right: 2.5%;
    text-align: right;
}

.staticWrapper .divBottom INPUT {
    width: auto;
    height: auto;
    border: 1px solid #0075b0;
    /* bordes redondeados */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border--radius: 3px;
    margin: 0 0 0 0.714em;
    padding: 0.091em 1em 0.19em 1em;
    font-weight: normal;
    background: #0075b0;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
