/* CSS Document */
body {
	text-align: center;
}

#contenido{
	text-align: left;
	width: 420px;
	margin-top: 10px;
	background-color: #FFFFFF;	
	
}
#informacion{
	text-align: left;
	width: 415px;
	float:left;
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	background-color: #ca00ca;
	COLOR: #ffffff; FONT-FAMILY: verdana; FONT-SIZE: 16px;
}
#telefono{
	text-align: left;
	width: 415px;
	float:left;
	background-color: #dfdfdf;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8b8c64;
	COLOR: #8b8c64; FONT-FAMILY: arial; FONT-SIZE: 12px;
}
#horario{
	text-align: left;
	width: 415px;
	float:left;
	background-color: #dfdfdf;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	COLOR: #8b8c64; FONT-FAMILY: arial; FONT-SIZE: 12px;
}
#texto{
	text-align: left;
	float:left;
	width: 420px;
	margin-top: 15px;
	COLOR: #8b8c64; FONT-FAMILY: arial; FONT-SIZE: 12px;
	background-color: #FFFFFF;
}
