body {
	margin:0;
	padding:0;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
}

html, body {
	height: 100%;
}

*{
 margin: 0;
 padding: 0;
}

#lineaIzq{
	width: 12px;
	background: #000000;
	height: 100%;
	float: left;
}

#pagina{
    float: left;
    margin: 50px 0 0 -12px;
    width: 100%;
}

#logotipo{
	width: 14%;
	height: 150px;
	display: block;
	float: left;
	margin: 0 0 0 60px;
	padding: 15px 0 0 15px;
	background: url(../imgPublic/icono_mas.gif) top left no-repeat;
}

#fotoPortada {
	width: 525px;
	height: 300px;
	float: right;
	padding: 15px 0 0 0;
	margin: 0 50px 0 0;
}

#menuPortada {
	width: 165px;
	height: 90px;
	margin: 330px 15px 0 0; /*Altura de fotoPortada + padding-topX2 de fotoPortada*/
	padding: 8px 15px 0 0;
	background: #33ddcc;
	float:right;
	background: url(../imgPublic/icono_mas.gif) top right no-repeat;
}

#contenido {
	width: 68%;
    margin: 0 0 45px 60px; /*Altura de fotoPortada + padding-topX2 de fotoPortada*/
    padding: 8px 0 0 15px;
    background: #33ddcc;
    float:left;
    background: url(../imgPublic/icono_mas.gif) top left no-repeat;
}

#contenido .galeria{
	margin: 8px 0 30px 0;
}

#contacto {
	position: absolute;
	left: 60px;
	bottom: 20px;
	background: #CC99dd;
	width: 150px;
	padding: 10px 0 0 15px;
    background: url(../imgPublic/icono_mas.gif) top left no-repeat;
}

#estudio {
    position: absolute;
    left: 60px;
    bottom: 140px;
    background: #CC99dd;
    width: 150px;
    padding: 10px 0 0 15px;
    background: url(../imgPublic/icono_mas.gif) top left no-repeat;
}

#links {
    position: absolute;
    left: 60px;
    bottom: 85px;
    background: #CC99dd;
    width: 150px;
    padding: 10px 0 0 15px;
    background: url(../imgPublic/icono_mas.gif) top left no-repeat;
}
