*{	
margin:0;
padding:0;
}

body{
	background:url(images/bg_page.jpg) top left repeat;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	margin:0;
	padding:0;
}
h1, h2, h3, p{ 
	margin:0; 
	padding:0;
}
.clear {
	clear:both;
}
		
/* --- Links --- */
a{ 
	outline-style:none; 
	text-decoration:underline; 
	color:#000;
}
	
/* Wrapper */
#wrapper{ 
	background:#fff url(images/bg_wrapper.gif) top center repeat-y;
	width:970px;
	padding:0; 
	margin:0 auto;
}

/* --- HEADER --- */
#header{
	background:url(images/bg_header.jpg) top center no-repeat;
	width:948px;
	height:343px;
	margin:0 auto;
	padding:0;
}
#header h1{display:none;}
#header a{
	position:relative;
	top:150px;
	left:78px;
	width:350px;
	height:145px;
	display:block;
	text-indent:-9999px;
	margin:0;
	padding:0;
}

/* --- THUMB Y LINK ABAJO --- */
#contiene_thumbs{
	width:890px;
	margin:5px auto;
}

.thumb_link_primero{ float:left;}
.thumb_link_segundo{ float:right;}

.thumb{
	background:#FF3300;
	width:421px;
	padding:3px;
}
.thumb img{border:1px solid #3B3C3F;}

.link{
	background:#FF3300;
	border-top:1px solid #CC3300;
	width:427px;
	text-align:center;
	height:16px;
	padding:3px 0 0;
}
.link a{
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
}
.link a:hover{
	text-decoration:underline;
}

/* --- TEXTO 1 --- */
#texto1 {
	background:url(images/bg_texto1.jpg) top center no-repeat;
	width:948px;
	height:57px;
	margin:0 auto;
	padding:0;
}
#texto1 a{
	height:50px;
	display:block;
	text-indent:-9999px;
}

/* --- TEXTO 2 --- */
#texto2 {
	background:url(images/bg_texto2.jpg) top center no-repeat;
	width:900px;
	height:127px;
	margin:17px auto;
	padding:0;
}
#texto2 a{
	height:127px;
	display:block;
	text-indent:-9999px;
}

/* --- TEXTO 3 --- */
#texto3 {
	background:url(images/bg_texto3.gif) top center no-repeat;
	width:620px;
	height:71px;
	margin:17px auto;
	padding:0;
}
#texto3 a{
	height:71px;
	display:block;
	text-indent:-9999px;
}

/* --- FOOTER --- */
#footer {
	background:url(images/bg_footer.gif) top left repeat-x;
	border-top:4px solid #FFCC00;
	width:952px;
	height:19px;
	text-align:center;
	margin:0 auto;
	padding:8px 0 0;
}
#footer a{
	color:#FFF;
	font-size:12px;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
