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

/* CSS Document */


/* Web Torre Tavira - CAMARA OSCURA

   Autor:  Chelo Fernández
   
   Versión: 1.0
   
   URL del sitio: http://www.torretavira.com  */
   
   
   
/***********************************************************************************************************/


body  {

	width:950px;
	background-color:#000000;
	background-image:url(images/foto_fondo.jpg);
	background-repeat:no-repeat;
	background-position:0px 230px;
	font-family:Arial, Optima, sans-serif;
	font-size:15px;
	color: #000000;
	margin:auto;
	
	}
	
a {text-decoration:none;}

a:hover {color:#111111; text-decoration:none;}
	
	
h1 { font-size: 30px; margin-top:0px; margin-bottom:15px; color:#434343; }

h2 { font-size: 32px; margin-top:15px; margin-bottom:5px; color:#ffffff; text-align:left; margin-left:20px; margin-right:5px; }

h3 { font-size: 18px; color:#ffffff; text-align:left; margin-left:20px; margin-right:5px;}

h3 a {color:#ffffff; text-decoration:none;}
h3 a:hover { color:#262626; text-decoration:none; }

#wrapper {
	padding-left: 0px;
	padding-top: 0px; }
	
	
/****************************   HOME   ************************************/


#content {
	width: 950px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color:transparent;
	}

#cabecera {
	width:950px;
	float:left;
	background-color:#000000;
}

#logo {
	width:670px;
	float:left;
	}

#contacto {

	width:260px;
	z-index:3;
	float:right;
	margin-right: 18px;
	text-align:right;
	margin-top:35px;
	}
	
#contacto a {
	
	color:#808080;
	}

#contacto a:hover {
	color:#ffffff;
	}
	


#social {
	width:950px;
	height:46px;
	margin-top:350px;
	float:left;
	}
	
#blog {
	width:101px;
	height:46px;
	float:left;
	margin-right:10px;
}

#facebook {
	width:85px;
	height:33px;
	float:right;
	text-align:right;
	margin-top:13px;
	margin-right:10px;
}

#twitter {
	width:30px;
	height:36px;
	background-color:#000000;
	float:right;
	text-align:right;
	margin-top:10px;
	outline:none;
	text-decoration:none;

}

#twitter a {
	outline:none;
	text-decoration:none;
}

#twitter a:hover {
	outline:none;
}


	
#pie {
	width:950px;
	height:50px;
	float:left;
	background-color:#000000;
	color:#808080;
	font-size:13px;
	line-height:20px;
	text-align:center;
	margin-top:0px;
	
}

#pie a {
	color:#ffffff;
	}
	
#pie a:hover {
	color:#808080;
	}

