*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	background-image: url(../images/cloud2.JPG);
	background-repeat: repeat;
}
a img { 
	border: none;
}

a:link {
	color: #414958;
	text-decoration: none; 
}
a:visited {
	color: #4E5869;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding: 18px;
}
/* ----------- CONTENEDOR -------------- */
.container{
	width: 1200px;
	margin: 0 auto;
	


}
.header{
	margin-top: 50px;
	width: 100%;

	display: flex;
	justify-content: space-between;
	
}
.content{
	width: 1200px;
	margin: auto;
}
.slidershow{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
#centri {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	min-width: 780px;
	margin: 0 auto;
	z-index: 91;
	
}



/* ~~ El pie de página ~~ */
.footer {
	text-align: center;
	margin: 0 auto;
	padding: 10px;
}

/* ------------------------------ */


.trans{
width:100%;
background-color:#FFFFFF;
padding-top: 20px;
padding-bottom: 20px;
z-index:1;
opacity: .8;
filter: alpha(opacity=80);

}
.Estilo19 {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
}

.bordesolido2 {    
    border-color:#999999;
    border-width: 1px;
    border-style: solid;
	background-color:#FFF;
}
.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}
.menu-boton-inicio{
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 10px;
	border-bottom: 10px solid #4CAF50;
}
.menu-boton-somos{
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 10px;
	border-bottom: 10px solid #ef562d;
}
.menu-boton-previa{
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 10px;
	border-bottom: 10px solid #d13076;
}
.menu-boton-preguntas{
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 10px;
	border-bottom: 10px solid #045FB4;
}
.telefono{
	font-weight: bold;
}
.text-1{
	font-size: 12px;
	font-weight: bold;
}

.marco-somos{
	background: #ef562d;
	color: #fff;
	border: 1px solid #ef562d;
	

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
justify-content:space-between;
	
	

}
.banner-somos{
	width: 350px;
	display: inline-block;

}
.texto-somos{
   width: 800px;
}
.logo-aeafa{
	padding: 10px;
}
.marco-informacion{
	background: #d13076;
	color: #fff;
	display: flex;
	flex-direction:column;
	border: 1px solid #d13076;
}
.text-informacion{
	display: flex;
	justify-content: space-between;
}
.text-info1{
	width: 50%;
}
.text-info2{
	width: 50%;
}
#rotator
{

	overflow: hidden;
	margin: auto;
	width: 350px; /*Aquí puedes editar*/
	height: 495px;/*estos valores para cambiar el tamaño pero recuerda cambairlos abajo también*/
}

#rotator img
{
	border: 0;
	width: 350px;
	height: 495px;
}

	#rotator2
{
	background: #000;
	overflow: hidden;
	margin: auto;
	
	width: 100%; /*Aquí puedes editar*/
	height:280px;
}

#rotator2 img
{
	border: 0;
	width: 100%;
	height:280px;
}

.Estilo191 {	
	font-size: 36px;
	font-weight: bold;
}
.fondo-rosa{
	padding: 10px;
	
	color: #fff;
}
.Estilo9{
	width: 50%;
	text-align: center;
	padding: 8px;
	background: #DF01D7;
}
.Estilo9 a{
	color: #fff;
}
.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
	margin: 20px;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
	cursor: pointer;
}
.button a{
	color: #fff;
}
.marco-preguntas{
	background: #045FB4;
	color: #fff;
	border: 1px solid #045FB4;
}
.text-preguntas{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.text-preguntas2{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.fondo-blanco{
	background: #fff;
	color: #333;
	
}
.marco-aviso-legal{
	border: 1px solid #4CAF50;
	background: #fff;
}
.marco-contacto{
	border: 1px solid #4CAF50;
	background: #fff;
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.elemento1{
	
}
.elemento2{
	background: #4CAF50;
	color: #fff;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
