*{ margin:0; padding:0; border:0; outline:0;}

body{
	background:#333;
	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 #008FFF;
	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:457px;
}
#header h1{display:none;}
#header a.link-logo{
	display:block;
	height:75px;
	left:78px;
	position:relative;
	text-indent:-9999px;
	top:44px;
	width:365px;
}

/* --- Contenido --- */
#contenido{width:960px; margin:5px 0 0 0;}

#izq-contenido{float:left; width:440px; margin:0 0 0 20px;}
#der-contenido{float:left; width:485px; margin:0 0 0 8px;}

/* --- THUMBS --- */
.thumb-muestra{
	height:335px;
	margin:0 auto;
	padding:17px 0 0 16px;
	width:435px;
}
.thumb-muestra img{border:none;}
.thumb-muestra a.boton-abajo{
	display:block;
	height:32px;
	left:-6px;
	margin:0 auto;
	position:relative;
	text-indent:-9999px;
	top:4px;
	width:421px;
}

.thumb-muestra-01{background:url(images/bg-thumb-01.jpg) left top no-repeat;}
.thumb-muestra-02{background:url(images/bg-thumb-02.jpg) left top no-repeat;}
.thumb-muestra-03{background:url(images/bg-thumb-03.jpg) left top no-repeat;}

/* --- TEXTO 1 --- */
#texto1 {
	background:url(images/bg-texto1.jpg) top center no-repeat;
	width:452px; 
	height:227px;
	margin:0 auto;
}
#texto1 a{height:227px; display:block; text-indent:-9999px;}

/* --- TEXTO 2 --- */
#texto2 {
	background:url(images/bg-texto2.jpg) top center no-repeat;
	width:452px; 
	height:204px;
	margin:10px auto;
}
#texto2 a{height:204px; display:block; text-indent:-9999px;}


/* --- TEXTO 3 --- */
#texto3 {
	background:url(images/bg-texto3.jpg) top center no-repeat;
	width:923px; 
	height:58px;
	margin:0 auto 10px;
}
#texto3 a{height:58px; display:block; text-indent:-9999px;}

/* --- ANIMACION 1 --- */
#animacion1 {
	background: url(images/animacion.gif) top center no-repeat;
	width:452px;
	height:366px;
	margin:13px auto 0;
}
#animacion1 a{height:366px; display:block; text-indent:-9999px;}

/* --- FOOTER --- */
#footer{ 
	background:url(images/bg_footer.jpg) top left no-repeat;
	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;}
