@charset "UTF-8";
* {
	margin: 0;
}
html, body, {
	margin: 0;
	padding: 0;
	height: 100%;
	
}

html{font-family: "Myriad Pro", "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 125%; /* px / 10 = ems*/
}   
body{
	font-size: .5em;
}
a {color:#000}
a:hover {color: #F06}
#wrapper {
   /* position:relative;  needed for footer positioning*/
	margin:0 auto -20%; /* center, not in IE5 *//* el margin del bottom debe ser el mismo valor que el alto del footer pero en negativo */ 
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	min-height: 100%;
	_height: 100%;
	background:#E6E6E6
}
#header img { padding: 0 5% 0;}
#menu {
	background:#E6E6E6;
	border-bottom: #1A171B solid 3px;
	padding: 1.2% 10% 0.2%;
	font-size: 1.2em;
	text-align:center
}
#menu li { list-style:none; display:inline; background:#E6E6E6}
#menu li a { text-decoration:none;}
#content {
	background-color: #E6E6E6;
	margin: 0 10%;
	padding:6% 0;
}
#content img { border: #1A171B  solid 3pt; margin:3em 3em 1.5em 3em;}
.left {float:left}
.right {float:right}
.center { text-align:center}
.clear { clear:both}
.noborder { border:none;}
h1 { font-size:2.6em; font-weight:normal}
h2 { font-size:2em; font-weight:norma; margin:2em 0 0 0}
h3 { font-size:1.3em;; font-weight:normal}
h4 { font-size:1.6em;; font-weight: 600; margin:0.5em 0 }
p { font-size:1.2em; margin:0.4em 3em}
#push {
	background:#603;
	width:100%;
	position: fixed;
	height:20px;}
#footer {
	background: url(../graphic/bg_footer.png) repeat-x #FFF;
	width:100%;
	height:20%;
	height:164px; /* IE6: treaded as min-height*/
	min-height:164px; /* real browsers */
	min-height: 164px;
	_height: 20%;
	bottom:0;
	text-align:center;
}
#footer_sub { 
	padding:0 10%;
	min-height:164px;
	height:164px;
	background:url(../graphic/logo_footer.png) no-repeat center;
	text-align:center;
	}
#footer_sub p { padding:8% 0;
	font-size:1em; color:#9F9EA0}
#footer_sub a {color:#9F9EA0;}
#footer_sub a:hover {color: #F06}
#artista { float:left;}
#artista h2 { padding:0; margin:0 0 0 10px}
#artista img { padding:0; margin:10px}
#artista a { text-decoration:none}

