*{ margin:0; padding:0; border:0; outline:0;}

body{
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}

h1, h2, h3, p{ margin:0; padding:0;}

.clear {clear:both;}

/* Wrapper */

#wrapper{
	width:960px; 
	border:1px solid #d2f71b;
	border-top:none;
	border-bottom:none;
	background:#e5e5e5; 
	padding:0 0 20px;
	margin:0 auto;
}

/* --- HEADER --- */

#header{
	background:url(images/bg-header.jpg) top center no-repeat;
	width:960px;
	height:535px;
}

#header h1{display:none;}

#header a.link-logo{
	display:block;
	height:75px;
	left:330px;
	position:relative;
	text-indent:-9999px;
	top:44px;
	width:325px;
}

/* --- Contenido --- */

.contiene_thumbs{width:960px;margin:0 auto;}

/* --- THUMBS --- */


.thumb_primero{float:left; margin-left:20px;}

.thumb_segundo{ float:right; margin-right:20px;}

.thumb_primero img, .thumb_segundo img{border:none;}

.thumb_primero, .thumb_segundo{
	height:335px;
	padding:17px 1px 0 16px;
	width:435px;
}

.thumb_primero a.boton-abajo, .thumb_segundo a.boton-abajo{
	display:block;
	height:32px;
	left:-6px;
	margin:0 auto;
	position:relative;
	text-indent:-9999px;
	top:4px;
	width:421px;
}


.thumb-01{background:url(images/bg-thumb-01.gif) left top no-repeat; width:435px;}

.thumb-02{background:url(images/bg-thumb-02.gif) left top no-repeat; width:435px;}

.thumb-03{background:url(images/bg-thumb-03.gif) left top no-repeat; width:435px;}

.thumb-04{background:url(images/bg-thumb-04.gif) left top no-repeat; width:435px;}


/* --- TEXTO --- */

#texto {

	background:url(images/bg-texto.jpg) top center no-repeat;
	width:922px;
	height:170px;
	margin:15px auto;
}

#texto a{height:170px; display:block; text-indent:-9999px;}


/* --- ANIMACION --- */

.box-animacion{
	background:url(images/bg-animacion.jpg) top center no-repeat;
	width:922px;
	height:190px;
	margin:18px auto;
}

#animacion1{
	background:url(images/animacion.gif) top center no-repeat;
	width:576px;
	height:202px;
	margin:0 auto;
}

#animacion1 a{
	height:169px;
	display:block;
	text-indent:-9999px;
}


/* --- FOOTER --- */

#footer{ 

	background:url(images/bg_footer.gif) top left repeat-x;
	width:960px;
	height:30px;
	text-align:center;
	margin:0 auto;
	padding:7px 0 0;
}

#footer a{color:#fff; font-size:13px; font-weight:bold; text-decoration:none;}

#footer a:hover{text-decoration:underline;}

