/* CSS Document */
*{
padding:0;
margin:0;
}

body{
color:#FFF;
background-color:#000;
font-family:Arial, Helvetica, sans-serif;
}

a{
text-decoration:none;
color:#FFF;
}
a img{
border:0;
}

#principal{
margin:0 auto;
width:980px;
}

#header{
background-image:url(../images/cabecera.jpg);
background-repeat:no-repeat;
float:left;
width:980px;
height:84px;
}

#home a{
float:left;
width:156px;
height:30px;
margin-left:46px;
margin-top:20px;
	}

#header ul{
list-style:none;
float:right;
margin-top:36px;
margin-right:26px;
}

#header li{
display:inline;
font-size:12px;
}

#header a{
padding:0 8px 6px 8px;
}


#header a:hover, #header .selected a:hover, #contenedorFotos a:hover{
color:#0093d3;
}

#header .selected a{
color:#bcca0f;
background:url(../images/subrayado.jpg) bottom no-repeat;
}

#btnUp{
float:right;
font-size:10px;
width:125px;
padding-right:14px;
}

#contenedorFotos{
float:left;
margin-left:20px;
margin-top:100px;
}

#contenedorFotos a{
font-size:12px;
}

.foto{
float:left;
margin-left:14px;
width:293px;
margin-bottom:18px;
}

#footer{
float:right;
font-size:12px;
margin:30px 15px 0 0;
clear:both;
width:160px;
background:url(../images/x.gif) left center no-repeat;
}

#footer p{
	float:right;
padding:1px 4px 1px 4px;
background-color:#fff;
color:#000;
}

.clearer{
	float:left;
	width:100%;
}

/* SECCIÓN CONTACTO */
#leftColumn{
	margin-top:100px;
float:left;
font-size:.8em;
margin-left:200px;
	}
#leftColumn h1{
	color:	#15b9e9;
	font-size:1em;
}

#leftColumn a, #fullColumn a{
	color:#15b9e9;
	}
	
#leftColumn a:hover, #fullColumn a:hover{
	color:#bcca0f;
	}
	
#rightColumn{
	margin-top:100px;
float:left;
font-size:.8em;
margin-left:60px;
width:200px;
	}
#rightColumn textarea{
	height:90px;
	}
#rightColumn .campo{
	margin-bottom:10px;
	margin-top:4px;
	width:200px;	
	}
	
#rightColumn .envio{
margin-top:14px;
margin-bottom:20px; 
}
#fullColumn{
	font-size:.9em;
	width:100%;
	float:left;
	clear:left;
	margin-left:200px;
	margin-top:40px;
	
	}

#contenedorHome{
	float:left;
	width:100%;
	text-align:center;
	margin:80px 0;
	}