/*
.left
.right
*/

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

body
	{
	font-family: Verdana;
	font-size: 13px;
	line-height: 1em;
	font-weight: normal;
	color: #000000;
	background-color: #ef8a1e;
	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;
  margin: 0px;
	}


/*******************************************************************************
* 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 {
	color: #212121;
	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 {
background-image: url(../images/layout/fondotitulopestana.gif);
background-repeat: no-repeat;
display: block;
margin: 0px;
padding: 10px 0px 10px 50px;
text-align: left;
font-size: 25px;
line-height: 1.1em;
	}

h2 {
  margin: 0em;
  padding: 5px 20px;
  line-height: 1.1em;
  font-family: Verdana;
  font-weight: bold;
  color: #000000;
  background-image: url(../images/layout/fondotextopestana.jpg);
	}

h3 {
  margin: 0em;
  padding: 5px 20px;
  font-size: 1.3em;
  line-height: 1em;
  font-family: 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 dashed #C8C8CF;
	vertical-align: middle;
	}


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

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

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

ul li span {
 	color: #664224;
 	padding-left: 22px;
	tex-align: left;
	line-height: 1.6em;
	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;
	font-size: 9px;
}

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

thead {
  font-size: 10px;
  color: #CCCCCC;
  }

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

tfoot
	{
	margin: 2px;
  padding: 2px;
  font-size: 0.8em;
	color: #446688;
	}


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

iframe {
  margin: 0px;
  padding: 0px;
  uotline: 1px solid #CCCCCC;
}

.ifrimage {
  float: right;
  clear: right;
  width: 275px;
  *width: 295px;
  height: 55px;
  *height: 80px;
  margin: 0px;
  padding: 0px;
  font-size: 0.8em;
  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;
  font-size: 0.8em;
  background-color: #9C9CAC;
  border: 0px;
  overflow: hidden;
}

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

form
	{
	float: none;
	clear: both;
	padding: 0px;
	margin: 0px;
	font-size: 0.9em;
	background-repeat: repeat-x;
	}

form a {
  font-size: 11px;
  font-weight: 500;
}

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

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

legend
	{
	float: none;
	clear: both;
	padding: 2px 2px 0px 20px;
	margin: 0px 0px 8px 0px;
	color: #442002;
	font-size: 0.9em;
	font-weight: bold;
	background-color: trasparent;
	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: 62%;
	padding: 1px;
	background-color: trasparent;
	}
.coll input
  {
  float: left;
  clear: none;
  font-size: 0.9em;
  }
.coll select
  {
  float: left;
  clear: none;
  font-size: 0.9em;
  }

.cell
	{
	float: left;
	clear: none;
	width: 29%;
	padding: 1px;
	background-color: trasparent;
	}
.cell input
  {
  float: left;
  clear: none;
  font-size: 0.9em;
  }
.cell select
  {
  float: left;
  clear: none;
  font-size: 0.9em;
  }

label
	{
  float: left;
  clear: none;
  margin-right: 4px;
  font-size: 11px;
	font-weight: 600;
	color: #888668;
	width: 30%;
	text-align: right;
	overflow: visible;
	}

input
	{
	font-weight: normal;
	font-size: 12px;
	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: #3a3a3a;
	font-size: 9px;
	border: 1px solid #cacaca;
	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.9em;
  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: trasparent;
	border: 2px solid #24466;
	}
.calendar:hover
	{
	cursor: pointer;
	background-color: #F8F8F8;
	border: 1px solid #4488CC;
	}
.calendar input
  {
  float: left;
  clear: none;
  }

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

.container {
background-image: url(../images/layout/fondodivisorpestana.jpg);
background-repeat: repeat-y;
float: none;
clear: both;
display: block;
text-align: center;
vertical-align: middle;
font-size: 1.2em;
padding-top: 10px;
_margin-top: -5px;
}

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

.floatbug2
{
float: left;
}

.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-aling: right;
	}

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

.mini {
	font-size: 10px;
	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;
}


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

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


