/* v1.0 | 20080212 */

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 {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/********************************/
/* Inicio mi CSS				*/


body{
background: #dce2f1 url(recursos/fondo.jpg) repeat-x fixed bottom;
font-family:   Verdana, sans-serif;
}

#wrapper {
	position:absolute;
	height:100%;
	width: 5000px;
	margin-top: 0;
	margin-left: 0;
}

#cabecera {
	position:fixed;
	width:5000px;
	height:100px;
	background:url(recursos/cab.gif) repeat-x fixed;
}

#cabecera img{
	margin-left:50px;

}

#cabecera a{
	text-decoration:none;
}

#container{
	margin-top:120px;
	width:5000px;
	height:300px;
}
#maincontent{
	border:0;
	margin:0;
	padding:0;
}
#maincontent li{
	list-style:none;
	width:400px;
	height:280px;
	padding:10px;
	float:left;
	margin-left:20px;
	position:relative;
	background-image:url('recursos/trans.png');
}

#maincontent li a{
	text-decoration:none;
}

#maincontent li h2{
	font-size:115%;
	padding-left:5px;
}

#maincontent li h3{
	font-size:105%;
	padding-left:5px;
	text-align:right;
	padding-bottom:5px;
	padding-right:10px;
}

#listado {
	border:0px;
	margin:5px;
}
#listado li{
	background:none;
	height:auto;
	width:auto;
	padding-bottom:0px;
}

#scroll-buttons{
	height:60px;
	width:400px;
	position:fixed;
	bottom:20px;
	left:20px;
	z-index:0;
}

#scroll-buttons li {
    margin: 0; padding: 0; list-style: none;
    top: 0;float:left;}
#scroll-buttons li, #scroll-buttons a {
    height: 60px; width:100px;display: block;}

#scroll-buttons li.item1 a:hover {background: transparent url(recursos/menu.gif)
    0 -60px no-repeat;}
#scroll-buttons li.item1 a {background: transparent url(recursos/menu.gif)
    0 0px no-repeat;}
#scroll-buttons li.item2 a:hover {background: transparent url(recursos/menu.gif)
    -100px -60px no-repeat;}
#scroll-buttons li.item2 a {background: transparent url(recursos/menu.gif)
    -100px 0px no-repeat;}
#scroll-buttons li.item3 a:hover {background: transparent url(recursos/menu.gif)
    -200px -60px no-repeat;}
#scroll-buttons li.item3 a {background: transparent url(recursos/menu.gif)
    -200px 0px no-repeat;}
#scroll-buttons li.item4 a:hover {background: transparent url(recursos/menu.gif)
    -300px -60px no-repeat;}
#scroll-buttons li.item4 a {background: transparent url(recursos/menu.gif)
    -300px 0px no-repeat;}


#mont {
	position:fixed;
	bottom:0px;
	width:100%;
	min-width:100%;
	height:121px;
	background-image:url('recursos/mont.gif');
	background-repeat:repeat-x;
	z-index:-3;
}

#edif{
	position:absolute;
	bottom:0px;
	width:5000px;
	height:105px;
	background-image:url('recursos/edif.png');
	background-repeat:repeat-x;
	z-index:-2;
	padding:0px;
	margin:0px;
}

#avion{
	position:relative;
	top:100px;
	left:150px;
	z-index:-1;
}

/********************************/
/* Clases						*/
p.full{
	padding:10px 10px 10px 5px;
	line-height: 115%;
}

p.desc{
	float:right;
	position:relative;
	right:0;
	top:0;
	padding:10px;
	width:160px;
}

img.fled{
	float:right;
	position:absolute;
	bottom:10px;
	right:10px;
}

img.flei{
	float:left;
	position:absolute;
	bottom:10px;
	left:10px;
}


img.web {
	border:0px;
	padding:0px;
	float:left;
	left:0px;
	position:absolute;
	padding-top:20px;
	padding-left:20px;
}

a.marca {
	position:absolute;
	left:-20px;
}

