@import url('https://fonts.googleapis.com/css?family=Open+Sans');

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

body {
	font-family: "Open sans";
	font-size:14px;
	margin:0px;
	border-top:4px;
}

.images {
	border:0px;
}

#contenedor {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
}

#base_header	{
	position: relative;
	width: 100%;
	background-color: #f4f4f4;
	padding-bottom: 30px;
}

#botonera {
	width: 100%;
    height: 35px;
    text-align: center;
}

#contenido{
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	height: auto;
}


#div_logo_titulo {
	height:142px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	width:900px;
}

#logo {
  height: 109px;
  float: left;
  margin-top: 17px;
}

#logo img {
	width: 100%;
	max-width: 387px;
}

#titulo {
	width:387px;
	height:auto;
	float:right;
	margin-right: 0px;
	margin-top:35px;
}

#subtitulo {
	width: 290px;
	height:auto;
	float:right;
}

.titulo {
	color: #404040;
	font-size:2.2em;
	font-weight:bold;
}

.subtitulo {
	color: #9e1a41;
	font-size: 0.6em;
	font-weight:bold;
}

.txt_blanco {
	color: #ffffff;
	font-size:.2em;
}

/* BOTONES MENU */

.boton_menu	{
	display: inline-block;

}

.boton_menu a{
    height:35px;
    width:auto;
    display: block;
    text-decoration: none;
		text-align:center;
    padding-top:7px;
		padding-left:7px;
		color:#ffffff;
}

.boton_menu a:hover{
  background-image:url(images/BGboton2.png);
	color:#9e1a41;
}

.boton_menu a:focus{
  background-image:url(images/BGboton1.png);
}

.texto_boton_menu {
	font-size:1.1em;
	cursor: pointer;
}


/* FIN BOTONES MENU */


#titulo_seccion{
	width:600px;
	height:auto;
	float:left;
	margin-top:15px;
	text-align:left;
	font-size:1.6em;
}

.titulo_seccion {
	color: #9e1a41;
	font-size:1.4em;
	font-weight:bold;
}

.title-section {
	margin-top:15px;
	font-size: 1.6em;
	color: #9e1a41;
	font-weight: bold;
}

#div_home_left {
	float:left;
	margin-bottom:25px;
	margin-right:50px;
	margin-top:30px;
	width:577px;
	height:auto;
}

#div_center {
	float:left;
	margin-bottom:25px;
	margin-top:30px;
	width:850px;
	height:auto;
}

#div_home_right {
	float: left;
	margin-bottom:25px;
	margin-top:30px;
	width:273px;
	height:auto;
}

.texto_general {
	color: #404040;
	font-size:1.2em;
	text-align:justify;
}

.texto_general2 {
	color: #9e1a41;
	font-size:1.1em;
	text-align:justify;
}

#base_footer	{
	background: #ececec;
    padding: 0 0 30px;
	float:left;
	width:100%;
}

#div_banners_footer{
	height:228px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	width:900px;
}

#banner1 {
	background-image: url(images/bannerContacto.png);
	width:277px;
	height:228px;
	float:left;
	margin-right:33px;
}

#banner2 {
	background-image: url(images/bannerPlantel.png);
	width:277px;
	height:228px;
	float:left;
	margin-right:33px;
}

#banner3 {
	background-image: url(images/bannerRedes.png);
	width:277px;
	height:228px;
	float:left;
}

#texto1_banners_footer{
	height:75px;
	margin-left:13px;
	margin-top:90px;
	width:240px;
}

.texto1_banners {
	color: #9e1a41;
	font-size:1.2em;
	text-align:left;
}

#texto2_banners_footer{
	height:20px;
	margin-left:13px;
	margin-top:30px;
	width:235px;
}

.texto2_banners {
	color: #404040;
	font-size:0.93em;
}

	.texto2_banners a {
	color: #404040;
	text-decoration:none;
	cursor: pointer;
	}

	.texto2_banners a:hover {
	color: #9e1a41;
	text-decoration:underline;
	}

.base_boton_right {
	background-image:url(images/bg_boton_right.jpg);
	background-repeat:repeat-x;
	text-align:left;
	height:30px;
	width:273px;
	float: left;
}

/* Acordeon */

/*.container {
	width: 90%;
	margin-left:-6px;
}*/

h1a {
	font: 4em normal Arial, Helvetica, sans-serif;
	text-align:center;
	padding: 0px 0;
	color: #aaa;
}
h1a span { color: #666; }
h1a small{
	font: 0.3em normal Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 1.5em;
	display: block;
	color: #666;
}

h2.trigger {
	text-align:left;
	padding-left:33px;
	margin-left:10px;
	margin-top:-15px;
	background: url(images/h2_trigger_a.png) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 95%;
	font-size: 1em;
	color:#404040;
	font-weight: normal;
	float: left;
	cursor:pointer;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover {
	color: #dfdfdf;
}
h2.active {background-position: left bottom;}

.toggle_container {
	background-color:#F0F0F0;
	margin-left:21px;
	margin-top:-20px;
	margin-bottom:25px;
	overflow: hidden;
	padding:20px;
	width:100%;
	position: relative;
	float: left;
}

.toggle_container .block {
	padding: 0px;
	background-color:#000000;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 0px 0;
}
.toggle_container h3 {

	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.toggle_container img {
	float: none;
	margin: 0px 0px 0px 0;
	border: 0px solid #ccc;
}

/* Fin Acordeon */

.text-gold {
	font-weight: bold;
    font-size: 3em;
    background: -webkit-linear-gradient(#d3c148, #fff249, #e9d759);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#wowslider-container1 {
   border: none !important;
}

#div_menu{margin-bottom: 25px;}

.gold_img{margin-right: -78px;}

.slogan{text-align: right;}

.navbar-default {
  background-color: #9e1940;
  border-color: #e7e7e7;
  border-radius: 0;
}

.navbar-default .navbar-nav>li>a {
  color: #FFFFFF;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #f3ea87;
}

@media only screen and (max-width: 768px) {
	.gold_img {
    margin-right: 0;
	}
}

.alert-fervic {
	text-align: center;
  font-weight: bold;
  background: transparent;
  border: 7px solid #095175;
  color: #000000;
}

.navbar-nav>.open>a {
  color: #f3ea87 !important;
  background-color: transparent !important;
}

.navbar-nav>.open>a:hover {
  color: #f3ea87 !important;
  background-color: transparent !important;
}

.dropdown-menu {
	background-color: #9e1a40;
	border: none;
}

.dropdown-menu>li>a {
	color: #FFFFFF;
}

.dropdown-menu>li>a:hover {
  color: #9e1b40;
  background-color: #f5ef95;
}
