/* v1.0 | 20080212 */
/*STYLE INCIALES (RESET STYLE DPENDIENDO LOS NAVEGADORES)*/ 
/* reset.css */
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	font-family:Verdana, Helvetica, sans-serif;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
 
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
h1{display:inline}
h2{display:inline}
h3{display:inline}
em{
	font-size: 11px;
	font-weight: normal;
    font-style: italic;
}


/*****************************/
/**********Contenido**********/
/*****************************/

html{
	background-color: #FFFFFF;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}

#wrapper {
    width:1100px;
    height:auto;
    margin:auto;
}

.main-container {
    margin: 0;
    padding: 0;
}

#main {
    
}


#secciones{
	
}

/*************************************/
/***************HEADER****************/
/*************************************/


#img-logo{
	float: left;
	width: auto;	
}
#ciudad {
    float: right;
    width: auto;
}

/*****