/* CSS Document */
#contenedor{
	border-right: 1px solid #D19012;
	border-left: 1px solid #D19012;
	border-bottom: 1px solid #D19012;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
 	}
#cabecera{
	width:700px;
	background-color:#D19012;
	}
#botones{
	width:700px;
	font:"GoudyOlSt BT";
	font-size:12px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-color:#D19012;
	margin-top:0px;
	
	}

#contenido2{
height:450px;
width:700px;
background-image:url(images/fondo.jpg);
background-repeat:no-repeat;
background-position:top center;
text-align:center;
margin-top:0px;

	}
#contenido3{
height:450px;
width:700px;
text-align:center;
margin-top:0px;
margin-bottom:auto;



}
#contenido4{
height:450px;
width:700px;
background-image:url(images/comedores/SKMBTclaro.jpg);
background-repeat:no-repeat;
background-position:top center;
text-align:center;
margin-top:0px;
margin-bottom:0px;


}
#contenido5{
height:450px;
width:700px;
background-image:url(images/complementos/complementosclaro.jpg);
background-repeat:no-repeat;
background-position:top center;
text-align:center;
margin-top:0px;
margin-bottom:0px;


}
#contenido6{
height:450px;
width:700px;
background-image:url(images/dormitorios/IMG_1720claro.jpg);
background-repeat:no-repeat;
background-position:top center;
text-align:center;
margin-top:0px;
margin-bottom:0px;


}
BODY{
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#CAD4FF;
	}
a:link{
	color:#FFFFFF;
	text-decoration:none;
	}
a:visited{
	color:#FFFFFF;
	text-decoration:none;
	}
	
a:vlink{
	color:#FFFFFF;
	text-decoration:none;
	}
a:active{
	color:#FFFFFF;
	text-decoration:none;
}
a:hover{
color:#C8C8C8;
text-decoration:underline;
}
#pie{
background-color:#D19012;
clear:both;
margin-top:0px;}

