@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	background-color: #FFF;
}
#contenedor{
	margin:auto;
	width:1000px;
	height:auto;
	
}
#logo{
	width:327px;
	height:80px;
	padding-top:1px;
	background-color: #666666;
}
#menu{
	width:100%;
	border-radius:15px;
}
#opcion{
	width:20%;
	float:left;
	list-style-position:inside;
	color:#ffffff;
	background:#197A9E;
	padding:15px;
	text-align:center;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	box-sizing:border-box;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	-moz-transition:all 0.3s;
}
#opcion:hover{
	background:#000000;
}
.banner{
	width:100%;
	height:400px;
	background:#9B4243;

}
.titulo{
	width:100%;
	height:auto;
	padding:20px;
	box-sizing:border-box;
}
.informacion{
	width:100%;
	height:auto;
	padding:20px;
	box-sizing:border-box;
	text-align:justify;
}
.imagen{
	padding:20px;
	box-sizing:border-box;
}
footer{
	background:#9F1719;
	height:70px;
	text-align:center;
	padding:20px;
	box-sizing:border-box;


}

.container{
	background-color: #F1F1F1;
	padding: 20px;
	width: 800px;
	margin: auto;
}

.formulario{
	width: 400px;
	background-color: #FFF;
	padding: 20px;
	border: solid 1px #CCC;
	margin: auto;
}
#alert{
	width: 250px;
	padding: 5px;
	background-color: #000000;
	color: red;
	display: none;
}

.CentraTexto01 {
	text-align: center;
}
