/* CSS Document */
 .text_px {font-family:Tahoma,sans-serif; font-size: 11px; color:#000000;padding-right:20}
   .header {font-family:Tahoma, sans-serif; font-size: 12px; COLOR:#006699; padding-left:10; padding-right:5; font-weight:900 }
      .header2 {font-family:Tahoma, sans-serif; font-size: 11px; COLOR:#2FFFFF; padding-left:10; padding-right:5; font-weight:900 }
	    .header4 {font-family:Tahoma, sans-serif; font-size: 12px; COLOR:#000000; padding-left:10; padding-right:5; font-weight:700 }
   .text {font-family:Tahoma,sans-serif; font-size: 11px; color:#000000 }
      .text2 {font-family:Tahoma,sans-serif; font-size: 11px; color:#000000; padding-left:20; padding-right:10; font-weight:100; }
  .enlace1{
  text-decoration:none;
  
  
  
  
  
  
  
  }
  
  
   .header22 {font-family:Tahoma, sans-serif; font-size: 11px; COLOR:#2FFFFF; padding-left:10; padding-right:5; font-weight:900;
   text-decoration:none;
   
    }
  

  
  
.enlace1:hover{
text-decoration:underline;

}

   .header5 {font-family:Tahoma, sans-serif; font-size: 12px; COLOR:#000000; padding-left:10; padding-right:5; font-weight:700;
   text-decoration:none;
      
   
   
    }
.header5:hover{
text-decoration:underline;


}
  .texto {font-family:Tahoma,sans-serif; font-size: 12px; color:#404040 }
  .texto_blanco {font-family:Tahoma,sans-serif; font-size: 11px; color:#FFFFFF }
   .txt {font-family:Tahoma,sans-serif; font-size: 11px; color:#214E90}
   .txt2 {font-family:Tahoma,sans-serif; font-size: 12px; color:#6d9dbe; text-decoration:underline}

.buttonSubmit, .buttonSubmitHovered {
	width:87px;
	height:25px;
	color:#FFF;
	font-weight:bold;
	padding:0px 5px;
	background-repeat:no-repeat;	
	background:url(../images/botons/boton.jpg) no-repeat left top;
	
	cursor:pointer;
	border:none;
}
#fondo{
	position:absolute;
	width:200px;
	height:200px;
		
background-image:url(../images/fondo/fondo_2.gif);
	
	filter: alpha(opacity=60); 
	opacity: .6;
	/*Filter: Alpha(Opacity=60, FinishOpacity=0);
	opacity:0.1; /* Transparency */
	top:1px;
	z-index:1;
	left: 1px;



}
#aviso{
position:absolute;
width:511px;
height:403px;
background-image:url(../images/menus/aviso.jpg);

margin-left:120px;
top:200px;





}
.HeadBoxP1 {
          text-align:center;
          vertical-align:middle;
          border-color:#600060;
          border-width:3px;
          border-style:solid;
          width:98%;
          filter:progid:DXImageTransform.Microsoft.Shadow(color=#0000ff, direction=225, strength=5);
          position:relative;
          z-index:2;
          }

 .HeadBoxP2 {
          width:100%;
      
          filter:progid:DXImageTransform.Microsoft.Alpha(style=14,opacity=100);
          position:relative;
          z-index:3	;
          }

 .HeadText {
          filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=100);
          font-family:arial black;
          font-size:20pt;
          color:#200020;
          position:relative;
          z-index:3;
          }
.ladillo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #006699;
}
.ladillo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #00669;
}
.ladillo_principal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

/*##########################################
Name: Default styling for Niceforms v.0.9
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/

/*General styles not really related to the forms*/
* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
		
	
background-image: url(../images/fondo/bg.gif);
	background-attachment: fixed;/*para que sea estático*/
	

	
	
	
	
}
img {
	border:0;
	
}
#container {
	padding:20px;
}

/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}

/*Radio buttons*/
.radioAreaUnchecked, .radioAreaChecked {
	z-index:5;
	position:absolute;
	width:15px;
	height:15px;
	cursor:pointer;
}
.radioAreaUnchecked {
	background:url(images/radio.gif) no-repeat left top;
}
.radioAreaChecked {
	background:url(images/radio.gif) no-repeat left bottom;
}

/*Checkboxes*/
.checkboxAreaUnchecked, .checkboxAreaChecked {
	z-index:5;
	position:absolute;
	width:14px;
	height:14px;
	cursor:pointer;
}
.checkboxAreaUnchecked {
	background:url(images/checkbox.gif) no-repeat left top;
}
.checkboxAreaChecked {
	background:url(images/checkbox.gif) no-repeat left bottom;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:251px;
	height:22px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(images/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:21px;
	height:21px;
}
.selectArea .right i {
	display:none;
}
.selectArea .center {
	width:160px;
	margin-left:5px;
	margin-right:20px;
	color:#FFF;
	padding-top:3px;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {
	display:none;
}
.optionsDivVisible {
	display:block;
}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}
.textorelleno {
	width:166px;
	height:23px;
	background:url(images/input_corto.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-repeat:no-repeat;
}

.textologin {
	width:150px;
	height:23px;
	background:url(images/input_login.png) no-repeat left top;
	border:none;
	padding:4px 8px;
	font-size:12px;
}


.textocorto {
	width:83px;
	height:23px;
	background:url(images/input_re.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#opinion{

	width:450;
	height:600px;
	position:absolute;
	left:400px;
	top:120px;

	visibility:visible







}
#cerrar{
width:450px;
height:35px;
background:#f4f4f4;


}
#fondotras{
width:900px;
height:900px;
filter: alpha(opacity=50);
background-color:#666666;


}


#cabecero{
height:20px;






}

.marcar:hover{
background-color:#287ba4;
cursor:pointer;

}

.marcar2:hover{
background-color:#ffffff;
cursor:pointer;

}

#cuadro{
width:189;
height:25px;
border-left: solid 1px #d7d7d7;
border-right: solid 1px #d7d7d7;

border-bottom:solid 2px #d7d7d7;





}
#flecha{
background-image:url(../images/menu/fecha.png);
background-position:center;
background-repeat:no-repeat;


}
#submenu{
	margin-left:25px;
	width:155px;
	top: 136px;
	left: 816px;


	




}
#cabecero1{
height:20px;






}
#fondo2{
width:185px;



}
#menu1{
width:185px;
margin-left:15px;
text-decoration:none;



}
#cuadro1{
width:185px;
height:18px;
border-left: solid 1px #d7d7d7;
border-right: solid 1px #d7d7d7;

border-bottom:solid 2px #d7d7d7;





}
#cuerpo1{
width:185px;


border-left: solid 1px #dfd0d7;
border-right: solid 1px #dfd0d7;
border-bottom: solid 1px #dfd0d7;


}
#suelo{
width:185px;


}







.ssss {
	color: #006666;
}
a:link.ladillo_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #006699;
	 padding-left:10; padding-right:10
}

.ladillo_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #006699;
	 padding-left:10; padding-right:10
}
.resultados{
font-family:Tahoma,sans-serif; font-size: 11px; color:#5d6a78 

}




a:link.menu_portada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #4444444;

}

.menu_portada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #444444;
	
}

#enla a{
text-decoration: none;

}
#menu_portada a:hover{
text-decoration:none;
}

#menu_portada:hover{
background-color:#009966;

}
.enlaceportada{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#006666;

}
.enlaceportada a:hover{
text-decoration:overline;

}
.menu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}

.menu_portada_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #444444;
	text-decoration:none;
	
}

.menu_portada_2:hover {
color:#a1b089;
	
	
}



.marcar_indice:hover{
background-color:#c5dcf1;
cursor:pointer;

}

   .text3 {font-family:Tahoma, sans-serif; font-size: 12px; COLOR:#006699; padding-left:10; padding-right:5; font-weight:900; text-decoration:none;
   
   
    }
	
	

/*!!!!!!!!!!! MyCSSMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 li {float:none;}#qm0 li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! MyCSSMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* MyCSSMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:226px;
		padding:10px;
		background-image:url(../imgs/bg.gif);
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:10px 20px 3px 3px;
		background-color:transparent;
		color:#010101;
		font-family:Arial;
		font-size:12px;
		text-decoration:none;
		border-width:0px 0px 1px;
		border-style:solid;
		border-color:#8383d1;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		color:#549ba0;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		color:#549ba0;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:5px;
		background-color:#f5f5f5;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:3px 20px 3px 5px;
		color:#080808;
		font-size:11px;
		border-width:0px;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover, #qm0 ul a:hover	
	{	
		text-decoration:underline;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		text-decoration:underline;
	}


	/*"""""""" Box Animation Styles""""""""*/	
	#qm0 .qmbox	
	{	
		border-width:1px;
		border-style:solid;
		border-color:#999999;
	}


	/*"""""""" Main Hover Fill Items [Static]""""""""*/	
	#qm0 .qmhoverfill	
	{	
		background-color:#91ed99;
	}


	/*"""""""" Sub Hover Fill Items [Static]""""""""*/	
	#qm0 div .qmhoverfill	
	{	
		background-color:#91e599;
		border-width:1px;
		border-style:solid;
		border-color:#555555;
	}
	
	
	
	.menu1{
	font-family:Arial, Helvetica, sans-serif;
	color:#3399CC;
	
	
	}
	
		.menu2{
	font-family:Arial, Helvetica, sans-serif;
	color:#808ba6;
	text-decoration:none;
	font-size:12px;
	
	
	}
	.menu2:hover{
	color:#FF9900;
	
	font-size:12px;
	
	}
