/*PORTFOLIO DE HORACIO TORRENT / DISEÑADOR WEB / DIRECTOR CREATIVO */
/*hola@horaciotorrent.com / Móvil: +54 341 3 807090 / Rosario / Santa Fe / Argentina*/
/*Css y Xhtml programado y dise&ntilde;ado por Horacio Torrent */

html{
	height: 100%;
}
body {
 background-image: url(../img/bg.jpg);
 background-position: center;
 background-repeat: repeat;
 margin: 0 auto;
 font-family: "Lucida Sans" ,Arial, Helvetica, sans-serif;
 font-size: 10px;
 height: 100%;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 24px;
}
.texto {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px 0;
	color: #fff;
	font-weight: bold;
}

#holder {
	width: 950px;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -54px auto; /* el margen inferior es el valor del pie en negativo */
	background-image: url(../img/bg_holder.png);
	background-repeat: no-repeat;
	z-index: -10;
}
#logo {
	background-image: url(../img/logo.png);
	width: 302px;
	height: 176px;
	display: block;
	text-indent: -9999px;
}
#logo h1 a {
	width: 302px;
	height: 176px;
	display: block;
}
#nav {
	margin: 25px 0 0 0;
	padding: 0;
	clear: both;
	z-index: 10;
}
#nav ul {
	width: 725px;
	height: 40px;
	display: block;
	border-bottom: 1px solid #000;
}
#nav li {	
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 8px 0 0;
	float: left;
	display: block;
}
#nav li a {	
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	text-indent: -9999px;
}
#nav .inic a {
	width: 69px;
	height: 26px;
	background: url(../img/bo_inicio.png) no-repeat;
	display: block;
}
#nav .serv a {
	width: 80px;
	height: 26px;
	background: url(../img/bo_servicios.png) no-repeat;
	display: block;
}
#nav .tech a {
	width: 67px;
	height: 26px;
	background: url(../img/bo_techos.png) no-repeat;
	display: block;
}
#nav .piso a {
	width: 128px;
	height: 26px;
	background: url(../img/bo_pisos_y_escaleras.png) no-repeat;
	display: block;
}
#nav .reve a {
	width: 116px;
	height: 26px;
	background: url(../img/bo_revestimientos.png) no-repeat;
	display: block;
}
#nav .foto a {
	width: 122px;
	height: 26px;
	background: url(../img/bo_galeria_de_fotos.png) no-repeat;
	display: block;
}
#nav .cont a {
	width: 79px;
	height: 26px;
	background: url(../img/bo_contacto.png) no-repeat;
	display: block;
}
#nav .inic a:hover,
#nav .serv a:hover,
#nav .tech a:hover,
#nav .piso a:hover,
#nav .reve a:hover,
#nav .foto a:hover,
#nav .cont a:hover {
	background-position: 0 -26px;
}

body#inicio #nav .inic a,
body#servicios #nav .serv a,
body#techos #nav .tech a,
body#pisos-y-escaleras #nav .piso a,
body#revestimientos #nav .reve a,
body#galeria #nav .foto a,
body#contacto #nav .cont a {
	background-position: 0 -52px;
}
#content {	
	width: 725px;
	float: left;
	border-bottom: 1px solid #000;
	padding: 20px 0;
	margin: 0 25px 20px 0;
}
#bienvenida {
	font-size: 32px;
	display: block;
}
#content #col-1 {
	width: 390px;
	float: left;
	margin: 0 25px 0 0;
}
#content #col-2 {
	width: 310px;
	float: left;
}
#content #fotos {
	margin: 10px 0 0 0;
}
#content p {
	padding: 5px 0 0 0;
	font-weight: bold;
}
#fotos img {
	padding: 2px;
	border: 1px solid #000;
	margin: 0 10px 6px 0;
}
#right {
	width: 200px;
	float: left;
	margin: 40px 0 0 0;
}
#right .nombre {
	width: 140px;
	height: 31px;
	background-image: url(../img/ico_nombre.png);
	background-repeat: no-repeat;
	padding: 0 0 0 35px;
}
#right .telefono {
	width: 130px;
	height: 31px;
	background-image: url(../img/ico_telefono.png);
	background-repeat: no-repeat;
	padding: 0 0 0 35px;
}
#right .nombre span {
	font-size: 20px;
	padding: 3px 0 0 0;
}
#right .telefono span {
	font-size: 18px;
}
.push {
	height: 54px;
	clear: both;
}
#footer {
	width: 925px;
	height:54px;
	line-height: 54px;
	margin: 0 auto;
	background-image: url(../img/bg_footer.png);
	background-repeat: repeat;
	padding: 0 0 0 25px;
	clear: both;
}
#footer .copy {
	float: left; 
	line-height: 54px;
	color: #fff;
}
#footer .firma {
	width: 20px;
	height: 20px;
	background-image: url(../img/firma_horaciotorrent.png);
	background-repeat: no-repeat;
	float: right; 
	text-indent: -9999px;
	margin: 20px;
}
#footer .firma a {
	width: 20px;
	height: 20px;
	display: block;
}
	