@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	outline:none;
}


/* STYCKY FOOTER */

html, body {
	height: 100%;

}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 100px; /* .push must be the same height as .footer */
}


/* FIN STYCKY FOOTER */

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#8b8b8b;
	font-size:16px;
	}


h1{
	padding-top:17px;
	}

h1 img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	}

a img{
	border:none;
	}


#navegador{
	/*background-color:#333333;*/
	height:135px;
	}




ul{
	text-align:center;
		padding:0px;
	}

li{
	list-style:none;
	
	padding-left:2px;
	padding-right:7px;
	display:inline;
	border-right:1px solid #9b9b9b;
	}

li.ultimo{
	border:none;
	}
		
li a{
	color:#8b8b8b;
	text-decoration:none;
	}	
	
#portfolio li{
	list-style:none;
	display:block;
	
	padding-left:0px;
	padding-right:0px;
	border-right:0px solid #9b9b9b;
	width:980px;
	}
	#portfolio li img{
		text-align:center;
		}
		
	
a.selected, a:hover{
	color:#000000;
	}
	
#espacio{
	/*background-color:#CCCCCC;*/
	min-height:100px;
	}
.espacio_centrado{

	width:990px;
	margin-left:auto;
	margin-right:auto;
	}

#imagen{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:auto;
	}


.footer{	
	/*background-color:#333333;*/
	}
	
#menu-pie{
	padding-top:20px;
	}	
.footer p{
	text-align:center;
	padding-top:10px;
	}

p.firma{
	font-size:12px;
	text-align:center;

	}
	
a{
	text-decoration:none;
	color:#8b8b8b;
	}
	
/* FLECHAS */

#siguiente a, #anterior{
	display:block;
	width:12px;
	height:22px;
}


#anterior{
	float:left;
	}

#siguiente{
	float:left;
	}
	
#siguiente a, #anterior a{
	text-indent:-99999px;
	display:block;
	width:12px;
	height:22px;
	background-image:url(../images/botones.png);
	margin-top:200px;
	}

#anterior a{
	float:left;
	background-position:bottom left;
	}

#siguiente a{
	float:left;
	background-position:bottom right;
	}
	
#anterior a:hover{
	background-position:top left;
	}
#siguiente a:hover{
	background-position:top right;
	}


#texto{
	width:445px;
	margin-left:auto;
	margin-right:auto;
	margin-top:35px;
	margin-bottom:20px;
	text-align:center;
	font-style:italic;
	line-height:22px;
	
	}
#zona_imagenes{
	float:left;
	width:966px;
	}


/* ********* AGLERIA ************* */

#galeria{
	width:620px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}

/* CONTACTO */

.contacto{	
	margin-top:60px;
	}

.contacto a{
	color:#000000;
	}
.contacto a:hover{
	text-decoration:underline;
	}	
		
		 
.contacto p{
	margin:10px 0px;
	font-size:14px;
	}
	
	
/* PIE */

p#idiomas{
	font-size:10px;
	margin-top:-4px;
	color:#999999;
	}
