*{	
margin:0;
padding:0;
}

body{
	background:#000 url(images/bg_page.gif) top left repeat-x;
	font-size:11px;
	color:#fff;
	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:#fff;
}
	
/* Wrapper */
#wrapper{ 
	background:url(images/bg_wrapper.gif) top left repeat-y;
	width:956px;
	padding:0; 
	margin:0 auto;
}

/* --- HEADER --- */
#header{
	background:url(images/bg_header.jpg) top center no-repeat;
	width:934px;
	height:409px;
	margin:0 auto;
	padding:0;
}
#header h1{display:none;}
#header a{
	display:block;
	height:152px;
	left:428px;
	margin:0;
	padding:0;
	position:relative;
	text-indent:-9999px;
	top:26px;
	width:274px;
}

/* --- THUMB Y LINK ABAJO --- */
#contiene_thumbs{
	width:965px;
	margin:0 auto;
}

.thumb_link_primero{float:left; margin-left:25px;}
.thumb_link_segundo{ float:right; margin-right:35px;}
.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:13px 0 0 10px;
	width:433px;
}

.thumb img{border:none;}

.link{
	height:88px;
	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:934px;
	height:86px;
	margin:0 auto;
	padding:0;
}
#texto1 a{
	height:86px;
	display:block;
	text-indent:-9999px;
}

/* --- TEXTO 2 --- */
#texto2 {
	background:url(images/bg_texto2.jpg) top center no-repeat;
	width:908px;
	height:177px;
	margin:0 auto;
	padding:0;
}
#texto2 a{
	height:177px;
	display:block;
	text-indent:-9999px;
}


/* --- ANIMACION --- */
#animacion1{
	background:transparent url(images/animacion.gif) no-repeat scroll center top;
	height:147px;
	margin:25px auto;
	width:916px;
}
#animacion1 a{
	height:147px;
	display:block;
	text-indent:-9999px;
}

/* --- FOOTER --- */
#footer {
	background:url(images/bg_footer.png) top left no-repeat;
	width:934px;
	height:23px;
	text-align:center;
	margin:0 auto;
	padding:14px 0 0;
}
#footer a{
	color:#fff;
	font-size:12px;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

