/* CSS Document */

* {margin:0;padding:0}
p {margin-bottom:1em}
ul{margin-left:20px;margin-bottom:1em}
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	background:#FAFAFA url(images/left.jpg) repeat-y left top;
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#outer{
	margin-left:250px;
	margin-right:0px;
	background: #FFF;
	/*border-left:1px solid #000;*/
	border-right:1px solid #000;
	margin-bottom:-52px;
	min-height:100%;
	background:#FAFAFA url(images/right.jpg) repeat-y right top;			
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:70px;
	background: #809900;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	overflow:hidden;
}
#left {
	position:relative;/*ie needs this to show float */
	width:250px;
	float:left;
	margin-left:-249px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
	background-image:url(images/netvigation_sideline.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
#left img {border-width:0px; border-style:none; margin-left:50px;}
#left p {padding:3px; margin-left:50px; color:#999999; text-align:center; font-size:11px;} 
#right p {padding:3px; color:#666666;}
#right {
	position:relative;/*ie needs this to show float */
	width:250px;
	float:right;
	margin-right:-249px;/*must be 1px less than width otherwise won't push footer down */
	left:-250px;
	color: #000;	
}
#footer {
	width:100%;
	clear:both;
	height:50px;
	/*border-top:1px solid #000;*/
	/*border-bottom:1px solid #000;*/
	/*background-color: #95959;*/
	text-align:center;
	position:relative;
	color:#999999;
	font-size:11px;	
}
#clearheader{height:72px;}/*needed to make room for header*/
#clearfooter{clear:both;height:52px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
#centrecontent {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;/* moz fix*/
	color: #000;
}
/* css stuff below is just for presentation and not needed for the demo */
#centrecontent p { padding: 0 20px; padding-right:300px; color:#333333; }
#centrecontent a { text-decoration:none; color:#333333;}
#centrecontent a:hover { text-decoration:underline; color:#333333;}
h1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: lighter; font-size: 200%; padding: 20px; color:#2D6D8E;}
h2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: lighter; font-size: 150%; color:#2D6D8E;}
#left span {
	display:none;	
}	
#left a:hover {
	text-decoration: none;
	text-decoration: none;
	color:#222;
	background: #FFF;
}
#left a:hover span {
	display:block;
	position:absolute;
	left:130px;
	width:150px;
	z-index:20;
	background:#fff;
}
@media all {
  #left a:hover span {
	top:150px;
  }
}
#footer a, #left a, #right a { color:#666666;text-decoration: none; }
#footer span {
	display:none;	
}	
#footer a:hover, #right a:hover{	
	color:#333333;
}
#footer a:hover span {
	display:block;
	position:absolute;
	top:-95px;
	width:150px;
	z-index:20;
	left:50%;
}
html>body #minHeight{float:right;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

.bordefotos 
	{
	border:inherit;
	border-width:3px;
	border-style:solid;
	border-color:#CCCCCC;
	}

#ficha
	{
	padding-right:100px;
	padding-left:20px;
	}

#centrecontent .ficha_left
	{
	background-color:#E4E4E4;
	text-align:center;
	width:220px;
	vertical-align:top;
	padding-top:8px;
	padding-bottom:8px;	
	}
	
#centrecontent .ficha_right
	{
	padding:10px;
	background-color:#E4E4E4;
	vertical-align:top;
	}	

#centrecontent .ficha_right p
	{
	padding:0px;
	}	


/******************** menu ****************************************/

#left .menu {
z-index:1000;
font-size:100%;
margin:25px 0 5px 53px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
#left .menu ul {
padding:0;
margin:0;
list-style-type:none;
width:180px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
#left .menu li {
position:relative;
background:#F0F0F0;
height:26px;
}

/* get rid of the table */
#left .menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
#left .menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:179px;
color:#2D6D8E;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 0;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#FAFAFA; width:180px; w\idth:179px;}
/* style the link hover */
* html .menu a:hover {color:#2D6D8E; background:#FAFAFA;}

#left .menu :hover > a {
color:#000000; 
background:#FAFAFA;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#left .menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:180px; 
}
/* make the second level visible when hover on first level list OR link */
#left .menu ul li:hover ul,
#left .menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
#left .menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#left .menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#left .menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
#left .menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

/*  Formulario de contacto */

.texto {
  color: #F02F00;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  width: 250px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;  
}

.boton {
  color: #F02F00;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 3px;
}

form p {
  margin: 2px;
  padding: 2px;
}

form p label {
  float: left;
  width: 100px;  
  color: #006699;
}

.error { color: #F02F00;}

/* Fin form */