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

*,body{margin:0;}

body{background: #0082cd;}

#wrapper{width:960px; margin:0 auto; background:#FFF;} 

/* ENCABEZADO */
#encabezado
{
    width:940px; 
    height:120px; 
    margin:0 0 0 10px; 
    z-index: 999;
    background:url(../imagenes/Encabezado-header.jpg);
    background-size: 100%;
    display: flex;
    align-items: center;        /* Centra verticalmente el contenido */
    padding: 0 20px;            /* Espacio interior opcional */
    box-sizing: border-box;
}

/* Todas las columnas comparten esta clase */
.banner__col {
  display: flex;
  align-items: center;
}

/* Columna 1: ancho automático ajustado al logo */
.banner__logo {
  flex: 0 0 auto;             /* no crece ni encoge */
  margin-right: 0px;
}

/* Columna 2: ocupa todo el espacio restante */
.banner__horario {
  flex: 1;                     /* crece para llenar */
  justify-content: center;     /* centra horizontalmente la imagen */
}

/* Columna 3: ancho automático y apila en columna */
.banner__contactos {
  flex: 0 0 auto;
  flex-direction: column;      /* apila verticalmente los contactos */
  justify-content: space-between;
  height: 80px;                /* ajusta a gusto para separarlas */
  margin-left: 20px;
}

/* Cada fila de icono + texto */
.contacto {
  display: flex;
  align-items: center;
}

.contacto img {
  display: block;
  width: 24px;                 /* tamaño de icono */
  height: 24px;
  margin-right: 8px;
}

.telefono-texto {
    color:#FFF; 
    font-family: Calibri, Arial, Helvetica, sans-serif;
    text-align:justify;
    font-size: 18px;
    font-weight:bold;
}
/* ENCABEZADO */

#barramenu{width:940px; height:0px; float:left; margin:0px 0 0 10px;} 


/*
#pieslogan{width:940px; height:42px; float:left; margin:0 0 0 10px;}
*/

#piefondo
{
    width:940px;
    height:334px; 
    float:left;
    margin:0 0 0 10px; 
    background:url(../imagenes/pie-fondo-2.jpg);}

#piecontenedor
{
    width:800px; 
    height:200px; 
    float:left;
     margin:5px 0 0 100px;
}
    
.interiores{
	width:125px;
	/*height:165px;*/
    height:165px;
	padding:0 0 0 5px;
	margin:10px 0 5px 20px;
	float:left;
	text-align: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
	}

    .interiores h3 {
        font-weight:bold; 
        margin-bottom:5px;
        color:azure;
    }

    .interiores h4 {
        color:#00CCFF;
        font-size:10pt;
        margin-bottom:5px;
    }

/*p{font-size:15px;}
p1{font-size:14px;}*/

a
{
    color:#00CCFF; 
    text-decoration:none;
}
a:hover
{
    text-decoration:underline; 
    color:#00CCFF;
}


#limpiar{clear:both;}

#piefinal{
    width:940px; 
    height:30px; 
    float:left;
    margin:0 0 0 10px; 
    background:#0189BB;
    font-family:Calibri;
    color:white;
    font-size:small;
    font-weight:bold;
    text-align:center;
}

#ContainerContacto
{
width: 940px;
height:800px;
margin: 0 auto;
background-image:url("../imagenes/contactofondo.jpg");
background-repeat:repeat-y !important;
}

.divTitulo{
	text-align:center;
	height:50px;
}
.divTitulo h1{
	color:white;
	margin:0 auto;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif
}

.form-control-txt {
	display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	margin-right:10px;
	
}

.mr-10{
	margin-right:10px;
}
.m-20{
	margin:20px;
}
.p-20{
	padding:20px;
}
.pr-20 {
	padding-right:40px;
}

.form-control-lbl {
	color: white;
	font-size:16px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif
}

.space-top {
	margin-top:20px !important;

}

.required{
	color:#981619;
	font-weight:bold;
	font-size:16px;
}

.contenedor {
	padding:40px;
}

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}
.btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    background-image: none;
    border-color: #01549b;
}
.btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
	cursor:pointer;
}
	
.has-danger {

	background-color:#DDB9B9;
}

.alert {
    position: relative;
    padding: 1.25rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

