@charset "utf-8";
@import url("reset.css");

.clearL {
	clear:left;
}

.clear {
	clear:both;
}

body {
	font: italic 14px/150% Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background: #DBB88D url(../images/body-bg.jpg) repeat-x center top;
	position:relative;
}

body > header {
	background: url(../images/menu-bg.png) repeat-x center bottom;
	height:136px;
	margin-bottom:26px;
}

#headercont {
	width:940px;
	padding-top:87px;
	margin:0 auto;
	position:relative;
	height:49px;
}

#headercont h1 {
	display:none;
}

#headercont > a {
	display:block;
	float:left;
	width:192px;
	height:32px;
	margin-right:25px;
}

#headercont p {
	position:absolute;
	top:0px;
	right:0px;
	width:180px;
	font-size:11px;
	color:#000000;
	text-align:right;
	padding-top:10px;
	line-height:120%;
}

#headercont p a {
	color:#333;
}

#headercont p a:hover {
	color:#FFF;
}

nav {
	width:610px;
	float:left;
	height:32px;
}

nav li {
	display:inline;
}

nav li a {
	display:block;
	float:left;
	line-height:32px;
	color:#FFF;
	font-weight:bold;
	padding:0px 10px;
	font-size:12px;
	-moz-text-shadow:-1px -1px #333333;
	-webkit-text-shadow:-1px -1px #333333;
	text-shadow:-1px -1px #333333;
	-moz-transition:opacity 150ms linear;
    -webkit-transition:opacity 150ms linear;
	transition:opacity 150ms linear;
}

nav li a.activo {
	color:#B76F3F;
	cursor:default;
}

nav:hover > ul li a {
	opacity:0.5;
}

nav:hover > ul li a:hover {
	-moz-transition:opacity 150ms linear;
	-webkit-transition:opacity 150ms linear;
	transition:opacity 150ms linear;
	opacity:1;
}

nav:hover > ul li a.activo {
	opacity:1;
}

.ie8 nav > ul li a:hover, .ie7 nav > ul li a:hover {
	color:#B76F3F;
}

#musica {
	margin-left:40px;
	float:left;
	width:72px;
}

#wrapper {
	width:940px;
	margin:0 auto;
	margin-bottom:76px;	
}

#main {
	float:left;
	width:646px;
	margin-right:34px;
	_margin-right:12px;
	padding-left:6px;
	min-height:500px;px;
}

#default #main {
	min-height:1px;	
}

#main h1 {
	margin-bottom:12px;
	margin-left:-6px;
	background: #636363 url(../images/h1-bg.jpg) repeat-x center bottom;
	line-height:26px;
	padding:0px 10px;
	font-size:14px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border-top: 1px solid #9D9D9D;
	border-right: 1px solid #252525;
	border-bottom: 1px solid #252525;
	border-left: 1px solid #9D9D9D;
	-moz-text-shadow:-1px -1px #333333;
	-webkit-text-shadow:-1px -1px #333333;
	text-shadow:-1px -1px #333333;
	color:#FFF;
}

#main h2 {
	font-size:16px;
	color:#111;
	margin-bottom:10px;
}

#main h3 {
	font-size:14px;
	margin-bottom:10px;
}

#main p {
	padding-bottom:16px;
}

#main p a {
	color:#BF7B49;
	text-decoration:underline;	
}

#main p a:hover {
	color:#FFF;	
}

#main a.all, #main input#button {
	display:block;
	padding:0px 5px;
	width:120px;
	text-align:center;
	font-size:12px;
	color:#FFF;
	border-radius:6px;
	border-top: 1px solid #9D9D9D;
	border-right: 1px solid #252525;
	border-bottom: 1px solid #252525;
	border-left: 1px solid #9D9D9D;
	-moz-text-shadow:-1px -1px #333333;
	-webkit-text-shadow:-1px -1px #333333;
	text-shadow:-1px -1px #333333;
	background: url(../images/h1-bg.jpg) repeat-x center bottom;
	-moz-transition:color 150ms linear;
    -webkit-transition:color 150ms linear;
	transition:color 150ms linear;
}

#main a.all:hover, #main input#button:hover {
	color:#B76F3F;
	-moz-transition:color 150ms linear;
    -webkit-transition:color 150ms linear;
	transition:color 150ms linear;
}

aside {
	float:left;
	width:254px;
}

aside article {
	display:block;
	margin-bottom:6px;	
}

aside > section {
	width:252px;
	height:330px;
	max-height:330px;
	background:transparent url(../images/slider-bg.png) repeat-x center top;
	border-top: 1px solid #D4B8A8;
	border-right: 1px solid #B9A791;
	border-bottom: 1px solid #B9A791;
	border-left: 1px solid #D4B8A8;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin-bottom:14px;
	position:relative;
}

aside > section > h1 {
	height:107px;
	text-indent:-6000px;
	margin-bottom:12px;
	background: url(../images/misteraside.jpg) no-repeat;
}

aside > section article {
	width:220px;
	margin-left:14px;
}

aside > section article h1 {
	font-size:16px;
	margin-bottom:8px;
}

aside > section article span#fechaaside {
	margin:0px 10px 0px 0px;
}

aside > section article p {
	height:125px;
	overflow:hidden;
}

aside > section article a {
	display:block;
	width:70px;
	color:#BF7B49;
	font-weight:bold;
	position:absolute;
	bottom:15px;
	right:20px;
}

aside > section article a:hover {
	color:#FFF;
}

body > footer {
	background: url(../images/footer-bg.png) repeat-x center bottom;
	height:32px;
	padding-top:180px;
	position:relative;
}

body > footer p {
	width:600px;
	text-align:center;
	font-weight:bold;
	color:#D9B88C;
	font-size:11px;	
	margin:0 auto;
}

body > footer p img {
	vertical-align:middle;
	margin-right:6px;
}

a.kingsize {
	width:153px;
	display:block;
	height:31px;
	position:absolute;
	right:12px;
	bottom:12px;
	text-indent:-6000px;
	background: url(../images/kingsize.png) no-repeat center top;
}

a.kingsize:hover {
	background: url(../images/kingsize.png) no-repeat center bottom;
}

/*---HOME---*/

#slider {
	width:940px;
	margin:0 auto;
	height:330px;
	overflow:hidden;
	background:transparent url(../images/slider-bg.png) repeat-x center top;
	border-top: 1px solid #D4B8A8;
	border-right: 1px solid #B9A791;
	border-bottom: 1px solid #B9A791;
	border-left: 1px solid #D4B8A8;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	position:relative;
	margin-bottom:26px;
}

.ie6 #slider {
	background:#DDC4B1 none;
}

#slider > h1 {
	height:107px;
	line-height:145px;
	font-weight:bold;
	font-size:38px;
	width:240px;
	padding-left:100px;
	position:absolute;
	top:0px;
	text-indent:-7000px;
	left:0px;
	background: url(../images/mister.jpg) no-repeat left top;
}

#slider article {
	background-color:transparent;
	position:relative;
	height:332px;
	width:940px;
}

#slider article h1 {
	padding-top:120px;
	width:423px;
	font-size:20px;
	margin-left:35px;
	margin-bottom:10px;
}

#slider article figure {
	position:absolute;
	width:420px;
	height:277px;
	margin:0;
	top:25px;
	right:25px;	
	border:1px solid #999;
}

#slider article span, 
aside > section article span, 
.noticia span.fecha,
.bloquenoticia span.fecha {
	width:22px;
	float:left;
	background-color:#BF7B49;
	background-image:-moz-linear-gradient(#BF7B49,#BC6039);
	background-image:-webkit-linear-gradient(#BF7B49,#BC6039);
	background-image:linear-gradient(#BF7B49,#BC6039);
	margin-left:35px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	line-height:120%;
	display:block;
	padding:4px 1px;
	text-align:center;
	font-style:normal;
	color:#FFF;
	font-size:11px;
	border-right:1px solid #BC6039;
	border-left: 1px solid #BF7B49;
	text-shadow:-1px -1px #BC6039;
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.2);
	box-shadow:1px 1px 3px rgba(0,0,0,0.2);
}

#slider article p {
	width:383px;
	margin-left:75px;	
}

#slider article a {
	display:block;
	width:120px;
	color:#BF7B49;
	font-weight:bold;
	position:absolute;
	bottom:25px;
	left:380px;
}

#slider article a:hover {
	color:#FFF;
}

#slider #pager {
	position:absolute;
	left:20px;
	bottom:20px;
	z-index:888;
}

#slider #pager a {
	display:block;
	width:16px;
	text-align:center;
	line-height:12px;
	color:#222;
	font-size:11px;
	height:16px;
	margin-right:6px;
	float:left;
	background: url(../images/pager.png) no-repeat center top;
}

#slider #pager a:hover, #slider #pager a.activeSlide {
	background: url(../images/pager.png) no-repeat center bottom;
	color:#DBB88D;
}

#intro {
	width:318px;
	float:left;
	margin-left:22px;
	margin-right:34px;
}

#main #intro h1 {
	margin-left:-6px;
}

.ie6 article#intro {
	margin-left:22px;
	margin-right:11px;
}

#radio {
	float:left;
	width:270px;	
}

#radio h1 {
	font-size:16px;
	background:transparent url(../images/icon-radio.png) no-repeat left top;
	border:0 none;
	color:#000;
	text-shadow:none;
	border-bottom:1px solid #A1593F;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-left:0px;
	padding-left:40px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}

#radio p {
	font-size:12px;
	line-height:140%;
}

#radio ul li {
	background-color:#F3E7D8;
}

#radio ul li a {
	display:block;
	width:270px;
	line-height:31px;
	color:#000;
	font-style:normal;
	font-size:12px;
	margin-bottom:2px;
	background: url(../images/icon_music.png) no-repeat right center;
}

#radio ul li a span {
	font-size:22px;
	line-height:24px;
	display:block;
	margin-left:13px;
	margin-right:13px;
	float:left;
	width:20px;
	color:#993300;	
}

#radio ul li:nth-child(even) {
	background-color:#E7CFB3;
}

#radio ul li:hover {
	background-color:#FFF;
}

#radio a.all {
	margin-left:138px;
	margin-top:15px;
}

/*---CURSOS---*/

#main .galeria {
	width:220px;
	float:left;
}

#main .textos {
	margin-left:240px;
}

#main .galeria a, .recomiendo a.foto {
	display:block;
	width:202px;
	height:132px;
	background-color:#CD9C6F;
	margin-bottom:14px;
	padding:6px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-moz-transition:background-color 150ms linear;
    -webkit-transition:background-color 150ms linear;
	transition:background-color 150ms linear;
}

#main .galeria a img, .recomiendo a.foto img {
	border:1px solid #A1593F;
}

#main .galeria a:hover img, .recomiendo a.foto:hover img {
	border-color:#B76F3F;	
}

#main .galeria a:hover, .recomiendo a.foto:hover {
	background-color:#DECBBD;
	-moz-transition:background-color 150ms linear;
    -webkit-transition:background-color 150ms linear;
	transition:background-color 150ms linear;
}

#main .galeria p {
	color:#BC623A;
	padding:10px;
}

/*---RECOMENDADOS---*/

.recomiendo {
	margin-bottom:40px;
}

.recomiendo a.foto {
	float:left;
	margin-right:30px;
}

#main .recomiendo p.leyenda {
	float:left;
	padding-bottom:10px;
	width:400px;
}

#main .recomiendo p.autor {
	float:right;
	padding-right:25px;
	padding-bottom:0px;
	color:#BC623A;
}

/*------CONTACTO--*/

#main .formcontacto {
	width:290px;
	float:left;	
}

#main label {
	display:block;
	padding-left:10px;	
}

#main input {
	border-color:#D4B8A8 #B9A791 #B9A791 #D4B8A8;
	border-style:solid;
	border-width:1px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	width:280px;
	border-radius:6px;
	line-height:26px;
	height:26px;
	padding:0px 5px;
	background: url(../images/slider-bg.png) repeat-x center top;
}

#main input:focus {
	background: url(../images/slider-bg.png) repeat-x center bottom;
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.4);
	box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-moz-transition:box-shadow 300ms linear;
	-webkit-transition:box-shadow 300ms linear;
	transition:box-shadow 300ms linear;
}

#main textarea {
	border-color:#D4B8A8 #B9A791 #B9A791 #D4B8A8;
	border-style:solid;
	border-width:1px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	width:280px;
	border-radius:6px;
	line-height:26px;
	height:150px;
	padding:5px;
	background: url(../images/slider-bg.png) repeat-x center bottom;
}

#main p.captcha img {
	padding:4px;
	border:1px solid #A1593F;
	background-color:#CD9C6F;
	float:left;
	margin-right:10px;	
}

#main p.captcha input {
	width:158px;
}

#main input#button {
	text-transform:uppercase;
	width:80px;
	cursor:pointer;
	margin-left:212px;
}

#contacto #mapa {
	float:left;
	width:330px;
	margin-right:20px;
}

#mapa iframe {
	padding:6px;
	background-color:#CD9C6F;
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.4);
	box-shadow:0px 0px 3px rgba(0,0,0,0.3);
}

#contacto #mapa > a {
	font-size:11px;
	color:#B76F3F;
}

#main #mapa ul li {
	display:inline;
}

#main #mapa ul li a {
	display:block;
	width:46px;
	height:47px;
	float:left;
	margin-right:12px;
	margin-top:12px;
	background-position:center top;
	background-repeat:no-repeat;
}

#main #mapa ul li a.facebooklink {
	background-image: url(../images/icon-fb.jpg);	
}

#main #mapa ul li a.myspacelink {
	background-image: url(../images/icon-myspace.jpg);	
}

#main #mapa ul li a:hover {
	background-position:center bottom;
}

#contacto #main .errores {
	background-color:#BC6039;
	font-size:12px;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:10px;
}

/*----NOTICIAS---*/

.noticia figure a.imagenprincipal {
	width:362px;
	height:242px;
	display:block;
	margin-bottom:22px;
	background-color:#CD9C6F;
	padding:6px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-moz-transition:background-color 150ms linear;
    -webkit-transition:background-color 150ms linear;
	transition:background-color 150ms linear;
	float:left;
	margin-right:12px;
}

.noticia figure a.imagenprincipal img {
	border:1px solid #A1593F;
}

.noticia figure a.imagenprincipal:hover {
	background-color:#DECBBD;
	-moz-transition:background-color 150ms linear;
    -webkit-transition:background-color 150ms linear;
	transition:background-color 150ms linear;
}

.noticia span.fecha {
	margin:0px 12px 0px 0px;
}

.noticia p.resumen {
	color:#111;
	float:left;
	width:220px;
}

.noticia.sinimg p.resumen {
	color:#111;
	float:left;
	width:592px;
}

.noticia .compartir {
	width:240px;
	height:30px;
	float:left;	
	margin-bottom:20px;
}

.noticia .compartir li {
	display:block;
	float:left;	
}

.noticia .comentarios {
	margin-top:22px;
	margin-bottom:12px;
}

.noticia a.all {
	margin-left:510px;
}

.bloquenoticia {
	border-bottom:2px dotted rgba(0,0,0,0.2);
	margin-bottom:12px;
	padding-bottom:12px;	
}

.bloquenoticia a {
	display:block;
}

.bloquenoticia a img {
	width:180px;
	height:120px;
	display:block;
	background-color:#CD9C6F;
	padding:6px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-moz-transition:background-color 150ms linear;
    -webkit-transition:background-color 150ms linear;
	transition:background-color 150ms linear;
	float:left;
	margin-right:12px;
}

.bloquenoticia a:hover img {
	background-color:#DECBBD;
	-moz-transition:background-color 150ms linear;
    -webkit-transition:background-color 150ms linear;
	transition:background-color 150ms linear;
}

.bloquenoticia span.fecha {
	margin:0px 12px 0px 0px;
}

#noticias #main .bloquenoticia a p {
	padding-bottom:0px;
	color:#333;
}

#noticias #main .bloquenoticia a:hover p {
	color:#111;
}

#noticias #main .bloquenoticia a:hover p:after {
	content:" Ampliar";
	color:#FFF;
	font-weight:bold;
}
