@charset "utf-8";
/* CSS Document */

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

body {
background-image:url(images/fondo-fondo2.jpg);
background-repeat:repeat-x;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
}

#contenido {  
width:990px;
margin:0 auto 0 auto;
}

#cabeza { 
background-color: #F00;
}

#logo {
background-image:url(images/logo.png);
width:327px;
height:183px;
float:left;
}

#menu-superior { 
width:600px; 
height:45px;  
float:right;
padding-right:5px;
}

#menu-superior a { 
text-decoration:none; 
color: #CCC;  
height:33px; 
display:block;
}

#menu-superior a:hover { 
color: #666; 
background-image:url(images/fondo-link-superior.png); 
background-position:center; 
background-repeat:no-repeat;  
}


#boton1 { 
text-align:center; 
margin:12px 0 0 40px; 
float: right; 
font-size:15px; 
}

#mensaje {
background-image:url(images/sombra-azul.png);
background-repeat:no-repeat;
width:544px; 
height:150px; 
float:right;
}

#mensaje a { 
text-decoration:none; 
color: #555; 
font-size:10px;
}

#mensaje a:hover { 
color: #000; 
font-size:10.5px;
}

#titulos {
margin:6px 0 0 15px; 
color: #333; 
font-size:20px;
}

#servicios {
width:990px; 
height:287px;
float:left;
}

#servicios img.z { margin:5px 100px 0 0;}

#secciones {
color: #555; 
font-size:14px;
width:725px;
min-height:300px;
float:left;
padding-top:10px;
}

#secciones h1 { 
color:#06F;
font-size:18px;
}

#secciones h2 { 
color: #666;
font-size:16px;
margin-top:10px;
}

#chat { float:right; margin-left:60px;}

#novedades {
width:265px; 
height:300px;
float:left;
margin:15px 0 20px 0;
}

#pie { 
width:990px; 
height:16px; 
float:left;
border-top:#999 double;
font-size:10px;
text-align:center;
}

#pie a { text-decoration:none; color:#333;}

#pie a:hover { text-decoration: underline;}

table { 
font-family:Verdana, Geneva, sans-serif; 
margin:0 0 0 15px;
}

td { 
width:170px; height:27px; 
text-align:center; 
background-image:url(images/fondo-td.png);
}

/*------------------style the contacto.php---------------------*/
#formulario { width:240px; float:left;}

#input-text,#nombre,#telefono,#correo { 
width: 150px; 
margin-left:10px;
float:right;
background-color: #CCC; color:#666;
}

#comentario { 
background-color:#CCC; 
color:#666; 
width:240px;
height:50px;
}

#button { width:240px; background-color: #999; color:#FFF;}

  .error {
height:10px;
font-family: Tahoma;
font-size: 8pt;
color: red;
padding-left:90px;
display:none;
}

#direccion { float:right; margin-right:125px; margin-top:100px; font-size:12px; border-bottom: #CCC 1px solid; border-top:#CCC 1px solid;}
/*------------------- End style contacto.php---------------------*/

/*------------------style the telefonia.php---------------------*/
#mostrario img { margin-right:25px;}

/*------------------ End style the telefonia.php---------------------*/