/*
# QuieroWeb, Tu Negocio en Internet
# Reset CSS
# Autor: Felipe Reyes Montalvo
# (c) 2013
*/

* {
  padding:0;
  margin:0;
  border:none;
  }
  
@import url(http://fonts.googleapis.com/css?family=Lato);

html {margin:0; padding:0; font-family:lato, sans-serif;}
table {border-collapse: collapse; border-spacing: 0;}
a, a:visited, {color:#333333; font-weight:bold; text-decoration:underline;}


/*Oval-Tubería de Acero*/

body {color: #151357; min-width: 1000px;}

h1 {color: #100385; font-weight:bold;}
h2, h3 {color: #100385; font-weight:300;}
.bordegris{padding: 10px; border: 1px solid #bfbfbf; border-radius: 5px;margin-right: 30px;margin-top: 15px; font-size:14px;}

p {margin-bottom: 10px;}

.contenedor-header {position:relative; z-index:1000; height:100px; background: #ffffff; box-shadow: #aaaaaa 2px 2px 2px 5px;}
.header {width: 980px; min-width:980px;  margin: 0 auto; padding: 7px; overflow:hidden}
.logo {width: 200px; height: 85px; float:left;}
.tittle-header {width: 750px; height:85px; float:right;}
.tittle-header h1 {font-size: 30px; margin: 22px 0; text-align: center; font-weight:bold;}

.contenedor-fondo {position:relative; z-index:1000; background: url(http://oval.com.mx/Landing-Tuberia/images/acero-back.jpg) no-repeat center center; background-size: cover;}
.ground { width: 980px; min-width:980px;  margin: 0 auto; padding: 7px; overflow:hidden}

.tuberia-cedulas {width: 660px; min-width:660px; float:left; padding:10px;border: 1px solid #bfbfbf; border-radius: 9px;margin-right: 5px;margin-top: 15px;background: rgba(255,255,255,0.8);}
.tuberia-cedulas li {margin-left: 20px;}


.info-links{width: 660px; min-width:660px; float:left; margin-top: 15px; padding:10px; border-radius:9px; background: rgba(255,255,255,0.8);}
.info-links li {margin-left: 30px;list-style-image:url(palomita.png);}

.formulario {position: absolute; left: 50%; margin-left: 230px; z-index: 9999; width: 280px; float: left; }
.formulario h1 {text-align: center; font-size: 25px; margin:10px 0; color:#0954af;}
.formulario h3 {text-align: center; margin-bottom:15px;}


.chat {top: 0;position: fixed;right: 0;z-index: 10000;}

.datos {width:300px;}
.datos td {height:30px;}
.table-captcha {width:300px;}
.table-captcha td {height:60px;}
.input-captcha {margin-top: 8px; width:121px;}
input, textarea {float: right; border: #0954af 1px solid; padding: 7px;}
input {width: 210px; }
textarea {resize: none; width: 285px;}
.boton {width:300px; margin: 10px 0; padding:10px; background:#0954af; color: #ffffff; font-weight:bold; text-transform:uppercase;}
.boton:hover {margin: 0; padding:10px; background:#DA7F00; color: #ffffff; font-weight:bold; text-transform:uppercase;}

.cuadros {width: auto;  background:rgba(230,230,230,0.9); border-radius:7px; padding:0 10px 10px; }


