body {
	margin: 0px;
}
@font-face {
font-family:juan;
src:url(font/juan.ttf);
}
@font-face {
font-family:juan1;
src:url(font/juan.eot);
}
@font-face {
font-family:jornal;
src:url(font/jornal.ttf);
}
@font-face {
font-family:jornal1;
src:url(font/jornal.eot);
}
@font-face {
font-family:romance;
src:url(font/romance.ttf);
}
@font-face {
font-family:romance1;
src:url(font/romance.eot);
}
 /* el menú en si mismo */
  .mi-menu  {
	border-radius: 5px;
	list-style-type: none; /* si queremos centrarlo */
	padding: 0;
	/* la altura y su ancho dependerán de los textos */
    height: 40px;
	width: 580px;
	/* el color de fondo */
    padding-top:15px;
	padding-left:20px;
	margin-top: 0;
	margin-bottom: 0;
	z-index: 2;
	position: absolute;
  }

  /* si es necesario, evitamos que Blogger de problemas con los saltos de línea cuando escribimos el HTML */
  .mi-menu  br { display:none; }

  /* cada item del menu */
  .mi-menu  li {
	display: block;
	float: left; /* la lista se ve horizontal */
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
  }
  .mi-menu li a {
	color: #FFF;
	display: block;
	font-family: juan, juan1;
	font-size: 15px;
	line-height: 28px;
	text-decoration: none;


    /* animamos el cambio de color de los textos */
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
	z-index: 0;
  }
  /* eliminamos los bordes del primer y el último */
  .mi-menu li:first-child a {
	border-left: none;
}
  .mi-menu li:last-child a{ border-right: none; }
  /* efecto hover cambia el color */
  .mi-menu li:hover > a { color: #fff;z-index: 0; }

  /* los submenús */
  .mi-menu ul {
	border-radius: 0 0 5px 5px;
	left: 0;
	margin: 0;
	opacity: 0; /* no son visibles */
	position: absolute;
	top: 40px; /* se ubican debajo del enlace principal */
	/* el color de fondo */
    background: #F00000;
	background: -moz-linear-gradient(#f51717,#F00000);
	background: -webkit-linear-gradient(#f51717,#F00000);
	background: -o-linear-gradient(#f51717,#F00000);
	background: -ms-linear-gradient(#f51717,F00000);
	background: linear-gradient(#f51717,F00000);
    /* animamos su visibildiad */
    -moz-transition: opacity .25s ease .1s;
    -webkit-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
	padding-left: 5px;
	z-index: 0;
  }
  /* son visibes al poner el cursor encima */
  .mi-menu li:hover > ul { opacity: 1; }

   /* cada un ode los items de los submenús */
  .mi-menu ul li {
	height: 0; /* no son visibles */
	overflow: hidden;
	padding: 0;
    /* animamos su visibildiad */
    -moz-transition: height .25s ease .1s;
    -webkit-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
	margin: 0px;
	z-index: 0  !important;
  }
  .mi-menu li:hover > ul li {
	height: 36px; /* los mostramos */
	overflow: visible;
	padding: 0;
	z-index: 0;
  }
  .mi-menu ul li a {
	border: none;
	border-bottom: 1px solid #d60707;
	margin: 0;
	width: 260px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	z-index: 0;
  }
  /* el último n otiene un borde */
  .mi-menu ul li:last-child a { border: none; }
#uno {
	height: 70px;
	background-image: url(img/plomo.png);
	background-repeat: repeat-x;
	z-index: 0;
	
}
#uno_centro {
	height: 70px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
}
#uno_centro_der {
	float: right;
	height: 70px;
	width: 650px;
	background-color: #f00000;
	z-index: 100  !important;
}
#uno_centro_izq {
	float: left;
	height: 70px;
	width: 450px;
	background-image: url(img/tri_rojo.png);
	background-position: right;
	background-repeat: no-repeat;
}
#banner {
	height: 450px;
	background-color: #3b3b3b;
	background-image: url(img/fondo-web.jpg);
	background-repeat: repeat;
}
#banner_centro {
	height: 450px;
	overflow: hidden;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#cuerpo {
	background-color: #FFF;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.borde {
	width: 220px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#cuerpo_izq {
	float: left;
	width: 280px;
}
.imagen {
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-top: 7px;
}
.imagen1 {
	float: right;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-top: 7px;
}
.borde1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	width: 550px;
}

#cuerpo_der {
	float: right;
	width: 249px;
	background-color: #FC0;
}
.espacio {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.letra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
}
#cuerpo_centro {
	width: 550px;
	    margin-left: 378px !important;
}
#pie{

}
#pie {
	clear: both;
	height: 110px;
	width: auto;
	background-color: #4D4D4D;
	background-image: url(img/fondo-web.jpg);

}
#pie_centro {
	height: 110px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #4D4D4D;
	padding-top: 10px;
	background-image: url(img/fondo-web.jpg);
}
#pie_izq {
	float: left;
	height: 80px;
	width: 450px;
}
#pie2 {
	background-color: #333;
	height: 50px;
}
#pie2_centro {
	height: 50px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

#apDiv2 {
	position:absolute;
	width:305px;
	height:48px;
	z-index:1;
	left: 925px;
	top: 350px;
	background-color: #FC0;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #333;
}

#pie_der {
	float: right;
	height: 80px;
	width: 650px;
}
#FlashID{
    display: none !important;
}
#FlashID h4{
    display: none !important;
}
#FlashID p{
    display: none !important;
}
#logo_1 {
    text-align: center;
    margin: 0 auto;
}

#logo_1 img {
    width: auto; /* Ajusta automáticamente según la proporción */
    height: 70px; /* Altura específica */
    max-width: 100%; /* Previene que se desborde */
}
.ubicaciones-container {
	text-align: center; /* Asegura que todo el contenido esté centrado */
	margin: 0 auto; /* Centra el contenedor dentro de la página */
  }
  
  .ubicacion {
	display: inline-block; /* Permite centrado horizontal */
	width: 90%; /* Ajusta el ancho para que se adapte al contenedor */
	max-width: 600px; /* Define un ancho máximo */
	background-color: #FC0;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	margin: 10px auto; /* Centra cada sección de mapa */
  }
  
  iframe {
	width: 100%; /* Ajusta el ancho del iframe al contenedor */
	height: 400px;
	border-radius: 10px;
	border: none;
  }
/* CSS Global */
body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

table {
    margin: auto; /* Centra la tabla horizontalmente */
    text-align: right;}

td {
    text-align: center; /* Centra el texto en cada celda */
    vertical-align: middle; /* Centra verticalmente el contenido */
}

td {
    text-align: left !important;
    vertical-align: middle;
}
