a:link {text-decoration: none; color: #004}
a:visited {text-decoration: none; color: #008}
a:hover {text-decoration: none; color: #f00}
 
body {
background-color: #ffffff;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
}
p {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 2;
/*background-color: rgb(252,245,230); */
  }

h3 {
  font-family:Verdana, Geneva, sans-serif;
  font-size:13px;
  line-height: 1.3;
  color: #800000;
}
h2 {
  font-family:Verdana, Geneva, sans-serif;
  font-size:14px;
  margin: 0 0 5px 0;
  text-align: center;
  color: #800000;
}
h5 {
  font-family:Verdana, Geneva, sans-serif;
  font-size:14px;
  margin: 0 0 5px 0;
  text-align: center;
  color: #008000;
}
h4 {
  font-family:Verdana, Geneva, sans-serif;
  font-size:14px;
  margin: 0 0 5px 0;
  text-align: center;
  background-color: rgb(13,135,148);
  color: #fff;
}
.centrado {
  vertical-align: middle;
}

.encabezado{
padding-top: 5px;
padding-bottom: 5px;
background-color: rgb(13,135,148);   /* rojo fuerte */
color: #FFFFFF;
text-align: left;
font-weight: bold;
}

span.parpadea {
  color: #008;
  animation-name: parpadeo;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 2.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 2.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 2.0; }
}


span.color_rojo1 {
  color: #F00
}
span.color_rojo2 {
  color: #800;
  font-weight: bold;
}
span.color_azul1 {
  color: #000
}
span.color_azul2 {
  color: #008
}
div {
  width:500px;
  margin: 0 auto;
  }
/*
.fondo {
  width:500px;
  margin: 0 auto;
  }
   */
div.color {
   background-color: rgb(252,245,230); /* un poco rosita */
}
#menu {
	float: center;
        margin: 10px auto;
}
.menu2 {
        background-color: rgb(249,243,221); /* un poco marron clarito */
	margin: 10px 0px;
	padding: 0px 0px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

#contenido {
        width:505px;
	margin: 0 auto; 
/*	padding: 0 5px; */
	background-color: #fafafa;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,.4);
	-moz-box-shadow: 4px 4px 4px rgba(0,0,0,.4);
	box-shadow: 4px 4px 4px rgba(0,0,0,.4);

}


label {
  cursor: pointer;
}
input[type="checkbox"] {
   transform:scale(1.4,1.4);
   -ms-transform:scale(1.4,1.4); /* IE 9 */
   -moz-transform:scale(1.4,1.4); /* Firefox */
   -webkit-transform:scale(1.4,1.4); /* Safari and Chrome */
   -o-transform:scale(1.4,1.4); /* Opera */
}
table, tr, td, th {
border-collapse: collapse;
margin: 0;
padding: 0;
border: 0;
}
img.datos {
  width: 100%;
}
img.ImagenCentroP{
  vertical-align: middle;
  width:22px;
  height:22px;
  /* Ojo vertical-align: text-middle no existe*/
}
img.ImagenCentro{
  vertical-align: middle;
}

table{
display: table;
width: 100%;
border-spacing:0px;
padding: 0px;
}
.tabla_mapa{
width: 100%;
margin: 0;
border: 0;
border-spacing:0px;
padding: 0px;
/*background-color: rgb(228,239,239);*/ /*     221,220,225  */
}

.content-img {
 position:relative;
 width: 340px;
 height: 295px;
 text-align: center;
}
.content-img img[useMap] {
 /*width: 100%;
 height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  	height: auto;
  	*/
}


.tabla_tit {
width: 100%;
height: 35px;
background-image: url(images/cabecera.jpg);
/* background-size:100% 100%; */
}
.tabla1 {
width: 100%;
border: 1px solid #0f0;
border-spacing:5px;
/* background-color: rgb(252,245,230); */
}
.tabla1 td{
padding: 5px;
height:15px;
font-family: Verdana, Geneva, sans-serif;
}

.tabla_sencilla {
width: 100%;
border-spacing:0px;
/* background-color: rgb(252,245,230); */
}
.tabla_sencilla th{
padding-top: 5px;
padding-bottom: 5px;
background-color: rgb(13,135,148);   /* rojo fuerte */
color: #FFFFFF;
font-family: Verdana, Geneva, sans-serif;
text-align: left;
}
.tabla_sencilla td{
padding-top: 3px;
padding-bottom: 3px;
color: #000000;
font-family: Verdana, Geneva, sans-serif;
}

.tabla_sencilla_cues {
width: 100%;
border-spacing:0px;
background-color: rgb(252,245,230); /* un poco rosita */
}
.tabla_sencilla_cues th{
padding-top: 5px;
padding-bottom: 5px;
background-color: rgb(13,135,148);   /* rojo fuerte */
color: #FFFFFF;
font-family: Verdana, Geneva, sans-serif;
text-align: left;
}
.tabla_sencilla_cues td{
padding-top: 3px;
padding-bottom: 3px;
color: #000000;
font-family: Verdana, Geneva, sans-serif;
}

.tabla {
width: 100%;
border: 0px;
}
.tabla th {
padding-top: 5px;
padding-bottom: 5px;
background-color: rgb(13,135,148);
background-image: url(images/fondo_th.png);
background-repeat: repeat-x;
color: #FFFFFF;
font-family: Verdana, Geneva, sans-serif;
}
.tabla td {
padding-top: 5px;
padding-bottom: 5px;
background-color: #FFFFFF;
background-image: url(images/fondo_tdv.png);
background-repeat: repeat-x;
height: 100%;
font-family: Verdana, Geneva, sans-serif;
}
button{
cursor: pointer;
}
.frase {
    position: absolute;
    top: 200px;
    margin: 30px 30px;
    height: 200px;
    width: 420px;
    background: #fff;
    box-shadow: 0 2px 5px #666666;
}
.tabla_frases {
    width: 100%;
    height: 100%;
    background: rgb(252,245,230);;
}
.boton {
    width: 30px; 
    height: 30px; 
    cursor:pointer;
    cursor: hand;
}
.botonBus {
    width: 30px;
    height: 30px;
    cursor:pointer;
    cursor: hand;
    background-image: url(ico/search.png);background-repeat: no-repeat;
}  
.boton2 { /* clase general */
    font-weight: bold;
    cursor: pointer;
  border: 1px solid #000;
  border-radius: 3px;
  background: #ffc9bb;
  color: #800;
  display: inline-block;
  padding: 4px 11px;
  text-decoration: none;
}  
.boton2:hover {
    background: #fffbf9;   
}
.toolTip {
	background-color: rgb(252,245,230);
	border: 2px solid #008;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #333;
	color: #000;
	padding: 10px 10px 10px 10px;
	width: 350px;
	position: absolute;
	z-index: 100;
}

.toolTip {}
   /*  a partir de 550  */
@media screen and (min-width:550px){
	.fondo {
                width:1300px;
                margin: 0 auto;
                padding-top: 25px;
                padding-bottom: 25px;
                background-color: #fff;
          /*      background: url("https://elorienta.com/imagenes/fondos/fondo.jpg") no-repeat fixed center / cover; */
                background: url("imagenes/fondos/fondo.jpg") no-repeat fixed center / cover;
	}
}

/*  hasta 480  */
@media screen and (max-width: 480px){
 div {
  width: 100%;
  font-size:1.1em;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  }
    .frase {
        position: absolute;
        top: 200px;
        font-size:14px;
        margin: 0px 0px;
        height: 150px;
        width: 100%;
        background: #fff;
        box-shadow: 0 2px 5px #666666;
    }
.toolTip {
	padding: 10px 0px 10px 20px;
	width: 350px;
}

}
