* {
	margin: 0;
	padding: 0;
	border: 0;
}
html{
	height:100%;
}
	
body  {
	margin: 0px auto; 
	font-size: 0.8em;
	line-height: 1.5em; /*en IE/ quitar*/
	height: 100%;
	background-image: url("../images/centro5.png");
	background-repeat: repeat-x;
	background-position: center 160px;
	background-attachment: fixed;
}

#contenedor	{

	margin: 0 auto; /*con este valor quedará centrado,
						 no hace falta repetir otra vez 0 
						 auto porque ahora mismo el 0 se refire
						 a arriba y abajo, y el auto a los lados*/
	height:auto;		
	min-height: 100%;
	width:980px;
	overflow: hidden;
	padding-bottom: 500px; 

}


#cabecera{
	background: url(../images/cab6.png) no-repeat right;
	margin-left: 0px;
	height: 160px;
	position: fixed;
	width: 980px; 
 	z-index: 3; 
}
	
#cabecera img{
	float:left;
}

acronym {
	cursor: help;
	font-style: oblique;
	border-bottom: 1px dotted;
}
	
#izquierda{
	width: 530px;
	float: left;
	position: fixed;
	top:200px;
	background: url(../images/texto.png) no-repeat top right;
	min-height: 292px;
	padding-bottom: 50px;
	
}


.texto1{
	color: #F8F0DE;
	text-decoration: none;
	list-style: none;
	font-family: "Lucida Sans", Arial, Verdana, Tahoma;
}

.encab_texto{
	font-size: 1.3em;
	padding-bottom: 2px;
	padding-top: 4px;
	margin-top: 8px;
	font-weight: lighter;
	background: url(../images/puntero.png) no-repeat left;
	letter-spacing: 0.1em;
	padding-left: 23px;
}

.texto1 li p{
	font-size:0.9em;
	font-weight: lighter;
	width: 445px;
	padding-left:20px;
	text-indent: 5px;
	line-height: 1.4em;
}


#menu_cab{
	position:relative;
	width:100px;
	/*height: 84px;*/
	left:400px;
	margin-top: 516px;
}

#nav{
	WIDTH: 53px; 
	POSITION: relative; 
	HEIGHT: 42px;
}

#nav li {
	DISPLAY: block; 
	BACKGROUND: url(../images/link1.png) no-repeat 0px -42px; 
	WIDTH: 53px; 
	LIST-STYLE-TYPE: none; 
	POSITION: absolute; 
	HEIGHT: 42px;
	text-align:center;
}

#nav a {
	DISPLAY: block;
	WIDTH: 53px;
	HEIGHT: 42px;
	color: #F5E8D1;
	font-size: 1.2em;
	font-weight: bolder;
	text-decoration: none;
}

#nav a:hover {
	BACKGROUND: url(../images/link1.png) no-repeat 0px 0px;  
	color: #E18804;
	background-color: transparent;
}

#nav #blog {
	LEFT: 0px;
	z-index: 2;
}

#nav #cv {
	LEFT: 55px;
	z-index: 1;
}

#nav li a span{
	padding-top:15px;
	display: block;
}


#menu_enlacesvarios{
	color: #CC6600;
}

#menu_enlacesvarios ul{
	list-style: none;
}

#menu_enlacesvarios ul li{
	display:inline;
	margin-right:10px;
}

#menu_enlacesvarios a{
	text-decoration: none;
	color: #CC6600;
}

#menu_enlacesvarios a:hover{
	text-decoration: none;
	text-decoration: underline;
	color: #CC6600;
}
/*-------------------------------------------------derecha*/

#derecha{
		width:440px;
		float:right;
		margin-top:160px;
		
}
	
.galeria{
	width: 440px;
	padding-bottom:50px;
	list-style: none;
	
}

.galeria li{
	padding-top: 10px;
	height:388px;
	margin-bottom:10px;
	text-align: center;
	position: relative;
	
}
		
.galeria li .imggaleria{
	height: 125px; 
	text-align: center;
	border: solid 8px;
	border-color: White;
		
}

	
.tecnologia{
	background: url(../images/puntero.png) no-repeat left;
	padding-left: 25px;
	margin-bottom: 5px;

}	


	
.galeria li p{
	height: 105px; 
	text-align: left;
	color: #F8F0DE;
	font-size: 0.8em;
	font-family: Arial, Verdana, Tahoma;
	line-height: 1.3em;
	text-indent: 5px;
	
}

.galeria li p .visitala{
	margin-top: 5px;
	font-size:1.3em;
	background: url(../images/puntero.png) no-repeat left;
	padding-left: 25px;
}

.visitala a{
	font-weight: bolder;
	background-color: #F5E8D1;
	color: #CC6600;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

.visitala a:hover{
	font-weight: bolder;
	background-color: transparent;
	color: White;
	text-decoration: underline;
	
}

.detalle{
	background: url(../images/detalle.png) no-repeat top right;
	height:71px;
	width: 73px;
	position: absolute;
	top:150px;
	display: block;
	z-index: 2;
	left:350px;
}

.galeria li span{
	text-align: left;
	color: #F8F0DE;
	font-size: 0.9em;
	font-family: Arial, Verdana, Tahoma;
	display: block;
}

		
.navup{
	background: url(../images/up.png) no-repeat top center;
	height:45px;
	width:400px;
	display: block;
	outline: none;
	cursor: pointer;

}

.lastworks{
	background: url(../images/lastworks.png) no-repeat top center;
	height:45px;
	width:400px;
	display: block;
}
	
.navdown{
	background: url(../images/down.png) no-repeat bottom center;
	height:45px;
	width:400px;
	display: block;
	margin-top:10px;
	outline: none;
	cursor: pointer;
}


#pie{
	width: auto;
	background: url(../images/cab7.png) repeat;
	height: 1000px;
	width: 450px;
	position: fixed;
	margin-left:550px;
	margin-top:558px;
	z-index: 10;
	
}


br {
	clear: both;
}



