/*
.left
.right
*/

/*******************************************************************************
* Estilos HTML generales
*******************************************************************************/

body
	{
	font-family: Trebuchet, Helvetica, Geneva, Verdana;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #000024;
	background-color: #E8E6D4;
  /* background-image: url(../../images/diputacion/fondobody.jpg); */
	background-attachment: fixed;
	background-position: top;
	scrollbar-face-color: #E1DCC8;
  scrollbar-shadow-color: #C9CABA;
  scrollbar-highlight-color: #EDEDCA;
  scrollbar-3dlight-color: #C9CABA;
  scrollbar-darkshadow-color: #EDECDA;
  scrollbar-track-color: #EDECDA;
  scrollbar-arrow-color: #FFFFFF;
	}

/*******************************************************************************
* links
*/

a {
	font-weight: 600;
	color: #224488;
	text-decoration: none;
	}
a.link {
	font-weight: 600;
	color: #224488;
	text-decoration: none;
	}
a:visited {
	color: #446688;
	}
a:hover {
	color: #4488CC;
	}

span {
	font-weight: 600;
	color: #444466;
	text-decoration: none;
	}
  
a span, a span:visited {
	color: #CC8228;
}
a span:hover {
  color: #2288CC;
}

span a:visited {
	color: #444466;
}
span a:hover {
  color: #222224;
}

/*******************************************************************************
* h1, h1, h3
*/

h1 {
  margin: 0.3em 0em 0.3em 0em;
  font-size: 1.6em;
  line-height: 1.2em;
  font-family: Trebuchet, Helvetica, Geneva, Verdana;
  color: #002266;
	font-weight: 500;
	}

h2 {
  margin: 0.2em 0em 0.6em 0em;
  font-size: 1em;
  line-height: 1.1em;
  font-family: Trebuchet, Helvetica, Geneva, Verdana;
  font-weight: 600;
  color: #4466AA;
	}

h3 {
  margin: 0.1em 0em 0.1em 0em;
  font-size: 1.1em;
  line-height: 1em;
  font-family: Trebuchet, Helvetica, Geneva, Verdana;
  font-weight: 600;
  color: #444466;
	}

/*******************************************************************************
* img
*/

img {
	border: 0px solid #CDD9FB;
	vertical-align: middle;
	}

/*******************************************************************************
* hr
*/

hr  {
  margin-left: 4px;
  margin-right: 4px;
	border: 1px solid #C8C8CF;
	vertical-align: middle;
	}


/*******************************************************************************
* ul li
*/

ul {
 	padding-left: 0em;
	list-style: none;
	}

ul li {
  padding-left: 2em;
	color: #444446;
	list-style: none;
  }

ul li span {
 	color: #664224;
 	padding-left: 22px;
	tex-align: left;
	line-height: 1.4em;
	list-style: none;
	background-image: url(../../images/iconos/asteriaco.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}
ul li span:hover{
  background-image: url(../../images/iconos/asteriaco_.gif);
  color: #888668;
}

ul li a {
	color: #CC8228;
}
ul li a:hover {

  color: #2288CC;
}

/*******************************************************************************
* table
*/

table {
	color: #222244;
}

th {
  margin: 2px;
  padding: 2px;
	color: #444444;
	font-weight: bolder;
	vertical-align: top;
}

td {
  margin: 0px;
  padding: 2px;
  color: #222244;
  font-weight: normal;
  text-align: left;
	vertical-align: top;
}

thead {
  color: #CCCCCC;
  }

thead th {
  margin: 2px;
  padding: 2px;
  color: #002244;
	background-color: #E8E6D4;
}

tfoot
	{
	margin: 2px;
  padding: 2px;
	color: #446688;
	}


/*******************************************************************************
* iframe: subirimagen y subirfichero
*/

iframe {
  margin: 0px;
  padding: 0px;
  outline: 1px solid #CCCCCC;
  oferflow: hidden;
}

.ifrimage {
  float: right;
  clear: right;
  width: 275px;
  *width: 295px;
  height: 55px;
  *height: 80px;
  margin: 0px;
  padding: 0px;
  background-color: #9C9CAC;
  border: 0px;
  overflow: hidden;
  display: block;
}

.ifrfile {
  float: right;
  clear: right;
  width: 300px;
  *width: 315px;
  height: 55px;
  *height: 80px;
  margin: 0px;
  padding: 0px;
  background-color: #9C9CAC;
  border: none;
  overflow: hidden;
}

/*******************************************************************************
* form
*/

form
	{
	float: none;
	clear: both;
	padding: 0px;
	margin: 0px;
	color: #444446;
	background-color: #EDECDA;
	background-image: url(../../images/diputacion/fondobody.jpg);
	background-repeat: repeat-x;
	border: 1px solid #7E8DA0;
	}

form a {
  font-weight: 500;
}

form hr {
  border: 1px solid #7E8DA0;
}

fieldset
	{
	float: none;
	clear: both;
	padding: 2px;
	border: 0px solid #0000AA;
	background-color: transparent;
	}

legend
	{
	float: none;
	clear: both;
	padding: 2px 2px 0px 20px;
	margin: 0px 0px 8px 0px;
	color: #442002;
	font-size: 1.1em;
	font-weight: bold;
	background-color: transparent;
	background-image: url(../../images/iconos/question_and_answer.gif);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #7E8DA0;
	}

.inputtext {
  margin: 0px;
  padding: 0px;
  vertical-align: center;
  overflow: hidden;
  scroll: none;
  border: 1px solid #4488CC;
}
.inputtext:hover {
  border: 1px solid #88CCFF;
}


.label {
	padding: 2px;
	color: #020204;
	font-weight: bold;
	background-color: #CCCCCC;
	}

a .label {
	padding: 2px;
	color: #000066;
	font-weight: bold;
	background: none;
	}
a .label:hover {
	padding: 2px;
	color: #000000;
	font-weight: bold;
	background: none;
	}

.row
	{
	float: none;
	clear: both;
	width: auto;
	padding: 1px;
	background-color: transparent;
	overflow: hidden;
	}

.col
	{
	float: left;
	clear: none;
	width: 48%;
	padding-left: 2%;
	background-color: transparent;
	}

.coll
	{
	float: left;
	clear: none;
	width: 69%;
	padding: 1px;
	background-color: transparent;
	}
.coll input
  {
  float: left;
  clear: none;
  }
.coll select
  {
  float: left;
  clear: none;
  }

.cell
	{
	float: left;
	clear: none;
	width: 29%;
	padding: 1px;
	background-color: transparent;
	}

.cell.tercio
	{
	width: 32.5%;
	}
.cell input
  {
  float: left;
  clear: none;
  }
.cell select
  {
  float: left;
  clear: none;
  }

.quarter
	{
	float: left;
	clear: none;
	width: 23.5%;
	padding: 1px;
	background-color: transparent;
	}
.quarter input
  {
  float: left;
  clear: none;
  }
.quarter select
  {
  float: left;
  clear: none;
  }

label
	{
  float: left;
  clear: none;
  margin-right: 4px;
  font-size: 0.9em;
	font-weight: 600;
	color: #888668;
	width: 24%;
	text-align: right;
	overflow: visible;
	}
.nolabelfloat label {
  float: none;
}

input
	{
	font-weight: normal;
	font-size: 0.8em;
	color: #000000;
	padding: 1px 2px 1px 2px;
	border: 1px solid #888668;
	background-color: #FFFFFF;
	}
input:hover
	{
	border: 1px solid #4488CC;
	background-color: #FFFFFF;
	}

select
	{
	font-weight: normal;
	color: #000000;
	font-size: 0.8em;
	border: 1px solid #888668;
	background-color: #FFFFFF;
	}
select:hover
	{
	border: 1px solid #3399FF;
	background-color: #FFFFFF;
	}

option
	{
	border: none;
	background-color: #FAFAFA;
	}
option:hover
	{
	background-color: #FFFFFF;
	}

textarea
	{
	padding: 1px 4px;
	font-size: 0.8em;
  border: 1px solid #888668;
	background-color: #FAFAFA;
	font-family: Trebuchet, Helvetica, Geneva, Verdana;
	}
textarea:hover
	{
	border: 1px solid #3399FF;
	background-color: #FFFFFF;
	}


/*******************************************************************************
* calendar
*/

.calendar
	{
	float: left;
	clear: none;
	background-color: transparent;
	border: 2px solid #24466;
	}
.calendar:hover
	{
	cursor: pointer;
	background-color: #F8F8F8;
	border: 1px solid #4488CC;
	}
.calendar input
  {
  float: left;
  clear: none;
  }

/*******************************************************************************
* Estilos Generales
*******************************************************************************/

p.simple {
  margin: 0;
  padding: 0;
  text-align: justify;
}

.foto.right {
  margin-left: 15px;
  margin-bottom: 15px;
}

.container {
  float: none;
  clear: both;
  display: block;
  text-align: center;
  vertical-align: middle;
  background-color: #E1DCC8;
  background-image: none;
}

.img {
  float: left;
  clear: none;
	text-align: center;
	margin: 2px;
	padding: 1px;
	outline: 1px outset #FAFAFA;
	opacity: 0.8;
	filter: alpha(opacity=85);
	overflow: hidden;
}
.img:hover {
	outline: 1px inset #EDEDED;
	opacity: 1;
	filter: alpha(opacity=100);
}

.link, a.link, a.link:visited {
  height: 16px;
	padding: 2px;
	padding-right: 16px;
	color: #CC8228;
	background-image: url(../../images/iconos/iconmark.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.link, a.link:hover {
  color: #4488CC;
  background-image: url(../../images/iconos/iconmark_.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.vlink, a.vlink {
	color: #66666A;
}
.vlink, a.vlink, a.vlink:visited {
  color: #66666F;
  text-decoration: underline;
}
.vlink, a.vlink:hover {
  color: #6666AA;
}

.elink, a.elink, a.elink:visited {
  height: 16px;
	padding: 2px;
	padding-left: 16px;
	color: #CC8228;
	background-image: url(../../images/iconos/arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.elink, a.elink:hover {
  color: #4488CC;
  background-image: url(../../images/iconos/arrow_.gif);
	background-position: left;
	background-repeat: no-repeat;
}


.required {
  padding-left: 2px;
	padding-right: 16px;
	background-color: #F0F0F0;
	background-image: url(../../images/iconos/required.gif);
	background-position: right;
	background-repeat: no-repeat;
	outline: 1px solid #CCCCCC;
	filter: alpha(opacity=90);
}
.required:hover {
  outline: 1px solid #333333;
  filter: alpha(opacity=90);
}

.private {
	padding: 1px 1px 1px 16px;
	height: 10px;
	background-image: url(../../images/iconos/bulletPrv.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.none {
  clear: none;
	border: none;
	background: none;
	width: auto;
	height: auto;
}
.none:hover {
  clear: none;
	border: none;
	background: none;
}

.vertical {
	padding: 5px;
	writing-mode: tb-rl;
	filter: flipv fliph;
}

.mouseover {
  cursor: pointer;
}

.bold {
  font-weight: 600;
	}

.bolder {
  font-weight: 600;
  color: #000000;
	}

.italic {
  font-style: italic;
  color: #000080;
	}

.floatbug {
  float: none;
  clear: both;
}

.center {
  text-align: center;
  vertical-align: center;
  image-align: center;
	}

.absolute {
  float: none;
  clear: both;
  }

.left {
  float: left;
  clear: none;
  text-align: left;
	}

.right {
	float: right;
	clear: none;
	text-align: right;
	}

.box {
  margin: 4px;
  padding: 4px;
	border: 1px dotted #888888;
}
.xbox {
  padding-left: 8px;
  padding-right: 8px;
}

.mini {
	font-size: 0.8em;
	font-weight: normal;
}

.semi {
  font-size: 0.9em;
	font-weight: normal;
}

.mega {
	font-size: 1.2em;
	font-weight: bolder;
}

.giga {
  font-size: 2em;
	font-weight: bold;
	filter: Blur(Direction=200, Strength=4);
}

.tera {
  font-size: 3em;
	font-weight: bold;
	filter: Blur(Direction=300, Strength=6);
}

.tab {
  margin-left: 2em;
  padding-bottom: 1em;
}

.par, a.par, a.par:visited {
  color: #444466;
}
.par, a.par:hover {
  color: #4488CC;
}

.impar, a.impar, a.impar:visited {
  color: #664224;
}
.impar, a.impar:hover {
  color: #CC8228;
}

.fluor, a.fluor {
  padding-left: 2px;
  padding-right: 2px;
  color: #333333;
  background-color: #FFF333;
}
.fluor:hover, a.fluor:hover {
  padding-left: 2px;
  padding-right: 2px;
  color: #000000;
  background-color: #FFF000;
}

.shadow, a.shadow {
  padding-left: 2px;
  padding-right: 2px;
  color: #333333;
  background-color: #F0F0F0;
}
.shadow:hover, a.shadow:hover {
  padding-left: 2px;
  padding-right: 2px;
  color: #000000;
  background-color: #F0F0FF;
}

.displaynone {
  display : none;
}

.displayblock {
  display : block;
}

.displayinline {
  display : inline;
}

.floatleft {
  float : left;
}

.floatright {
  float : right;
}


/*******************************************************************************
* Mensajes de Control
*******************************************************************************/

.msginfo {
	float: none;
	clear: both;
	margin: 0px;
	padding-left: 22px;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	outline: 1px solid #FAFAFA;
	background-image: url(../../images/iconos/scroll_information.gif);
	background-position: 2px 2px;
	background-color: #0099FF;
	background-repeat: no-repeat;
}

.msgalert	{
	float: none;
	clear: both;
	margin: 4px;
	padding-left: 22px;
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
	outline: 1px solid #FAFAFA;
	background-image: url(../../images/iconos/scroll_warning.gif);
	background-position: 1px 1px;
	background-color: #FFEE00;
	background-repeat: no-repeat;
}

.msgerror {
	float: none;
	clear: both;
	margin: 0px;
	padding: -2px;
	padding-left: 22px;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	outline: 1px solid #FAFAFA;
	background-image: url(../../images/iconos/scroll_delete.gif);
	background-position: 1px 1px;
	background-color: #CC0000;
	background-repeat: no-repeat;
}

/*******************************************************************************
* Elementos especiales
*******************************************************************************/

.calendario {
  float: none;
  clear: both;
  text-align: center;
  vertical-align: center;
  outline: 2px solid #FFFFFF;
}

.logo {
  float: none;
  clear: both;
	text-align: center;
	margin: 1px;
	outline: 1px outset #FAFAFA;
	opacity: 0.9;
	filter: alpha(opacity=90);
	overflow: hidden;
}
.logo:hover {
	outline: 1px inset #EDEDED;
	opacity: 1;
	filter: alpha(opacity=100);
}

.tipocultar {
  float: right;
  clear: both;
  margin: 2px;
  margin-bottom: -18px;
  width: 16px;
	height: 16px;
	background-image: url(../../images/iconos/selection_down.gif);
	background-position: center;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	cursor: pointer;
	*position: relative;
}

.tipmostrar {
  float: right;
  clear: both;
  margin: 2px;
  margin-bottom: 0px;
	width: 16px;
	height: 16px;
	background-image: url(../../images/iconos/selection_up.gif);
	background-position: center;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	cursor: pointer;
	*position: relative;
}

.letrasem, a.letrasem {
  float: none;
  clear: right;
  text-align: right;
  border-top: 1px dashed #CCCCCC;
  margin-right: -14px;
  padding: 0px;
  outline-left: 1px solid #CCCCCC;
  font-size: 1em;
  }

.navbar {
  float: right;
  clear: none;
  color: #666666;
  margin-top: -8px;
  font-size: 0.8em;
  font-weight: bold;
}

/* Ventana ajax */
.overlay_contenido
{
background-color: #000000;
opacity: 0.6;
filter:alpha(opacity=60);
}

#ventana_contenido
{
background-color: #ffffff;
top: 113px !important;
*top: 115px !important;
margin-left: 29px;
*margin-left: 38px;
border: 1px solid #f1f1f1;
height: 400px !important;
background-image: url(../../images/pie_ventana_ajax.jpg);
background-position: center bottom;
background-repeat: no-repeat;
}

#ventana_contenido .contenido_title
{
height: 34px;
border-bottom: 1px solid #dbdbdb;
margin: 0px 8px 16px 8px;
}

#ventana_contenido .contenido_content
{
  height: 400px !important;
}

#ventana_contenido .contenido
{
overflow-y: auto;
overflow-x: hidden;
margin: 0px 14px;
padding: 0px 10px;
}

#ventana_contenido .contenido h1
{
position: absolute;
top: 10px;
left: 20px;
margin: 0px;
}

#ventana_contenido .contenido .navbar
{
display: none;
}

#ventana_contenido .contenido_buttons
{
position: absolute;
top: 10px;
left: 523px;
}

#ventana_contenido .contenido_buttons .ok_button
{
display: none;
}

#ventana_contenido .contenido_buttons .cancel_button
{
background-image: url(../../images/cmdcerrarajax.gif);
background-repeat: no-repeat;
width: 13px;
height: 13px;
border: none;
}

