﻿/* ESTILOS CSS */

/* CONTENEDORES PRINCIPALES */
#contenedor1 {
	width:100%;
	height:76px;
}

#contenedor2 {
	width:100%;
	margin: 0 auto 0 auto;
	text-align: center;
	color:#9D867B;
	text-decoration: none;
	font-size: 18px;

	}

#contenedor3 {
	width:100%;
	height: 20px;
	margin: 0 auto 0 auto;
	text-align: center;
	color: #FFFFFF;
	background-color:#9B3890;
	margin: 0 auto 0 auto;
}


/* FIN CONTENEDORES PRINCIPALES */





h1 {
	color: #9B3890;
	text-decoration: none;

		}

a {
	border:0px;
	color:#9D867B;
	text-decoration: none;
	}


