/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

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,b, u, i, center,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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background-color: #FCCB00;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/*-------Hasta aqui el Reset-------*/

html, body, #wrap {
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
}

body > #wrap {
	height: auto; min-height: 100%;
}

#wrap {
	position: relative;
	margin: 0 auto;
	width: 956px;
	height: 1228px;
	background: url(../img/layout/calle42-layout_03.gif) no-repeat top center;
}
#temp-events {
	position: relative;
	margin: 0 auto;
	width: 956px;
	height: 631px;
}
#main {
	padding-bottom: 856px; /* must be same height as the footer */
}
#content {
	float: right;
	width: 583px;
	margin: 41px 41px 37px 0;
}

#video {
	background-color: #D8D7D7;
	width: 571px;
	height: 344px;
	padding: 6px 6px 6px 6px;
	margin-bottom: 19px;
}

#slide {
	width: 583px;
	height: 405px;
	margin-bottom: 25px;
}

#contacto-sign {
	padding-bottom: 10px;
}

#map {
	background: url(../img/mapa.jpg) no-repeat;
	width: 583px;
	height: 271px;
}
#email, #phone, #dir {
	display: block;
	width: 160px;
	padding-top: 30px;
	padding-right: 10px;
	float: right;
	clear: both;
	color: white;
	font-size: 13px;
	font-weight: normal;
}
#dir {
	width: 210px;
}
#email {
	padding-top: 35px;
}
#email a {
	color: white;
	font-size: 14px;
}
#phone {
	font-size: 18px;
	padding-top: 47px;
}
#side-info {
	background: url(../img/layout/stripe_bg.jpg) repeat;
	float: left;
	width: 226px;/* 221px; */
	height: 1055px;
	margin: 107px 0 37px 55px;
	padding: 12px;/* 17px; */
}
#signs {
	position: absolute;
	width: 255px;
	height: 336px;
	top: 452px;
/* 	top:259px; */
	left:45px ;
}

#header {
	background: url(../img/layout/header_bg.gif) center no-repeat;
	height: 245px;
}

#header-content {
	margin: 0 auto;
	width: 956px;
}

#footer-content {
	margin: 0 auto;
	padding-top: 320px;
	width: 956px;
}

#header-content img{
	float: right;
	border: none;
}

#header-content span.yellow-text {
	float: right;
	display: block;
	padding-top: 4px;
	padding-right: 4px;
	width: 85px;
	height: 23px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FCCB00;
}

img#logos-header {
	float: left;
	padding-top: 20px;
	padding-left: 60px;
}

#footer {
	position: relative;
	background: url(../img/layout/footer_bg.gif) center no-repeat;
	margin-top: -856px; /* negative value of footer height */
	width: 100%;
	height: 856px;
	clear:both;
}

#footer p {
	display: block;
	margin: 0 auto;
	line-height: 1.5em;
	padding-top: 30px;
	width: 1250px;
	text-align: justify;
	color: white;
}

#footer img#logo-white {
	float: left;
}

#footer .social {
	float: right;
	clear: right;
}

#fb-footer {
	padding-top: 55px;
}

#twitter_update_list {
	margin-top: 370px;
}

#twitter_update_list li{
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: 2px black dashed;
}
#twitter_update_list li a{
	color: black;
}

#twitter_update_list li + li + li + li {
	border-bottom: none;
}

/*-------Hacked del clearfix-------*/
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */