/* CSS SALMENETXEA */
/*23-Nov-2009*/
*
{
	border:0px;
	margin:0px;
	padding:0px;
}

h1.cabecera{
	width:185px;
	height:77px;
	position:relative;
	font-size:50%;
	float:left;
}

h1, h1 a{
	color:#000;
}

h1.cabecera span{
	position:absolute;
	width:100%;
	height:100%;
	margin-left:1px;
}

h1.cabecera span{background: url(../imagenes/logoSalmenetxea.jpg) center no-repeat #000;	}

body
{
	background-color:#000;
	color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:20px;
}

#madre {
	width:659px; 
	/* min-height para que crezca a lo vertical  */
	min-height:520px; 
	/* centramos */
	margin-left:auto;  
	margin-right:auto; 
	z-index:0;
	}
	
#madre_i {
	width:800px; 
	/* min-height para que crezca a lo vertical  */
	min-height:520px; 
	/* centramos */
	margin-left:auto;  
	margin-right:auto; 
	z-index:0;
	background:url(../imagenes/fondoindex.jpg) left top no-repeat  #000;
	
	}
	
#madre_i h1{
	margin-top:100px;
	margin-left:300px;
}

#madre_i ul
{
	clear:both;
	margin-left:480px;
}

#madre_i li{
	font-size:120%;
	list-style:none;
	font-family:Tahoma, Geneva, sans-serif;
}

#madre_i li a{
	color:#FFF;
	text-decoration:none;
}

#madre_i li a:hover{
	text-decoration:underline;
}

#menu_ppal
{
	float:right;
	margin-top:55px;
	width:70%;
}
	
#menu_ppal li
{
	display:inline;
	font-size:70%;
	margin-left:4px;
	margin-right:4px;
}
	
#menu_ppal a
{
color:#CCCCCC;
text-decoration:none;
}

#menu_sec a
{
color:#CCCCCC;
text-decoration:underline;
}

#menu_ppal a:hover, #menu_sec a:hover {color:#FFFFFF;}
	
#cabecera
{
width:100%;
clear:both;
}
	
	
#menu_sec li
{
	display:inline;
	font-size:70%;
	margin-left:6px;
	margin-right:6px;
}

#cabecera
{
	width:100%;
	height:276px;
}

#contenido
{
	min-height:250px;
	padding:40px;
	font-size:80%;
}

#contenido p {margin-bottom:15px;}
#contenido h3
{
	border-bottom:1px solid #666666;
	margin-bottom:10px;
	font-weight:normal;
	margin-top:20px;
	margin-left:-20px;
}

#contenido h4 {font-weight:normal; clear:both;} 

#pie p
{
	background-color:#666666;
	color:#FFFFFF;
	font-size:70%;
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
	word-spacing: -2px;
}
	
/*--- ETIQUETAS ---*/


#madre h2 { display:none;}
.introh2{ 
	position:absolute; 
	background-color:#999999; 
	color:#333333; 
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	margin-top:350px;

}
.introh2 h2, .introh2 h3
{
	width:649px;
	visibility:visible; 
	z-index:15; 
	font-size:80%;
	padding:5px;
	font-weight:normal;
	text-align:center;

}

/*--- CLASES ---*/
.logo{float:left;}
.mini {float:left;margin:2px;}
.clear{clear:both;}
.mini img{border:1px solid #CCCCCC;}
.logo{padding-top:20px;}

/*slideshows*/
div.slideshow ul li {
  float: left;
  list-style: none;

}

#my_slideshow
{
position:absolute;
}

form
{
margin-top:20px;
font-size:90%;
}
.campos{
	float:left; 
	text-align:right;
	
	}
.consulta{float:right;}
input{ 
	margin-bottom:2px; 
	padding:2px;
	border-bottom:1px dashed #666666;
	/*border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:200px;
	font-size:110%;
	background-color:#333333;
	color:#DCDCD2;
	}
	
textarea{ 
	margin-bottom:2px; 
	padding:2px;
	border-bottom:1px dashed #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:250px;
	font-size:110%;
	background-color:#333333;
	color:#DCDCD2;
	overflow:auto;
	}	
.boton{
	border-top:2px solid #DCDCD2;
	border-left:2px solid #DCDCD2;
	border-right:2px solid #666666;
	border-bottom:2px solid #666666;
	margin-top:8px;
	background-color:#CCCCCC;
	color:#333333;}
.boton:hover{
	border-top:2px solid #666666;
	border-left:2px solid #666666;
	border-right:2px solid #DCDCD2;
	border-bottom:2px solid #DCDCD2;
}

#contenido a, #pie a {color:#CCCCCC;}

#contenido a:hover, #pie a:hover
{
color:#666666;
background-color:#CCCCCC;
}

#contenido ul {margin:35px;}
