* {
    margin: 0;
    padding: 0;
}
.clear {
clear: both;
margin: 0;
padding: 0;
}

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body{margin: 0 auto;
font-size:14px
		
}
#wrapper{width:100%; height:auto; margin: 0 auto;}
#header{ width: 100%; height: 80px; margin-bottom: 30px; z-index:10;
   position: fixed;
    top: 0;
    left: 0;
}
a{    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
  
	color: #37b2d1;
}
p{    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
    color: #000;}
#logo{width:100%; top: 0px; position:absolute; height:80px; border:0; z-index:-1; display:block}
#menu{position:absolute; top: 40px;  width: 100%; }
#contenido{margin:0; vertical-align:text-top;}
#contenedor{background: transparent; width: 75%; min-width:850px ; line-height:1.5em; height: auto; float:left; vertical-align:text-top; margin-top: 75px; margin-left:30px; margin-right:30px; z-index:100; margin-bottom:50px}
#publicidad{background: transparent; width: 160px; height: auto; float:right; margin-top: 200px; margin-right:30px; border: 1px solid #ccc;z-index:-1}


.clear{clear:both}
#footer { color: white; 	line-height: 1.5em;	  /* Safari 4-5, Chrome 1-9 */
  background:#2F2727;
  background: -webkit-gradient(linear, left top, right top, from(#76d6ff), to(#2F2727));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #2F2727, #76d6ff);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #2F2727, #76d6ff);

  /* IE 10 */
  background: -ms-linear-gradient(left, #2F2727, #76d6ff);

  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #2F2727, #76d6ff);	
  font-size:12px;	margin-top:0px; min-width:100%; height:40px; text-align:center; 
  position:fixed;
		bottom:0;
		z-index:999999;
		border-top:2px #2F2727 solid}
#footer p{color:white}
#footer a { text-decoration: none; color: white; }
#footer a:hover { color: white; }

.button{margin:7px}

span{font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;}
.marg1{margin-left: 30px;}

.titulo {	line-height: 2em;
	font-family: 'Ubuntu', arial, serif; 
	font-weight: lighter;
	font-size:24px;
	text-transform: uppercase;
}
.subtitulo {
	line-height: 2em;
	font-family: 'Ubuntu', arial, serif; 
	font-weight: lighter;
	font-size:20px;
}

ol{margin-left: 30px}

li{display:list-item;  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;}
blockquote{margin-left: 20px}

/* HEADERS --------------------------------------------------------*/

h1,h2,h3,h4,h5,h6{ 
	line-height: 1.4em;
	font-family: 'Ubuntu', arial, serif; 
	font-weight: lighter;
}

h1{ font-size: 30px; }

h2{ font-size: 28px; }

h3{ font-size: 26px; }

h4{ font-size: 24px; }

h5{ font-size: 22px; }

h6{ font-size: 20px; }

table {margin:0}

#contenedor td, tr, table {font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif; font-size:14px; margin:0}

#contenedor p{	font-size: 14px;}


#contenedor a{
	color: #37b2d1;
}

#contenedor p{

	margin-bottom: 15px;
	line-height:1.5em;

}

#contenedor .line-divider{
	clear: both;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
td{margin:20px; vertical-align:top;}

#contenedor img{

	border:0;
	margin: 0 20px;
}

img{	border:0;	}
/* SOCIAL --------------------------------------------------------*/

#social-holder{
	overflow: hidden;
	width: 100%;
	z-index:10000;
	padding-top: 0px;	
}

.social{
	display: block;
	float: right;
	margin-right: 20px;
}

.social li{
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.social a{
	display: block;
	width: 32px;
	height: 32px;
}

.social .facebook{ background: url(facebook.png); z-index:10000}
.social .vimeo{ background: url(vimeo.png); z-index:10000}

.publicidad_titulo {background-color: #0B003F; color:white; font-family: "Arial"; font-size: 12px; font-weight: bold;text-align: right;}
.linea_negra {border-bottom: 1px solid #000000;}

/* SEARCH --------------------------------------------------------*/

.top-search{
	position: absolute;

	top: 87px;
	right: 250px;
}



#searchform #s{
	color: #49494b;
	font-size: 12px;
	width: 160px;
	height: 21px;
	margin: 0px 0px 5px 0px;
	padding: 2px 35px 2px 8px;
	border: 0;
	background: #c0c0c0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#searchform #searchsubmit{
	position: absolute; 
	top: 0px;
	right: 0px;
	width: 25px;
	height: 25px;
	border: 0px;
	background: url(search-submit.png) no-repeat  transparent -3px 2px;
	z-index:1000000;
}
.left{float:left}

/* Text link style */
#scrollUp {

	bottom: 5px;
	right: 30px;
background: #222 url(http://sites.google.com/site/zavaletaster/Home/overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #FFF;
text-decoration: none;
	border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background-color: #2981E4;
box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
height: 17px;
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor:pointer;
		
	
}

#scrollUp-active{
	display: none;
}

#slid{

	top:130px;
	left:80px;
	position: relative;
	/*height:383px;
	width:906px;*/
	height:340px;
	width:800px;
margin-bottom:30px;
/*background:yellow;*/
z-index:1;
}






