/* Body. */

/* 
body {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 10px 20px;
    background-color: #dddde0;
}
*/

/* Links. */
/*
a {
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

html:link {
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
*/
/* Window. */

#window {
    border: #000 1px solid;
    background-color: #fff;
    padding: 7px;
    width: 98%;
}

/* Page title. */

#header {
    background-color: #097099;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 5px 0 5px 5px;
    width: 99%;
}

/* Page body. */

#pageBody { 
/*    margin-top: 5px;*/
    width: 100%;
}

/* Sidebar. */

#sidebar {
    float: left;
    /*background-color: #094069;*/
    width: 100%;
}

#sidebar a {
    color : #fffac6;
}

#sidebar ul {
    list-style: none;
    /*padding-top: 5px;*/
    /* Hack for correct indentation (the following three lines). */
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}

#sidebar li {
    padding: 0 0 5px 5px;
}

/* Content. */

#content {
    /*padding-top: 20px;*/
    float: right;    
    text-align: center;
    width: 100%;
}

#bigcontent {
    padding-top: 20px; 
    text-align: center;
    width: 100%;
}
/*
p.info {
    font-size: 16px;
}

/* Forms. */
*/
form {
    width: 100%;
}

div.field {
    clear: both;
    /*padding-top: 1em;*/
    width: 100%;
}
div.fieldDescargas {
    clear: both;
    padding-left: 1%;
    width: 100%;
    text-align:left;
}

div.field span.label {
    float: left;
    text-align: left;
    font-weight: bold;
    /*width: 30%;*/
	border-bottom:1px solid #6caac6;
	background-image:url("../templates/webeiel/images/cuadradoTitulos.jpg");
	background-repeat:no-repeat;
	background-position: 0 0;
	padding-left:12px;
}

div.fieldDescargas span.labelTema {
    float: left;
    text-align: left;
    font-weight: bold;
    /*width: 30%;*/
	border-bottom:1px solid #6caac6;
	background-image:url("../templates/webeiel/images/cuadradoTitulos.jpg");
	background-repeat:no-repeat;
	background-position: 0 0;
	padding-left:12px;
	width:85%;
}

div.fieldDescargas span.labelAmbito {
    float: left;
    text-align: left;
    font-weight: bold;
	border-bottom:1px solid #6caac6;
	background-image:url("../templates/webeiel/images/cuadradoTitulos.jpg");
	background-repeat:no-repeat;
	background-position: 0 50%;
	padding-left:12px;
	padding-top:1%;
	width:100%;
}

div.field span.entry {
    float: left;
    text-align: left;
    /*width: 40%;
	margin-top:15px;
	margin-left:-90px;*/
}

div.field span.label2 {
    float: left;
    text-align: left;
    /*font-weight: bold;*/
    /*width: 59.5%;*/
	padding-top:5px;
}

div.field span.radio {
    float: left;
    text-align: right;
    /*width: 12%;*/
}
/*
div.field2 {
    float: left;
    clear: both;
    padding-top: 1em;
    width: 50%;
}

div.field2 span.label2 {
    float: right;
    text-align: left;
    font-weight: bold;
    width: 79.5%;
}

div.field2 span.radio {
    float: left;
    text-align: right;
    width: 19.5%;
}
*/

div.button {
    clear: both;
    padding-top: 1em;
    text-align: right;
    width: 100%;
}
div.buttonDescargas {
    clear: both;
    text-align: right;
    width: 100%;
}

input, select, textarea  {
    background-color: #f4f4f4;
	border:1px solid #6caac6;
	margin-top:5px;
}


table.features {
   margin: 0 auto;
   text-align: center;
   width: 90%;
}

table.featureDetails {
    margin: 0 auto;
    text-align: center;
    width: 90%;
   /* border: thin solid black;*/
}

tr.title {   
    text-align: center;
    font-weight: bold;
/*    font-size: 20px;*/
}

tr.results {
/*    font-size: 16px;*/
    float: center;
    font-weight: bold; 
}

tr.info {
/*    font-size: 16px;*/
    float: center;
    font-weight: bold; 
     background-color: #6caac6;
    /* background-color: #CEFFCE;*/
}

tr.info2 {
/*    font-size: 16px;*/
    text-align: left;
    border-bottom: thin solid black;
}

td.filtrarPorArea {
    text-align:left;
    width:50%;
    padding-left:2%;	

}

td.info {
    border: thin solid black;    
}

td.info1 {
    width: 40%;
    font-weight: bold; 
    text-align: left;
    padding-left: 5%;
}

td.info2 {
    width: 60%;
    text-align: left;
}

/* "Previous" and "Next" links. */

div.previousNextLinks {
    margin-left: 10%;
    float: center;
    width: 80%;    
   /* margin-bottom: 10px;*/
}

div.previousNextLinks span.previousLink {
    float: left;
    text-align: center;
    width: 49.5%;
}

div.previousNextLinks span.nextLink {
    float: right;
    text-align: center;
    width: 49.5%;
}

/* Error messages. */

.errorMessage {
    font-weight: bold;

    color: red;
    margin-left: 5px;
}

/* Footer. */

#footer {
    clear: both;
    text-align: center;
    margin-top: 5px;
    padding-top: 5px;
    /*border-top: #000 1px solid; */
    width: 100%;
}

.dinfo{
	margin: 10px 0pt; 
	text-align: left;
	padding-left:5px;
}

/* Estilo para la zona de ayuda*/
.zonaAyuda{
	background-color:#6caac6;
	text-align:left;
	margin-left:10px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:0.8em;
	line-height:3.5em;
}

a.textoAyuda{
	background-image:url("../templates/webeiel/images/ollo-aviso.gif");
	background-repeat:no-repeat;
	background-position:5px 0;
	color:white;
	padding-left:40px;
	padding-top:2px;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
}
a.textoAyuda:visited{
	color:white;
}
a.textoAyuda:hover{
	text-decoration:underline;
}
.label2{
	padding-left:5px;
	padding-right:5px;
}

