#contenedor {
	margin: 0 auto;
	width: 920px;
	height: 550px;
	background-color:#FFFFFF;
}


#contenidos01 {
	float:left;
	text-align:left;
	width: 792px;
	margin: 0;
	padding: 0;
}

#polaroid {	
	float:left;
	width: 345px;
	height: 335px;
}

#bienvenida {
	float:right;
	width: 445px;
	height: 335px;
}

/* GALERIA ///////////////////////////////////////////// */
#fotos {
	float:left;
	width: 445px;
	height: 203px;
}

#fotos p {
float:left;
font-size:12px;
color:#2754AA;
width: 140px;
height: 203px;
text-align: left;
border-right: 1px solid #A9BBDD;
margin: 0 0 0 5px;

}

#fotos strong {
	font-size:16px;
	margin-bottom:5px;

}

#fotos a, #fotos a:visited {
display:block; 
text-align:left; 
text-decoration:none; 
width:130px; 
height:100px; 
color:#000; 
margin-bottom: 10px;

}
#fotos a img {
width:130px; height:100px;
border:0; margin: 5px 5px 10px 5px;
}

#fotos a {
width:140px;
height:100px;
}
#fotos a:hover {
position:relative;
}
#fotos a:hover img {
width:320px; height:245px;
position:absolute;
left:-50px; top:-50px;
border:0;
padding:5px;
background:#fff;
}
.hide {
	display: none;
}



/* fin GALERIA ///////////////////////////////////////////// */

#mensaje {
	float:left;
	width: 445px;
	height: 132px;
	background-image:url(../imagenes/fondo-mensaje.jpg);
	background-repeat:no-repeat;
}

#mensaje p {
	padding: 8px 12px 0 12px;
	color:#4A7AC8;
}

#mensaje a {
	color:#4A7AC8;
	text-decoration:underline;
}

#mensaje a:hover {
	color:#4A7AC8;
	text-decoration:none;
}

#pie {
	clear:both;
	width: 792px;
	height: 37px;
	background-image:url(../imagenes/fondo-pie.jpg);

}

#pie p {
	padding: 8px 0 0 10px;
	font-size: 11px;
	
}

#contenidos02 {
	float:right;
	width: 127px;
	height: 375px;
	background-image:url(../imagenes/fondo-contacto.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

#contenidos02 p {
	padding-top: bottom;
	text-align: left;
	font-size:11px;
	padding-top: 5px;
	margin-left: 12px;
}

#contenidos02 a {
	font-size:10px;
}


#altura {


}

