@charset "utf-8";
/* CSS Document */

*{
	margin-top:0px;
	padding:0px;}

body {
	font-family: "Arial Rounded MT Bold";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	background-color: #FF9900;
}
#contenedor {
	height: 1000px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	height: 150px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#encabezado {
	width: 900px;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	height: 30px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#contenido {
	height: 500px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#pie {
	background-color: #666666;
	height: 70px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#direccion {
	background-color: #FFF;
	float: left;
	height: 150px;
	width: 150px;
	font-size: 16px;
}
.titulo1 {
	font-family: "Arial Rounded MT Bold";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}

#logo {
	background-color: #FFF;
	float: left;
	height: 150px;
	width: 500px;
}
#telefonos {
	background-color: #FFF;
	float: left;
	height: 150px;
	width: 250px;
}
#imagenangelita {
	float: left;
	height: 250px;
	width: 640px;
}
#contenidoizq {
	float: left;
	height: 500px;
	width: 600px;
	background-color: #FFFFFF;
}
#contenedorderecho {
	float: left;
	height: 500px;
	width: 300px;
	background-color: #FFFFFF;
}
#textopie {
	height: 50px;
	width: 400px;
	margin-top: 10px;
	margin-right: 250px;
	margin-bottom: 10px;
	margin-left: 250px;
}


#hueco {
	float: left;
	height: 250px;
	width: 249px;
}
.txt {
	font-family: "Arial Rounded MT Bold";
	font-size: 16px;
	font-style: normal;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
}
