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

html {margin-bottom: 1px;}
body {height: 100%;margin-bottom: 1px;}

form {margin: 0;padding: 0;}

body {background: #1a091c;}
body {background: url(imagenes/bg.jpg) 50% 0 no-repeat;}

#cuerpo {margin:0 auto; width: 800px; border:0px solid #FF0000; }/*centra la divicion*/
#logo{}
p.tel { float:right; text-align:right; padding-top:40px; margin-right:15px;}
li.tel { font-size:24px; color:#F90; }

#menu { background:url(imagenes/menu.png) no-repeat;  height:50px; padding-top:10px; margin-top:20px;}
ul.menu { list-style-type:none;/*quita los punto*/}
#menu li { float:left; padding-right:1em;}
#menu a:link, #menu a:visited { 
	text-decoration:none;/*Quita subrayado*/
	text-transform:uppercase;/*Mayuscula*/
	font-weight:bold;/*Negritaa*/
	font: 0.95em Tahoma, Geneva, sans-serif;
	}
	
a:link {color: #06F;}    /* unvisited link */
a:visited {color: #06F;} /* visited link */
a:hover {color: #0CF;}   /* mouse over link */


#contenido {  background:url(imagenes/cuerpo.png) repeat-y; padding: 20px 20px 20px 20px;}

table { width: auto; border:0px;}
img { border:0px;}
.llamanos { width:230px; padding: 5px 5px 5px 10px;  border-right:1px solid #0CF; vertical-align:top; }
.visitanos { padding: 5px 5px 5px 5px;  vertical-align:top; }

.formulario { width:217px; border-right:1px solid #0CF; margin: 0;padding: 5px 12px 5px 5px;}
.formulario input { padding: 2px; outline: none; width:200px; }
textarea { width:200px; height: 70px;}
input.btn  { width: 100px; cursor: pointer;}
select { width:210px; height:25px;}




/*Footer*/
#footer {width: 100%;  background: url(imagenes/ft.jpg) 50% 0 no-repeat;}/*centra la divicion*/
#contenedor-footer {margin:0 auto; width: 800px;}/*centra la divicion*/
#user { background:url(imagenes/user.png) repeat-y; padding: 20px 20px 20px 20px;}
#copy { background:url(imagenes/footer.png) no-repeat;  height:70px; padding: 2px 20px 20px 20px; }

/*titulos*/
h1 { color: #0CF; text-transform: capitalize; font-size: 24px;}
h2 { color: #09F; text-transform: capitalize; font-size: 18px;}
p { color: #333; font-size: 16px;}