﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    /*background: #b6b7bc;*/
    font-size: .80em;
    font-family:Verdana, Geneva, Tahoma, sans-serif;	
    margin: 0px;
    padding: 0px;
    color: #696969;
    background: #fff;
}

/* si se quiere poner todas las paginas sin borde*/
* { 
	/*border: 0px; 
	padding: 0px; 
	margin: 0px; */
}


a:link, a:visited{    color: #034af3;}
a:hover{    color: #1d60ff;    text-decoration: none;}
a:active{    color: #034af3;}
p{    margin-bottom: 10px;    line-height: 1.6em;}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 990px;
/*
    background-color:Red;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #496077; */  
   
   margin: 3em auto; padding:0px; box-shadow: 0px 0px 18px #c0c0c0; border: 1px solid #d7d7d7; background: #fff;
	
}
/*  mias */
#contenedorPrincipal
{	
   background-color: #ebebeb;
	/*background:#f4f3f1 url(../../images/fondos/fondobody.jpg) top no-repeat;*/
	/*font-family:Verdana, Arial, Helvetica, sans-serif;
    width:990px;
  	margin:0px auto;
    text-align:left;
	padding:0px;	
	position: relative; 
	min-height: 100%; 
	height: auto !important; 
	height: 100%;
*/
}

#master_titulo 
{
    border: 1px solid #2F4F4F;
    background: url('../../images/fondos/titulo.jpg') right bottom;
    color: White;      
	font-family: Verdana, Geneva, Tahoma, sans-serif;	
	font-size:0.9em;
	font-weight: bold;
    padding: 5px;    
    height:16px;
    
}

#master_pie
{    
	color:#000000;        
    background-color:#e8e8e8;
	width: 100%; 
	border-top: 0.08em solid #666;/* #1266AB; 	*/
	font-family: Verdana; 
	font-size: 10px; 
	/*color: #626262; */
	/*margin-top: 0;*/
	text-align:center;
	padding-bottom:0.22em;
	padding-top:0.22em;	
}

#contenidos  /*Div contenedor de las paginas del master*/
{ 
 padding-bottom:10px;
 padding-left:20px;
 padding-top:10px;
 padding-right:20px; 
 font-size:12px;
 font-size:0.8em !important;
 margin-bottom:0; 
 color:#666666; 
}
/*******************************/


.logo {
	background: url(../../images/Sede/fn-cabecera.png) repeat-x;
	padding: 10px;   
}

.titulo-app {margin-left:210px;margin-top:10px;padding-bottom:0.65em; text-align: center; font-size: 1.85em; color: #848484;font-weight: bold; text-transform: uppercase;}

.header
{
	background-image:url('../../images/logos/Head.jpg');
    position: relative;
    margin: 0px;
    padding: 0px;
    /*background: #4b6c9e;*/
    width: 100%;
    height:104px;
}
.headerAll
{
	background-image:url('../../images/logos/HeadBig.png');
    position: relative;
    margin: 0px;
    padding: 0px;
    /*background: #4b6c9e;*/
    width: 100%;
    height:104px;
}
.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2.5em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    border-top: 0.08em solid #666
}

/* TAB MENU   
----------------------------------------------------------*/
div.hideSkiplink
{
    /*background-color:#DAEDF4;*/
    /*background: url(../images/menu.jpg);*/
    border-bottom: 1px #1266ab solid; /*4e667d */
    width:100%;
}

div.menu
{/*padding: 4px 0px 4px 8px;*/
    padding: 2px 0px 2px 2px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #1266ab; /* 465c71;*/
    border: 1px #ffffff solid; /*4e667d */
    color: #ffffff;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
	background-color: #D3DEEF;
    /*background-color: #bfcbd6;*/
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

.fieldsetTxt
{
    margin: 0px 0px 0px 0px;
    padding: 1em;
    border: 1px solid #ccc;
    font: 11px Verdana, Geneva, Tahoma, sans-serif; 
	text-decoration: none; 
	border: 1px solid #90BCD3;
}
.legendTxt
{
    font: 11px Verdana, Geneva, Tahoma, sans-serif; 
    padding: 0px 0px 0px 0px;
    color: #505050; 
    font-weight:bold;    
}

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.menu1
{
    /*background-color:#DAEDF4;
    background: url(../../images/menu.jpg);*/
    padding: 5px 5px 5px 5px;
    border: 0px solid #1266ab;	
    /*border-bottom: 1px #1266ab solid; 
    border-right: 1px #1266ab solid; */
    /*width:98.4%;*/
}

.level1
{
	/*Width:900px;*/
    color: White;
    background-color:#f7f7f7;
    font-variant: small-caps;
    font-size: 12px;
    font-weight: bold;
    margin-right:8px;
    margin-left:8px;
    margin-top:5px;
    margin-bottom:5px;
    border-bottom: 1px solid #1266ab;	
	border-top: 1px solid #1266ab;	
	border-left: 1px solid #1266ab;	
	border-right: 1px solid #1266ab;
}

.level2
{
    color: Blue;
    font-family: Gill Sans MT !important;
    font-size: medium;
    background-color: Gray;
}
/*
.level3
{
    color: black;
    background-color: Silver;
    font-family: Gill Sans MT !important;
    font-size: small;
}
*/
/*.hoverstyle
{
    font-weight: bold;
}
       
.sublevel1
{
    background-color: Gray !important;
    color: White !important;
    font-variant: small-caps;
} */ 


/* LINEAS COLUMNAS*/
.both { clear: both; height: 2px; padding-top: 2px; width: 100%;}
.separa {clear: both; height: 1px; width: 100%;}
.separafila {clear: both; height: 10px; width: 100%;}
.entre {width: 2px; float:left}
.entremas {width: 8px; float:left}
.entremax {width: 10px; float:left}
.siguefila {float:left}
.sinlinea {height: 0px; width: 100%;}
.linea {height: 5px; width: 100%;}
.line {height: 7px; width: 100%;}
.lineamas {height: 10px; width: 100%;}
.lineamax {height: 15px; width: 100%;}
.lineabig {height: 20px; width: 100%;}
.lineasbig {height: 25px; width: 100%;}
/**/

#container {
	text-align: left;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.question {
	position: absolute;
	display: inline;
	text-align: center;
	width: 174px;
	height: 78px;
	font-size: 13px;
	line-height: 1.5em;
	background: url('images/bubble.png') left top no-repeat;
	padding: 10px 0 0 0;
	text-shadow: 0px 1px 0px #fff;
	margin-left: -7em;
	margin-top: -6em;
	opacity: 0;
}

.yes, .cancel {
	margin-top: .5em;
	margin-right: .5em;
	cursor: pointer;
	display: inline-block;
	width: 63px;
	height: 21px;
	color: #fff;
	text-shadow: 0px 1px 0px #000;
	background: url('images/button.png') left top no-repeat;
}

.title {
	font-size: 30px;
	margin-bottom: 1.5em;
	font-weight: bold;
	font-style: italic;
	text-shadow: 0px 2px 0px #fff;
}


/*Formularios de las Aplicaciones*/
/*
.formulario {border: 1px solid #d0d0d0; box-shadow: 0px 0px 8px #ccc; padding: 15px; margin-bottom: 1em;}

.formulario p.obligatorio { text-align: left;  padding-bottom: 1.55em;}
.formulario span.obligatorio { color: red;}

.formulario fieldset { margin: 1em 0;}
.formulario legend {font-family: Georgia,"Times New Roman",Times,serif; color: #666; font-size: 1.65em; border-bottom: 1px dotted #666;margin-bottom: 1em; line-height: 1.45em; word-wrap:break-word; width: 500px;}
.formulario legend span {word-wrap:break-word; width: 900px; display: block;}

.formulario fieldset fieldset legend { font-size: 1.45em; border: 0; color: #000;}
.formulario label { display: block; }
.formulario input, .formulario textarea { width: 65%;}
.formulario select { width: 65%;}
.formulario select.ficheros { width: 45%;}

.formulario input.obligatorio, .formulario textarea.obligatorio, .formulario select.obligatorio { background: #ffffdd; padding: 4px; text-align: left; font-style: normal;}

.formulario input.radio, .formulario input.checkbox { width: auto; display: inline; float: left; margin-right: 0.55em; border: 0; margin-top: 3px;}
.formulario label.radio, .formulario label.checkbox { float: left; margin-left: 3em; display: inline; color: #555;}

.formulario span.error, .error, .captcha span.error { color: red; font-size: 1em;}
.formulario input.botonbuscar { width: 25% !important; margin: 1em 35%; border: 0;}

.formulario .boton_link, .formulario input.boton-adjuntar, .formulario input.boton-borrar {background: url(../../images/Sede/fn-boton.png) repeat-x; color: #000000 !important; font-family: Georgia,"Times New Roman",Times,serif;font-size: 1em; height: 20px; padding: 0.35em 1em 0.25em 1em; text-align: center;
display: inline; border: 1px solid #ccc; margin-left: 2em;}

.formulario input.boton_link, .formulario input.boton-adjuntar, .formulario input.boton-borrar { padding-bottom: 1.75em; width: 160px; cursor: pointer; height: 2em;}

.formulario input.boton-adjuntar { background: url(../../images/Sede/fn-upload.png) no-repeat 0 0; padding-left: 2.25em; }
.formulario input.boton-borrar { background: url(../../images/Sede/fn-borrar.png) no-repeat 0 0; padding-left: 2.25em;}

.formulario  input.cargar-archivo { width: auto;}
.formulario  p {overflow: hidden;}

.formulario .columna {width: 32%; display: block; float: left;}
.formulario .columna input, .formulario .columna select{ width: 95%;}
*/
