/*.bordetabla{
border:1px;
}*/
body {
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
/*	border:0;*/
	font-family: Verdana, Arial, Tahoma, sans-serif;
	padding: 0;
	margin: 0;
 
	background-image:url(../imagenes/pieza.gif);
	background-repeat:no-repeat;
	background-position:top;

	 
}

* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
/* border:0;*/
}

body, html {
 
text-align: center; /*** Centers the design in old IE versions ***/
height: 100%;
}
h1, h1, h3 {
font-weight: bold;
padding-bottom: 5px;

}
h1 {
/*	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
 
	width:100%;
	color:#42556D;
	text-transform:uppercase;
	font-weight:bold;*/
 	text-transform:uppercase;
	font-size:0.8em;
	padding-left:10px;
	height:26px;
	padding-top:4px;
	color:#FFFFFF;
	background-image:url(../imagenes/menu.jpg);
	background-repeat:repeat-x;
	width:100%;
 
}
h2 {
	font-size: 12px;
 	text-transform:uppercase;	
/*	background-color:#f1f1f1;
	padding-left:10px; 
	background-image:url(../imagenes/h2.jpg);
	background-repeat:repeat-y;*/
}
  
.clear { clear: both; }
#mainContainer {
	/*>> width: 100%;*/ width:1015px;
	margin: 0 auto; /*** Centers the design ***/
	 
	/*>>min-height: 100%;*/ min-height: 850px;
	 
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
	height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

/** html .outer {
	padding-right: 120px;  Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to 
}*/
.inner {
	width: 100%; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
	padding-bottom: 30px;
	/*margin-top:30px;*/

/*	background-image:url(../imagenes/pieza.jpg);
	background-repeat:no-repeat;
	background-position:top;*/
	/*padding-left:10%;    SI SE PONE GENERA SCROLL HTZAL*/
}
* html .inner {
	width: 100%;	
	/*margin-top:28px;*/
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/

*:first-child+html .inner {
	width: 102%;	
	margin-top:0px;
	padding-left:20px;
}
.float-wrap {
	float: left;
	width: 90%; 
	 	margin-top:-20px;
 
	/*margin-top:20px;*/
	padding-left: 10%; 

/*** Same length as .outer padding-left but with negative value ***/

 
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
	float: left;
	width: 90%; 
  
	/*margin-top:20px;*/
	padding-left: 54px; 
	margin-left:30px;

}

*:first-child+html .float-wrap {
	margin-top:60px;
float: left;
 
	 	/*margin-top:-20px;*/
 
	/*margin-top:20px;*/
	padding-left: 5%; 
 

}
.contentWrap{
	padding: 5px;
/*	width:800px;*/width:90%;
 
	float:left;
}
*:first-child+html .contentWrap{
	padding: 5px;
/*	width:800px;*/width:90%;

	float:left;
}
.contentWrap p{
	font-size:12px;
	color:#42556D;
	padding-top:10px;

}

.contentWrap a{
	color:#42556D;
	font-weight:bold;
	text-decoration:underline;
}
.contentWrap a:hover{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

.contentWrap ol, .contentWrap ul {
	margin: 3px 0 5px 35px;

}
.contentWrap li {
	color:#42556D;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	padding-bottom: 2px;
}
.foto{

/*	width:28%;*/
	float:left;
	margin-left:4px;
	margin-top:8px;
	margin-bottom:20px;
 
	background-color:#eeeeee;
	border:1px solid #42556d;
 
 
}
.foto2{

/*	width:28%;*/
	float:right;
	margin-left:4px;
	margin-top:8px;
	margin-bottom:20px;
 
	background-color:#eeeeee;
	border:1px solid #42556d;
 width:22%;
 
}
 
* html .local{

	float:left;
 
 
 
}
.noti{
	font-weight:bold;
	text-transform:uppercase;
	background-color:#8eadce;
	border-bottom:1px solid #fff;
	height:18px;
	padding-left:4px;
	font-size:0.8em;
	color:#fff;
	
}
 
.foto2 ul{
	margin:0;
	padding-left:4px;
	list-style:none;
}
.foto2 ul li{
	border-bottom: 1px dotted #8eadce;
	margin-top:4px;
	padding-bottom:4px;
}
*:first-child+html .foto2 ul li{
	border-bottom: 1px dotted #8eadce;
	margin-top:4px;
	padding-bottom:4px;
}
.titular_noticia{
	font-weight:bold;
	
}
.foto img{
	border: 1px solid #42556D;

}
#arriba {
/*	background-image:url(../imagenes/top.jpg);
	background-repeat:no-repeat;*/
	background-image:url(../imagenes/body.jpg);
	background-repeat:repeat-x;
	height:45px;

	
}
#arriba ul{
	margin-left:24%;
 
 
	list-style:none;
	padding-top:10px;	
}

#arriba ul li{
	display:inline;
	height:105px;	
	padding-top:10px;	 
 
}

#arriba ul li a{
	color:#293F59;
	text-decoration:none;
	font-weight:bold;
	/*padding-right:80px;*/
	padding:28px 24px;
	height:105px; 
	font-size:0.8em;
	padding-top:20px;	 
 
}
#arriba ul li a:hover{
	color:#FFFFFF;
	background-color:#4A5F7A;
	background-image:url(../imagenes/arriba.jpg);
	background-repeat:repeat-x;
	text-decoration:none;
 
}

#arriba ul li .active{
	color:#FFFFFF;
	background-color:#4A5F7A;
	background-image:url(../imagenes/arriba.jpg);
	background-repeat:repeat-x;
	text-decoration:none;
}
 


.logo{
 	float:left;
	margin-left:10%;
	padding-top:10px;
 

}

* html .logo{
/*	z-index:100;
	position:absolute;
	margin-left:-80px;
	margin-top:20px;*/
	
	margin-top:-10px;
	margin-left:70px;
	
}
.migas{
	text-transform:lowercase;
}
#contenido {
	min-height: 560px;
	float: right;
	width: 85%;
	padding-left:20px;
 
 
}
 
* html #contenido {
position: relative;  /*** IE needs this  ***/
}
#menu_izq h2{
 
	text-transform:uppercase;
	font-size:0.8em;
	padding-left:10px;
	height:26px;
	padding-top:4px;
	color:#FFFFFF;
	background-image:url(../imagenes/menu.jpg);
	background-repeat:repeat-x;
	width:auto;
 
}
* html #menu_izq h2{
	padding-left:10px;
	height:26px;
	padding-top:4px;
	width:140px;
}
*:first-child+html  #menu_izq h2{
	padding-left:10px;
	height:26px;
	padding-top:4px;
	width:140px;
}
#izq{
	margin-top:20px;	
	width:13%;
	min-height:400px;
	float:left;
	margin-left:-20px;


 
}
*:first-child+html #izq{
	margin-top:24px;		
	width:13%;
	margin-left:0px;
	float:left;

}
* html #izq{
	margin-top:0px;		
	width:13%;
	margin-left:-20px;
	float:left;
	margin-right:0;

}

.english{
	text-align:right;
	margin-bottom:10px;
	margin-top:-10px;

	padding-top:0px;

}

.english a { 
	font-weight:bold;
	font-size:0.7em;	 
	color:#43566E; margin:0 10px 0 0px;
 
}  
.english a:hover{ 
	text-decoration:none;
	color:#666;
 
}  
 
#menu_izq {
	float: left;
/*	width:150px;*/	
	width:auto;
	padding: 5px;
	margin-top:20px;
	
	margin-left:-60px;
 

}

*:first-child+html #menu_izq {
	float: left;
	padding: 5px;
	margin-top:0px;
 	width:auto;	 	
}

* html #menu_izq {
	float: left;
	position: relative;  /*** IE needs this  ***/
	padding-top:20px;
	margin-left:-2%;
	width:auto;	
 
}
#menu_izq ul {
	list-style: none;
	padding-bottom: 4px;
}
#menu_izq li {
	padding-bottom: 2px;
	font-size:0.9em;
}

/*.level1{
	background-color:#8EADCE;
 
}

.level1 a{
	color:#FFFFFF;
	text-decoration:none;
	padding-left:18px;
}

.level1 a:hover{
 	text-decoration:underline;
	color:#43566F;
 
}
.level2{
	background-color:#FFFFFF;
	

}

* html .level2{
	background-color:#FFFFFF;

}
.level2 a{
	color:#43566F;
}
.level2 a:hover{
 	text-decoration:underline;
	color:#43566F;
 
}

ul .level2{
	background: #EEE;
  color: #666;

}
*/
img .iconos {
	border: 0px; 
	vertical-align:middle;
	text-decoration:none;
	padding-right:4px;
	border:none;
}
fieldset{

	border:1px solid #CCCCCC;

font-family:Arial, Helvetica, sans-serif;
color:#666666;
padding:25px;
width:90%;
 
background-color:#FFFFFF;


}
* html fieldset{ padding:0 20px 20px 20px;}
legend{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-style:italic;
font-size:12px;
color:#42556D;
background-color:#FFFFFF;
margin-left:-10px;
padding: 0 10px;

}
input {clear:both; margin-bottom:5px; }
#formulario {
	display: block;
	margin: 0px 0px 0px 0px;
	text-align: left;
	background-color:#F5F5F5;
	margin-left: 3px;
	padding: 5px;
	border: 1px dashed #D4D4D4;
	z-index: 1;
	width: 55%;
	float:left;

	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

* html #formulario {
	display: block;
	margin: 0px 0px 0px 0px;
	text-align: left;

	margin-left: 3px;
	padding: 5px;

	z-index: 1;
	width: 55%;
	float:left;
 
	margin-bottom:10px;
	
 
	clear:both;
 
 
 
 	
}

.form {
	font-size: 0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	width:400px;
	color: #999;
	padding-left: 5px;
	border: 1px solid #D4D4D4;
	height:15px;

}
.enviar{
	background-color:#42556D;
	color:#FFFFFF;
	border:2px solid #FFFFFF;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
 
}
.mensaje {
	margin-right: 212px;
}
.mensaje_caja {
font-family:Verdana, Arial, Helvetica, sans-serif;
width:400px; font-size:0.8em;	color: #999999;	border: 1px solid #D4D4D4; margin-bottom:10px;
}
.margenizq h1{
	padding-left: 20px;
}
.margenizq p{
	padding-left: 20px;
}
.button{
	background-color:#CCCCCC;
	color:#42556D;
	font-weight:bold;
	border:1px solid #42556D;
	padding:2px;
}	

label {

	font-size: 0.8em; }
#footer {
/*>> width: 100%;*/ width:1015px;
height: 43px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
margin: 0 auto;
margin-top: -43px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
text-align: center;
 color:#FFFFFF;
 font-size:0.8em;
 
background-image:url(../imagenes/pie.jpg);
background-repeat:repeat-x;
}
#footer a{
	color:#FFFFFF;
}

#footer a:hover{
	color:#cccccc;
	text-decoration:none;
}

* html #footer {
width: 100%;
height: 33px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
margin: 0 auto;
margin-top: -33px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
text-align: center;
 color:#FFFFFF;
 font-size:0.8em;
 
background-image:url(../imagenes/pie.jpg);
background-repeat:repeat-x;
}


/*MENU IZQ*/

#menu_izq ul {
  margin: 0;
  padding: 0;
  width:150px;
 
  
}
#menu_izq ul li {
  margin: 0;
  padding: 0;
  float: left; 
  display: block; /*<<<<*/
  position: relative;
  width:150px;
 
}

/*primer nivel enlaces*/
#menu_izq ul a {
  border: 1px solid #ccc;
  padding: 5px 10px;
  display: block;
   background-color:#42556D;  
  color: #fff;
  font:  0.8em Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
}

/*primer nivel enlaces:hover*/
#menu_izq ul li:hover a,
#menu_izq ul li.iehover a {
  background: #8EADCE;
  color: #FFF;
}


/* level2 nivel */
/*#menu_izq ul ul {
  margin: 0;
  padding: 0;
  width: 150px;
  list-style: none;
 
  position: absolute;
 top: auto;
  left: 0;
 
}


#menu_izq ul ul li {
  width: 150px;
  float: left; 
  position:relative;  
  left:150px;
  top:-24px;
 
 
 
}*/
/*level2 nivel enlaces*/
#menu_izq ul li:hover li a,
#menu_izq ul li.iehover li a {
   background: #EEE;
  color: #666;
  
}
/*level2 nivel enlaces:hover*/

#menu_izq ul li:hover li:hover a,
#menu_izq ul li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}
/* tercer nivel */
#menu_izq ul ul ul {
 display: none;
 position: absolute;
}
#menu_izq ul ul ul li {
  width: 150px;
  float: left;  /*position: relative;*/ /*<<<<*/
  top: -24px;
  left: 150px;
 

}


/*tercer nivel enlaces*/
#menu_izq ul li:hover li:hover li a,
#menu_izq ul li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/*tercer nivel enlaces:hover*/
#menu_izq ul li:hover li:hover li a:hover,
#menu_izq ul li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

/* display:none antes que display:block */
#menu_izq ul li:hover ul ul,
#menu_izq ul li.iehover ul ul {
 display: none; 
 }

#menu_izq ul li:hover ul,
#menu_izq ul ul li:hover ul,
#menu_izq ul li.iehover ul,
#menu_izq ul ul li.iehover ul {
  display: block; 

}  
#menu_izq ul .level1 li a{
	background-color:#EEEEEE;
	color:#666666;
}

#menu_izq ul .level2 li a{
	background-color:#EEEEEE;
	color:#666666;
}

#menu_izq ul .level1 li{
	background-color:#EEEEEE;
	color:#666666;
}

#menu_izq ul .level2 li{
	background-color:#EEEEEE;
	color:#666666;
}


* html #menu_izq ul .level1 li{
	background-color:#EEEEEE;
	color:#666666;
}

* html #menu_izq ul .level2 li{
	background-color:#EEEEEE;
	color:#666666;
}
*:first-child+html #menu_izq ul .level1 li{
	background-color:#EEEEEE;
	color:#666666;
}
*:first-child+html #menu_izq ul .level2 li{
	background-color:#EEEEEE;
	color:#666666;
}

* html #menu_izq ul .level1 li a{
	background-color:#EEEEEE;
	color:#666666;
}

* html #menu_izq ul .level2 li a{
	background-color:#EEEEEE;
	color:#666666;
}
.alerta {background-color:#FF0000; font-weight:bold; color:#fff; margin-bottom:5px; font-size:0.8em; padding: 2px 5px;}


.noticias{
	background-color:#eaeaea;
	border:1px solid #CCCCCC;
	margin:4px 0px;
	padding:4px;
	width:100%;

}
.noticias h2{
	font-size:14px;
}
.noticias .leer{
	font-size:10px;
}
.noticias img{
	border:1px solid #cccccc;
}
.down{
	margin-top:10px;
	
 
}

.down img{
	border:0;

}

.pregunta{
	background-color:#eaeaea;
	vertical-align:middle;
	margin-top:10px;
	border:1px solid #8EADCE;
 
}

.descripcion{
	font-size:12px;
 
	
}
.volver{
	vertical-align:middle;
}
.doc{
	list-style-image:url(../imagenes/list.gif);
	

}
.doc div{display: none;}

* html .doc div{display: none;}
*:first-child+html .doc div{display: none;}

.doc:hover div{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:20em; left:60em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align:center;}
	
* html .doc:hover div{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:20em; left:60em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align:center;}	
	
*:first-child+html .doc:hover div{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:20em; left:60em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align:center;}		
.icono{
	vertical-align:middle;
}


/*--------------BACK------------------------*/


.titulo{
 
	text-align:center;
 
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:10px;
}

input {
	border:1px solid #405570;
	background-color:#ECF4FD;
}
select {
	border:1px solid #405570;
	background-color:#ECF4FD;
	font-size:12px;
}
textarea {
	border:1px solid #405570;
	background-color:#ECF4FD;
}
.pag_back{
	font-size:12px;

}
.pag_back_filas td{
	background-color:#f1f1f1;
	font-size:12px;
 }
 
 .pag_back_filas td input{
	text-align:right;
	margin-left:30px;
 }
 
.pag_back_login td{
 	color:#42556D;
	font-weight:bold;
	font-size:12px;
 }
 
 .pag_back_login td input{
	 
	margin-left:30px;
 } 

.borrar{
	border:3px solid #CC3333;
	margin:2px 0px 6px 0px;
 
	padding:6px;
}
.aviso{
	margin:2px 0px 6px 0px;
	padding:5px;
	background-color:#eaeaea;
}
 
 /**********************************************FICHAS*********************************************/
 
 .ver_foto{
 	text-decoration:underline;
	color:#42556D;
	cursor:hand; 
	background-image:url(../imagenes/lupa.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:30px;
	font-weight:bold;
 
 }

.carac{
	vertical-align:top;
}
 .caracteristicas{
 	text-transform:uppercase;
	color:#42556D;
	font-weight:bold;
	background-color:#d2deec;
	border-bottom:1px solid #FFFFFF;
	height:30px;
 }
 .caracteristicas {
 	padding-left:8px;
 }
 .caracteristicas2 {
 	background-color:#eaeaea;
	padding-left:10px;
 
 }
 
 .caracteristicas2 td{
 	padding-left:10px;
 
 } 



/* .descripcion table {
 border:0;
} 
.descripcion table td{
 border:1px solid #000000;
} */

* html .java{	
 	position:absolute;
	left:300px;
	top:100px;
}

/* 
.java{	
 	position:relative;
	left:300px;
	position:fixed;
	right:auto;
	top:100px;
}*/

/******************HOVER IMAGENES****************/

a.info {
    position:relative;
    z-index:24; 
	line-height:20px;
	
 
  
} 
.imag {
list-style-image:url(../imagenes/list.gif);

}
a.info:hover {
    z-index:25; 
} 
a.info span {  /*Esta es la que hace que el texto en el span no se despliegue en el estado normal de la URL*/
    display: none;
} 
a.info:hover span { /*Esta zona es la que hace que se despliegue cuando nos ubicamos sobre el texto de la URL o la imagen dentro de la URL*/
    display:block;
    position:absolute;
    /*top:-7em;*/top:-4em;
    left:30em;
    width:auto;
	

 

}




#menu_izq ul {
  margin: 0;
  padding: 0;
  width:150px;

  
}
#menu_izq ul li {
  margin: 0;
  padding: 0;
  float: left; 
  display: block; /*<<<<*/
  position: relative;
  width:150px;
  
 
}

/*primer nivel enlaces*/
#menu_izq ul a {
  border: 1px solid #ccc;
  padding: 5px 10px;
  display: block;
   background-color:#8EADCE;  
  color: #fff;
  font:  0.8em Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  
}
/**:first-child+html #menu_izq li a {
  border: 1px solid #ccc;
  padding: 5px 10px;
  display: block;
   background-color:#8EADCE;  
  color: #fff;
  font:  0.8em Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  
}*/
* html #menu_izq li a {
  border: 1px solid #ccc;
  padding: 5px 10px;
  display: block;
   background-color:#8EADCE;  
  color: #fff;
  font:  0.8em Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  
}

/*primer nivel enlaces:hover*/
#menu_izq ul li:hover a,
#menu_izq ul li.iehover a {
  background: #42556D;
  color: #FFF;
}

 

/* level2 nivel */
/*#menu_izq ul ul {
  margin: 0;
  padding: 0;
  width: 150px;
  list-style: none;
display: none;
 position: absolute;
  top: auto;    
  left: 0;
 
}


#menu_izq ul ul li {
  width: 150px;
  float: left; 
  position:relative;  
 left:150px;
  top:-24px;
}*/
/*level2 nivel enlaces*/
/*#menu_izq ul li:hover li a,
#menu_izq ul li.iehover li a {
   background: #EEE;
  color: #666;
  
}*/
/*level2 nivel enlaces:hover*/

/*#menu_izq ul li:hover li:hover a,
#menu_izq ul li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}*/
/* tercer nivel */
#menu_izq ul ul ul {
 display: none;
 
}
#menu_izq ul ul ul li {
  width: 150px;
  float: left;  
  position: relative; /*<<<<*/
  top: -24px;
  left: 150px;
 
}


/*tercer nivel enlaces*/
#menu_izq ul li:hover li:hover li a,
#menu_izq ul li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/*tercer nivel enlaces:hover*/
#menu_izq ul li:hover li:hover li a:hover,
#menu_izq ul li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

/* display:none antes que display:block */
#menu_izq ul li:hover ul ul,
#menu_izq ul li.iehover ul ul {
 display: none; 
 }

#menu_izq ul li:hover ul,
#menu_izq ul ul li:hover ul,
#menu_izq ul li.iehover ul,
#menu_izq ul ul li.iehover ul {
  display: block; 

}  

.iconos2 {
border: 0px; 
vertical-align:middle;
text-decoration:none;
padding-right:4px;
margin:5px 3px;

}
.direccion {
	vertical-align:middle;
	text-decoration:none;
	padding:0px 3px 3px 10px;

font-size:0.9em;
width:488px;
border:2px solid #84a6b8;
background-color:#fafafa;
margin:0px 0px 5px 0px;
 

}