* { /* Do the reset dance! */
	margin: 0;
	padding: 0;
}

/* ---------------------------------------------------------------------------- Tipografas y colores
*/
body {
	font: normal 75%/120% Georgia, "Times New Roman", Times, serif;
	color: #111;
	background: #FFF;
	text-align: center;
}

h2,
h3 {
	font-size: 1em;
	font-weight: normal;
}
h2 {
	float:left;
	display:inline;
	margin:29px 0 0 50px;
	line-height:1.3em;

}

address,
#descripcion {
	font-size: 1em;
}

address {
	float:right;
	display:inline;
	font-size:1em;
	line-height:1.3em;
	width:190px;
}
small {
	font-size: 0.73em;
}

address,
a {
	font-style: normal;
	color: #000;
	text-decoration: none;
}

a:hover,
a.activo {
	color: #777;
}

li {
	list-style:none;
}

sup {
	vertical-align: text-top;
}

.clear {
	float: none;
	clear: both;
	height: 1px;
	font-size: 1px;
}
/* ---------------------------------------------------------------------------- Elementos definidos globalmente
*/
#wrap {
	width: 950px;
	margin: 120px auto;
	text-align: left;
}
h1 a  {
	background: url(../img/laCuina.png) no-repeat 0 0;
	width: 558px;
	height: 142px;
	text-indent: -1000em;
	outline:none;
	float: left;
	display: inline;
}
	

#infoContacto {
	float: right;
	display: inline;
	width: 390px;
	margin: 82px 0 0 0;
	text-transform: lowercase;
}

.proyecto {
	padding: 55px 0 10px;
}
.titulo {
	width:100%;
	border-bottom:1px solid #000;
	padding-bottom:4px;
	margin-bottom:30px;
}
.proyecto h3 {
	display: inline;
	font-size:1.7em;
	margin-right:5px;
}
.proyecto p {
	display: inline;
	font-size:1.2em;
}

.proyecto img {
	display: block;
	margin: 10px 0 40px;
}

.tornar {
	height:17px;
	width:17px;
	float:right;
	display:inline;
	clear:both;
	margin-top:50px;
	
	
}

.tornar a {
	background: url(../img/tornar.png) no-repeat;
	height:17px;
	text-indent:-100000px;
	cursor:pointer;
	display:block;
}

ul#menu {	
	margin-top:40px;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	padding:8px 0;
	width:100%;
}

ul#menu li{
	float:left;
	display:inline;
	margin-right:12px;
	font-size:1.7em;
	color: #777;
}


ul#menu li.clients {
	margin-left:520px;
}

ul#menu.portfolio li.clients {
	margin-left:204px;
}


ul#menu li.links {
	margin-left:80px;
}

ul#menu ul.submenu {
	font-size:0.7em;
	float:left;
	display:inline;
	margin-top:2px;
}
.listaLinks,
.listaClientes {
    float: left;
	display: inline;
	width: 435px;
	margin:50px 10px 0 0;
	line-height:1.3em;
}