/*
    Document   : ZurbantesInicio.css
    Created on : 16-nov-2009, 11:26:00
    Author     : JMartinez
    Description: Hoja de estilos para interfaz de Inicio en Zurbantes.com
*/

input#idRed {
    border: solid 1px #164880;
    font-size: 1.6em;
    color: #6284AB;
    width: 300px;
}

div.servicios {
    font-size: 1.3em;
}

div.DivEnlace {
    float: right;
    width: 7em;
    text-align: center;
}

span#buscando {
    margin-left: 1em;
    background-color: #f2df3d;
    padding: 0.6em;
    position: relative;
    top: -0.2em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

H1 {
  font-weight: bold;
  color: #639324;
  font-size: 24px;
  padding: 0px;
  margin: 0px;
}

div#UsasTransporte {
    background-color: #eef0f7;
    color: #6284AB;
    padding: 2em;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    box-shadow: 0.3em 0.3em 0.2em #6284AB;
    -moz-box-shadow: 0.3em 0.3em 0.2em #6284AB;
    -webkit-box-shadow: 0.3em 0.3em 0.2em #6284AB;
}


div#Mapa {
    height: 280px;
    width: auto;
    height: 300px;
    border: 2px outset #4f81bd;
}


