@charset "UTF-8";
/* CSS Document */
div#container {
    background:url(recursos/bg2.jpg) no-repeat top #5fc4e4;
}
div#informacion {
    font-size:14px;
    color:#00a2d3;
    margin: 15px;
}
div#informacion a {
    color:#00a2d3;
}
div#mapa {
    position:absolute;
    right:20px;
    top:120px;
}div#slogan {
    position:absolute;
    right:40px;
    top:450px;
}
div#contenedor {
    margin: 35px 15px 0px 15px;
    width: 500px;
    height: 300px;
    background: rgb(255, 255, 255); /* The Fallback */
    background: rgba(255, 255, 255, 0.75);
    border: thin solid #CCC;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 4px 4px 4px #AAA;
    -moz-box-shadow: 4px 4px 4px #AAA;
    -webkit-box-shadow: 4px 4px 4px #AAA;
}
div.titulo {
    margin: 10px;
    text-shadow:0px 0px 8px #FFF;
    font-size:12px;
    color:#00a2d3;
}
fieldset {
    border: hidden;
    margin-top: 7px;
}
label {
    color:#00a2d3;
    display:block;
    float: left;
    width: 90px;
    padding: 0px;
    margin: 9px 0px;
    text-align: left;
    font-weight:bold;
}
form input, form textarea, form select {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #FFF;		/*Fondo de los campos*/
    color:#00a2d3;
    width:300px;
    margin:10px 0px 0px 12px;
}
form input:hover, form textarea:hover, form select:hover {
    background-color: #00a2d3;
    color: #FFF;
}
form input:focus, form textarea:focus, form select:focus {
    background-color:#FFF;
    color:#000;
}
textarea {
    overflow: auto;
}
br {
    clear: left;
}
