/* juguetes delfin-  playa */
/* CSS Document */


* {
    margin:0;
    padding:0;
    border:none;
  }


body {
    background: #E0D2AB url("img/body_bg.jpg") repeat-x top left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:small;
    color:#333;
  }


#contenedor-pagina {
    width:100%;
    margin:auto;
    position:relative;
  }


#arriba {
    background:url("img/cielo.png") no-repeat top left;
    width:100%;
    height:205px;
    position:relative;
  }

#arriba ul {position:absolute;  height:20; top:160px; left:398px}
#arriba li {    display : inline;    line-height : 20px;    list-style-type : none;    }

#arriba li a {    color:#fff;    background-color: transparent;    text-decoration: none;    border-right:2px solid #fff;    border-bottom:0;    padding: 2px 8px;    font-size: 1em;    float: auto;    font-weight:bold;  }
#arriba li a:hover, #arriba li a:focus {color: #D40000; }




#avioneta {z-index:4;position:absolute; top:55px;left: 200px;
background:url("img/avioneta-cartel-mdq3.png") no-repeat top left;
width:548px;
    height:61px;
}


#body_middle {
    background:url("img/body_middle_bg.png") repeat-y top left;
    width:1000px;
  }


#footer {
    background:url("img/footer_bg.jpg") no-repeat top left;
    width:1000px;
    height:231px;
    text-align:right;
  }


#content600 {
    float:left;
    margin-left:100px;
    border-right:1px solid #ccc;
    width:429px;
    margin-top:10px;
    padding:0 30px;
  }


* html #content600 {
    margin-left:50px;
    background-color: #fff;
  }


#content400 {
    float:left;
    background: #fff url("img/juguetes-delfin.jpg") top right no-repeat;
    width:250px;
    min-height:200px;
    padding:250px 30px 0;
    text-align: center;
  }


* html #content400 {
    height:200px;
  }


#velero {
    z-index:-4;
    width:36px;
    height:41px;
    background:url("img/ship_bg.jpg") no-repeat top right;
    top:247px;
    right:24px;
    position:absolute;
  }

#piopio {
    z-index:-6;
    width:40px;
    height:35px;
    background:url("img/pajarito.gif") no-repeat top right;
    top:300px;
 left:20px;
    position:absolute;
  }

.nosacar {
    clear:both;
    padding: 0 120px;
    text-align:right;
  }


.slogan h1 {
    color:#37748E;
    font-size:medium;
    font-weight:bolder;
  }


h1 {
    font-size:25px;
    color:#205DA2;
  }


p {
    margin-bottom:1em;
    margin-left:3px;
  }


h2, h2 a {
    margin-bottom:15px;
    color:#205DA2;
    text-decoration:none;
  }


h3 {
  }


label {
    display:block;
    margin:10px 0 5px;
  }


input, textarea {
    border:1px solid #ccc;
  }


textarea {
    height:10em;
  }



INPUT, TEXTAREA, FILE {
    border :#266EAE solid 1px ;
    background-color:#eee;
    font-size:1.1em;
  }


SELECT {
    border :#266EAE solid 0px ;
    background-color:#eee;
    font-size:0.95em;
  }


tabla.contacto-form {
    width:300px;
    padding:2px;
    border-collapse:collapse;
  }


td.contacto-left {
    width:45%;
    padding:10px;
  }


td.contacto-full {
    width:90%;
    padding:10px;
  }


.pegasus, A:link.pegasus, A:visited.pegasus, A:hover.pegasus, A:focus.pegasus {
    text-decoration : none;
    font-weight: bold;
  }


A:hover.pegasus, A:focus.pegasus {
    color : #f29f2b;
  }


.pegasus, A:link.pegasus {
    color : #1e71ca;
  }


A:visited.pegasus {
    color : #94bee0;
  }

