/*
# 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; background:#d9d9d9;}
body {min-width:1000px;}
table {border-collapse: collapse; border-spacing: 0;}
a {color:#333333; font-weight:bold;}

h1 {width:100%; color:#ffffff; font-size:25px;}
h2 {color:#0f2e91;   text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px 2px 0 #ffffff;}

li {margin-left:25px;  font-size:25px;} 

.header {background:#424242; padding:10px 0px; height:93px; overflow:hidden; margin-bottom:15px;}
.header-contenedor {margin:0 auto; max-width:1000px; overflow:hidden;}
.header-logo {float:left;}
.titulo {margin: 12px 50px; float: left; width: 542px;}
.header-contacto {float:right; color:#ffffff; font-size:25px;}
.small-text {font-size:13px;}


.titulo-color1 {margin-top: -25px; width: 920px; position: absolute; z-index: 1000; background: url(h_back.png) no-repeat; background-size: cover; background-position: top; padding: 55px 50px 20px; margin-left: -12px;}
.titulo-color2 {margin-top: -25px; width: 248px; position: absolute; z-index: 1000; background: url(h_back2.png) no-repeat; background-size: 266px 71px; background-position: top; padding: 22px 14px; margin-left: -12px;}


.wrapper {width:980px; margin:0 auto; padding:10px;}


.slide-zone {margin-top: 25px; padding-bottom: 50px; background: #d9d9d9 url(b_blue.png) no-repeat; background-position: 0px 420px;}
.slide-contacto {position: relative; z-index: 1002; width: 230px; overflow: hidden; padding: 10px; background: #424242; color: #ffffff;}
.contactanos {font-size:28px; text-align:center;}


.left {text-align:left;}
.right {text-align:right;}


article {overflow:hidden; margin-top:-10px;}
.content {width:700px; padding: 0 5px 5px; float:left;}
.content h2, .slide-zone h2 {font-size:30px;}
.contenedor-relacionados {width:250px; float:right;}
.relacionados {margin-top: 35px; padding:10px; background:#517fb9;}


footer {margin-top:25px; margin-bottom:25px; text-align:center; clear:both;}
