@charset "utf-8";
/* CSS Document */

body {
background-image:url(../imagenes/mar.jpg);
background-position: top; 
background-repeat: no-repeat;
background-attachment:fixed; 
font: 13px/ 1.6 Tahoma, sans-serif;
width:100%;
margin:0 auto 0 auto;
text-align:center;
}

#contenedor {
margin:0 auto 0 auto;
text-align:center;
}

#cabecera {
text-align:center
}

#menu {
margin-top:30px;
margin:0 auto 0 auto;
text-align:center;
background:#314CB7;
width:1005px;
height:40px;
border: 1px solid #666;
padding-top:10px;
}


.rounded {
-webkit-border-top-right-radius: 10px;
-webkit-border-top-left-radius: 10px;

-moz-border-top-right-radius: 10px;
-moz-border-top-left-radius: 10px;

border-top-right-radius: 10px;
border-top-left-radius: 10px;
}

#menu a {
font-family:"Comic Sans MS", cursive;
color:#FFF;
font-size:20px;	
}





#cuerpo {
text-align:center;
}

#texto {
/*float:left;*/
margin:0 auto 0 auto;
background:#CBEDFA;
border: 1px solid #666;
width:1005px;
height:700px;
margin-bottom:30px;
text-align:center;
}

#title img {
margin-top: 60px;
height: 117px;
width: 458px;
text-align:center;
}

#title2 img {
margin-top: 10px;
margin-left: 55px;
height: 53px;
width: 475px;

}
#title2  {
text-align:left;
float:left;
}

#pie {
font-size:20px;
margin-bottom:0px;
width: 100%;
background-color:#000;
}

#copyright {
margin-bottom:0px;
text-align:center;
color:#FFF;
}

#menu a {
text-decoration:none;
}

#tlf {
margin-top: 10px;
float:right;
}

#contacto1 {
margin-right:65px;
margin-top:30px;
}

#contacto1 img {
height:25px;
width:25px;
}

#contacto1 td{
font-size:16px;	
}

#contacto2 {
margin-top:28px;
margin-right:65px;
}

#contacto2 img {
height:25px;
width:25px;
}

#contacto2 td{
font-size:16px;	
}

#contacto3 {
margin-right:65px;
margin-top:7px;
width:290px;
}

#contacto3 img{
width:290px;
}

#logo2 {
float:right;
width:290px;
margin-right:59px;
margin-top:45px;
}



table {
font-family:"Comic Sans MS", cursive;
color:#314CB7;
font-size:17px;	 
}

#tabla {
float:left;
margin-left:55px;
}

#tabla  td{
text-align:left;
padding-right:10px;
}

#first_name {
width:200px;
}

#email {
width:200px;
}

#telephone {
width:100px;
}

#caja-asunto {
width:550px;
}

#textar {
resize: none;
width:550px;
height:120px;
}

#enviar {
margin-top:15px;
}

.rounded2 {
-webkit-border-top-right-radius: 7px;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;

-moz-border-top-right-radius: 10px;
-moz-border-top-left-radius: 10px;
-moz-border-bottom-right-radius: 10px;
-moz-border-bottom-left-radius: 10px;

border-top-right-radius: 7px;
border-top-left-radius: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
}

#mensaje-enviado {
width:550px;
margin-top:85px;
}