*{	
margin:0;
padding:0;
}

body{
	background:url(images/bg_page.gif) top left repeat;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	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:url(images/bg_wrapper.gif) top center repeat-y;
	width:966px;
	padding:0; 
	margin:0 auto;
}

/* --- HEADER --- */
#header{
	background:url(images/bg_header.jpg) top center no-repeat;
	width:949px;
	height:228px;
	margin:0 auto;
	padding:0;
}
#header h1{display:none;}
#header a{
	display:block;
	height:75px;
	left:291px;
	margin:0pt;
	padding:0pt;
	position:relative;
	text-indent:-9999px;
	top:65px;
	width:325px;
}

/* --- THUMB Y LINK ABAJO --- */
#contiene_thumbs{
	width:890px;
	margin:5px auto;
}

.thumb_link_primero{ float:left;}
.thumb_link_segundo{ float:right;}

.thumb{
	background:#333;
	width:421px;
	padding:3px;
}
.thumb img{border:1px solid #3B3C3F;}

.link{
	background:#333;
	border-top:1px solid #fff;
	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_plano --- */
#texto_plano {
	background:#F60;
	border:6px solid #333;
	width:850px;
	height:66px;
	margin:15px auto;
	padding:15px;
}
#texto_plano p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
}

/* --- TEXTO 1 --- */
#texto1 {
	background:url(images/bg_texto1.gif) top center no-repeat;
	width:949px;
	height:50px;
	margin:0 auto 15px;
	padding:0;
}
#texto1 a{
	height:50px;
	display:block;
	text-indent:-9999px;
}

/* --- TEXTO 2 --- */
#texto2 {
	background:url(images/bg_texto2.gif) top center no-repeat;
	width:923px;
	height:67px;
	margin:15px auto;
	padding:0;
}
#texto2 a{
	height:67px;
	display:block;
	text-indent:-9999px;
}

/* --- TEXTO 3 --- */
#texto3 {
	background:url(images/bg_texto3.gif) top center no-repeat;
	width:920px;
	height:27px;
	margin:15px auto;
	padding:0;
}
#texto3 a{
	height:27px;
	display:block;
	text-indent:-9999px;
}
/* --- ANIMACION --- */
#animacion1{
	background:url(images/animacion1.gif) top center no-repeat;
	width:919px;
	height:203px;
	margin:15px auto;
}
#animacion1 a{
	height:203px;
	display:block;
	text-indent:-9999px;
}

/* --- FOOTER --- */
#footer {
	background:url(images/bg_footer.jpg) top left no-repeat;
	width:949px;
	height:21px;
	text-align:center;
	margin:0 auto;
	padding:10px 0 0;
}
#footer a{
	color:#333;
	font-size:12px;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}