@charset "utf-8";

.contenedor {
	width:915px;
	height:525px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
/* CSS Document */

.cabeza{
	width:915px;
	height:163px;
	margin-top: 10px;
	background-image: url(imagenes/cabeza.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.ciudad {
	float:left;
	width:275px;
	height:235px;
	border: 1px solid #dae5ee;
	background-image: url(imagenes/fondo.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 15px;
	padding-top: 35px;
}
.ciudad2{
	float:left;
	width:275px;
	height:235px;
	border: 1px solid #dae5ee;
	background-image: url(imagenes/fondo.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 15px;
	padding-top: 35px;
	margin-right: 42px;
	margin-left: 42px;
}
.recordar{
	color: #6284a1;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.textblue{
	color: #05538d;
	font-size: 20px;
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 32px;
}
