/* Diseño Web Echeverría */
/* OralePanama.com */

/* Estilos Generales */
html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  background-color: #ffffff;
}
a{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #FF3300;
  background-color: transparent;
}
a:hover{
  text-decoration: underline;
}
p{
  margin: 10px 15px 10px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #666666; 
  background-color: transparent;
}
h1{
  margin: 5px 0 5px 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #FFFF00; 
  background-color: transparent;
}
h2{
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-left: 10px;
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #FF3300; 
  background-color: transparent;
  text-align: left;
}

h3{
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #003300; 
  background-color: transparent;
  text-align: left;
}

td{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000; 
  background-color: transparent;
  text-align: justify;
}
/* Fin de Estilos Generales */

/* Videos */ 
.video{
  width: 240px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  border-bottom: #FF3300 2px solid;
  background-color: transparent;
}
/* Fin de Videos */

/* Cajas de texto */
#cajas_container{
  width: 200px;
  margin-top: 10px;
  background-color: #FFFFFF;
}
/* Fin de Cajas de Texto */

/* Formulario de Contacto */
.contacto{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #666666; 
  background-color: transparent;
}
.contacto_cajas{
  border: #666666 1px solid;
  background-color: #F3F3F3;
}
/* Fin de Formulario de Contacto */

/* Sucursales */
#sucursales{
  width: 200px;
  margin-left: 10px;
}
#sucursales p{
  width: 180px;
  margin: 5px 0 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #666666;
  text-align: left;
  background-color: transparent;
}
#sucursal{
  width: 180px;
  margin: 5px 0 0 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: bold;
  color: #FF3300;
  background-color: #FFFFFF;
  text-align: center;
}
#sucursal p{
  width: 180px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #006600;
  background-color: transparent;
}

.sucursales{
  width: 200px;
  margin-left: 10px;
}
.sucursales p{
  width: 180px;
  margin: 5px 0 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #666666;
  text-align: left;
  background-color: transparent;
}
.sucursal{
  width: 180px;
  margin: 5px 0 0 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: bold;
  color: #FF3300;
  background-color: #FFFFFF;
  text-align: center;
}
.sucursal p{
  width: 180px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #006600;
  background-color: transparent;
}

/* Fin de Sucursales */

#mensaje{
  background-color: transparent;
  color: #FF3300;
}

/* Pie de Página */
#pie{
  width: 980px;
  height: 80px;
  margin-left: 5px;
  text-align: center;
  background-image: url(../images/bg_scanlines.gif);
  background-repeat: repeat-x;
}
#pie h1{
  color: #999999;
  background-color: transparent;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: bold;
}
#pie a{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #CCCCCC;
  background-color: transparent;
}
#pie a:hover{
  text-decoration: underline;
}

/* Fin de Pie de Página */