*{	
margin:0;
padding:0;
}

body{
	background:#404040 url(images/bg_page.jpg) top left repeat-x;
	font-size:11px;
	color:#010101;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, p{ 
	margin:0; 
	padding:0;
}
.clear {
	clear:both;
}
		
/* --- Links --- */
a{ 
	outline-style:none; 
	text-decoration:underline; 
	color:#010101;
}
	
/* Wrapper */
#wrapper{ 
	background:url(images/bg_wrapper.gif) top left repeat-y;
	width:991px;
	padding:0; 
	margin:0 auto;
}

/* --- HEADER --- */
#header{
	background:url(images/bg_header.jpg) top center no-repeat;
	width:965px;
	height:408px;
	margin:0 auto;
	padding:0;
}
#header h1{display:none;}
#header a{
	display:block;
	height:167px;
	left:19px;
	margin:0;
	padding:0;
	position:relative;
	text-indent:-9999px;
	top:33px;
	width:267px;
}

/* --- THUMB Y LINK ABAJO --- */
#contiene_thumbs{
	width:965px;
	margin:0 auto;
}

.thumb_link_primero{float:left; margin-left:10px;}
.thumb_link_segundo{ float:right; margin-right:10px;}
.flotado{ margin-bottom:18px; margin-right:40px;}

.thumb-1{background:url(images/bg_thumbs1.jpg) left top no-repeat;}
.thumb-2{background:url(images/bg_thumbs2.jpg) left top no-repeat;}
.thumb-3{background:url(images/bg_thumbs3.jpg) left top no-repeat;}
.thumb-4{background:url(images/bg_thumbs4.jpg) left top no-repeat;}


.thumb{
	padding:26px 0 0 25px;
	width:444px;
}

.thumb img{border:none;}

.link{
	height:76px;
	padding:0;
	text-align:center;
	width:427px;
}
.link a{
	display:block;
	text-indent:-9999px;
	width:427px;
	height:72px;
}


/* --- TEXTO 1 --- */
#texto1 {
	background:url(images/bg_texto1.jpg) top center no-repeat;
	width:965px;
	height:74px;
	margin:0 auto 10px;
	padding:0;
}
#texto1 a{
	height:74px;
	display:block;
	text-indent:-9999px;
}

/* --- TEXTO 2 --- */
#texto2 {
	background:url(images/bg_texto2.jpg) top center no-repeat;
	width:965px;
	height:224px;
	margin:15px auto;
	padding:0;
}
#texto2 a{
	height:224px;
	display:block;
	text-indent:-9999px;
}


/* --- ANIMACION --- */
.bg-animacion{	
	background:transparent url(images/bg_animacion.jpg) no-repeat scroll center top;
	height:245px;
	width:965px;
	margin:0 auto;
}
#animacion1{
	background:transparent url(images/animacion.gif) no-repeat scroll center top;
	height:137px;
	left:171px;
	margin:0 auto;
	position:relative;
	top:48px;
	width:580px;
}
#animacion1 a{
	height:137px;
	display:block;
	text-indent:-9999px;
}

/* --- FOOTER --- */
#footer {
	background:url(images/bg_footer.png) top left no-repeat;
	width:955px;
	height:20px;
	text-align:center;
	margin:0 auto;
	padding:0 0 6px;
}
#footer a{
	color:#010101;
	font-size:12px;
	text-decoration:underline;
}
#footer a:hover{
	text-decoration:underline;
}

