@charset "utf-8";
@import url("reset.css");

.clear {clear:both;}
.clearL{clear:left;}
.clearR{clear:right;}

@font-face {
    font-family: 'DBlack';
    src: url('../fonts/ff_din_black-webfont.eot');
    src: url('../fonts/ff_din_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ff_din_black-webfont.woff') format('woff'),
         url('../fonts/ff_din_black-webfont.ttf') format('truetype'),
         url('../fonts/ff_din_black-webfont.svg#DINBlackRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DLight';
    src: url('../fonts/ff_din_light-webfont.eot');
    src: url('../fonts/ff_din_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ff_din_light-webfont.woff') format('woff'),
         url('../fonts/ff_din_light-webfont.ttf') format('truetype'),
         url('../fonts/ff_din_light-webfont.svg#DINLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #111 url(../images/bodybg.jpg) repeat-x;
	font: normal 13px/140% Arial, Helvetica, sans-serif;
	color: #FFF;
}

h1, h2, h3, h4 {
	font-family: 'DBlack';
	font-weight:normal;	
}

blockquote {
	padding-left:30px;
}

header {
	width: 960px;
	height: 392px; /*432px;*/
	margin:0 auto;
	position: relative;
	z-index:666;
}

header h1 {
	display:none;
	visibility:hidden;
}

header .logo img {
	display:block;
	position:absolute;
	left:0;
	top:24px;
	height:50px;
}

header .logo .bottom {
	font-size:22px;
	letter-spacing:normal;
}

header .logo .mastercolor {
	font-family: 'DBlack';
}

header #cabecera {
	width:960px;
	height:259px;
	position:absolute;
	top:87px; /*127px;*/
	left:0;
	overflow:hidden;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;	
}

header #cabecera .sombra {
	bottom: 0;
	height: 37px;
	position:absolute;
	width:960px;
	background: url(../images/cabecera-sombra.png) no-repeat;
}

header .social {
	position:absolute;
	top:36px;
	right:9px;	
}

header .social li {
	display:inline;
}

header .social li a {
	display:block;
	float:left;
	width:25px;
	height:25px;
	text-indent:-5000px;
	margin-left:5px;	
}

header .social li a.fb {background: url(../images/socialtop.png) no-repeat left top;}
header .social li a.tw {background: url(../images/socialtop.png) no-repeat -25px top;}
header .social li a.yt {background: url(../images/socialtop.png) no-repeat -50px top;}
header .social li a.ig {background: url(../images/socialtop.png) no-repeat right top;}

header .social li a.fb:hover {background: url(../images/socialtop.png) no-repeat left bottom;}
header .social li a.tw:hover {background: url(../images/socialtop.png) no-repeat -25px bottom;}
header .social li a.yt:hover {background: url(../images/socialtop.png) no-repeat -50px bottom;}
header .social li a.ig:hover {background: url(../images/socialtop.png) no-repeat right bottom;}

header nav {
	width:964px;
	padding-left:16px;
	height:46px;
	background-color:#333333;
	position:absolute;
	bottom:0;
	left:-10px;	
}

/*------------MENU1---------------*/
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			193px; /* left offset of submenus need to match (see below) */
	padding:0;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			25px;
	top:			38px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	position:absolute;
	z-index:666;
}

.sf-menu a  { /* visited pseudo selector so IE6 applies text colour*/
	color:#CCC;
	padding:0px 18px;
	font-size:14px;
	line-height:46px;
	font-family: 'DBlack';
	background:transparent url(../images/nav-a-bg.png) repeat-x left -60px;
}

.sf-menu a img {
	vertical-align:baseline;
	margin-left:3px;
}

.sf-menu li {
	margin:0;
}

.sf-menu li.ultimo {
	margin-left:2px;
}

.sf-menu li.sfHover > a {
	outline:0;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu li.activo,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu a.active  {
	outline: 0;
	color: #FFF;
	background:transparent url(../images/nav-a-bg.png) repeat-x;
}

.sf-menu li:hover:after, .sf-menu li.sfHover:after, .sf-menu li.activo:after {
	content: url(../images/nav-li-bg1.png);
	position:absolute;
	top:0px;
	left:-14px;
}

.sf-menu li:hover:before, .sf-menu li.sfHover:before, .sf-menu li.activo:before {
	content: url(../images/nav-li-bg2.png);
	position:absolute;
	top:0px;
	right:-14px;
}

.sf-menu li.primero:hover:after, .sf-menu li.primero.sfHover:after, .sf-menu li.primero.activo:after {
	content: url(../images/nav-li-bg3.png);
	position:absolute;
	top:0px;
	left:-14px;
}
.sf-menu li.ultimo:hover:before, .sf-menu li.ultimo.sfHover:before, .sf-menu li.ultimo.activo:before {
	content: url(../images/nav-li-bg3.png);
	position:absolute;
	top:0px;
	right:-14px;
}

.submenutop {
	height: 17px;
	width: 193px;
	position: absolute;
	z-index: 9999 !important; 
	background: url(../images/nav-sub-top.png);
}

.submenucont {
	top:17px;
	width:193px;
	padding-top:2px;
	padding-bottom:12px;
	position:absolute;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow:1px 1px 4px #111;
}

.sf-menu li li {
	margin:0;
	padding:0;
	background:none;
}

.sf-menu li li:hover:after {
	content:none;
}

.sf-menu li li:hover:before {
	content:none;
}

.sf-menu li li a {
	text-transform:none;
	padding:6px 0;
	margin:3px 14px 0 14px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#1e1e1e; /*#1E1E1E;*/
	border-bottom:1px dotted #666; /*#666;*/
	line-height:16px;
	background:none	transparent;
	display:block;
	transition:all 100ms ease-out;
}

.sf-menu li li a img {
	position:absolute;
	right:16px;
	top:11px;
}

.sf-menu li li:hover {
	background:none transparent;
}

.sf-menu li li a:hover {
	border-bottom:1px dotted #FFF; /*#000;*/
	color: #FFF; /*#000;*/
	background:none	transparent;
	margin-left:19px;
	margin-right:9px;
	transition:all 100ms ease-in;
}

header nav:before {
	content: url(../images/nav-lineas.png);
	position:absolute;
	z-index:888;
	top:-10px;
	left:0;
}

header nav:after {
	content: url(../images/nav-lineas.png);
	position:absolute;
	top:29px;
	z-index:555;
	left:0;
}

header .nav-sombra {
	background:url(../images/nav-sombra.jpg) no-repeat;	
	width:980px;
	height:15px;
	bottom:-15px;
	left:-10px;
	position:absolute;
}

/*----fin cabecera---*/

/*------CONTENIDO-------*/

#contenido {
	width:960px;
	padding-top:15px;
	position:relative;
	z-index:333;
	margin:0 auto;
	background:#333;
	padding-bottom:12px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#main {
	width:606px;
	padding:16px;
	border:1px solid #444;
	background:#222;
	float:left;
	margin-left:12px;
	margin-right:12px;
	color:#CCC;
	min-height:1130px;
	margin-top: 40px;
}

#default #main {
	margin-top:0;	
}

#main h1 {
	color: #999999;
    font-size: 26px;
    font-weight: normal;
    height: 55px;
    line-height: 28px;
    margin-top: -55px;
    text-shadow: -1px -1px 1px #222;
}

#main .texto-format h2 {
	color:#FFF;
	font-size:24px;	
	padding-bottom:20px;
}

#main .texto-format h3 {
	color:#FFF;
	font-size:18px;	
	padding-bottom:16px;
}

#main .texto-format h4 {
	color:#FFF;
	font-size:15px;	
	font-weight:bold;
	padding-bottom:16px;
}

#main .texto-format p {
	padding-bottom:16px;	
}

#main .texto-format ul {
	list-style:inside disc;	
	padding-bottom:16px;	
	margin-left:10px;
}

#main .texto-format ul li {
	margin-bottom:6px;
}

#main .texto-format .masterimg {
	float:left;	
	width:300px;
	overflow:hidden;
	border-radius:2px;
	line-height:0;
	margin:0 20px 20px 0;
	background:#333333;
}

#main .texto-format .resumen {
	font-weight:bold;
	float:left;	
	width:286px;
}

#main .texto-format .fecha {
	color:#868686;
	margin-right:10px;
	font-style:italic;
}



aside {
	float: left;
	position: relative;
	width: 284px;
	min-height: 1200px;
	border: 1px solid #444;
	background: #222 url(../images/aside-bg.jpg) repeat-x left bottom;
	border-top: 0;
	padding-bottom: 20px;
}

.catalogo {
	display: block;
	width: 254px;
	height: 165px;
	position:relative;
	background: url(../images/catalogo9.jpg) no-repeat;
	margin:0 0 20px 10px;
}

.catalogo span {
	position:absolute;
	display:block;
	left:0;
	top:110px;
	line-height:34px;
	font-family:'DBlack';
	color: #FFF; /*#212121;*/
	font-size:16px;
	width:192px;
	text-align:center;
	border-radius:6px;
	box-shadow:0 0 0 #000;
	transition:box-shadow 200ms ease-in;
}

.catalogo:hover span {
	box-shadow:1px 1px 6px #000;
	transition:box-shadow 50ms ease-in;
}

.catalogo span img {
	vertical-align:middle;
}

.fb-container {
    width: 258px;
	margin:0 auto 20px auto;
    overflow: hidden;
}

.fb-container > div {
     margin: -1px 0px 0px -1px;  
}

aside .title-fb, aside .title-tw {
	text-indent:-5000px;
	height:48px;
	margin-bottom:8px;
}

aside .title-fb {background: url(../images/title-fb.jpg);}
aside .title-tw {background: url(../images/title-tw.jpg);}


.tw-container {
	margin:12px 12px 22px;
}

video {
	margin:12px 12px 22px;
}

.movibeta {
	display:block;
	border-radius:6px;
	padding:10px;
	color:#333333;
	margin:0 10px 10px 10px;
}

.movibeta img {
	display:block;
	margin-left:-10px;
	margin-bottom:10px;
}

.movibeta span {
	font-size:22px;	
	font-weight:normal;
	text-transform:uppercase;
	font-family: 'DBlack';
}

.movibeta:hover {
	background-color:#FFF !important;
}

.banner-red {
	margin:10px 0 16px 12px;
	width:260px;
}

.logo-car {
	display: block;
	height: 59px;
	width: 185px;
	text-indent:-5000px;
	margin:0 auto;
	background: url(../images/logo-car.png) no-repeat center top;
}

.logo-car:hover {
	background: url(../images/logo-car.png) no-repeat center bottom;
}


/*-----FOOTER---*/

footer {
	background:#474747;
/*	height:368px;*/
	position:relative;
	z-index:222;
	padding-top:60px;
	margin-top:-60px;
}

footer #footercont {
	width:960px;
	margin:0 auto;
	padding-top:30px;
}

#footercont .left {
	float:left;
	height:230px;
	width:487px;	
	border-right:1px solid #3D3D3D;
}

#footercont .copy {
	border-radius:3px;
	background-color:#202020;
	font-size:11px;
	color:#FFF;
	padding:16px;
	margin-right:22px;
}

#footercont .copy strong {
	font-size:13px;
}

#footercont .tttlink {
	text-align:right;
	font-size:11px;
	color:#1F1F1F;
	margin-right:22px;
	margin-top:20px;
}

#footercont .tttlink a {
	opacity:0.5;
}

#footercont .tttlink a:hover {
	text-decoration:underline;
}

#footercont .right {
	width:440px;
	float:left;
	padding-left:22px;
/*	height:230px;*/
	border-left:1px solid #555;
}


/*-----HOME---*/


#sliderhome {
	width:640px;
	border:1px solid #333;
	margin-left:11px;
	margin-bottom:13px;
	height:240px;
	background-color:#CCC;	
	transition:border-color 300ms ease-out;
}

#sliderhome:hover {
	border:1px solid #666;
	transition:border-color 100ms ease-in;
}

#default aside {
/*	margin-top:-256px;*/
}

.lista-publicaciones article:last-child {
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom:0;
}

.lista-publicaciones article {
	padding-bottom:20px;
	border-bottom:1px solid #444;
	margin-bottom:20px;
}

.lista-publicaciones article figure {
	width:167px;
	height:165px;
	float:left;
	border-radius:2px;
	overflow:hidden;
}

.lista-publicaciones article a {
	color:#FFF;
}

.lista-publicaciones article h3 {
	font-size:20px;
	margin-left:187px;
	padding-bottom:10px;
	line-height:110%;
}

.lista-publicaciones article p {
	margin-left:187px;
	padding-bottom:10px;
}

.lista-publicaciones article .masinfo span {
	color:#868686;
	margin-right:10px;
	font-style:italic;
}

.lista-publicaciones article .masinfo a {
	font-family:'DBlack';
}

.lista-publicaciones article .masinfo a:hover:after {
	content:' >';
}

.lista-publicaciones article .social {
	opacity:0;
	margin-left:187px;
	transition:opacity 250ms ease-out;
}

.lista-publicaciones article:hover .social {
	opacity:1;
	transition:opacity 150ms ease-in;
}

/*---PUBLICACIONES---*/

.paginacion {
	margin-top:40px;
}

.paginacion td {
	padding:6px;	
}

.social {
	position:relative;
	z-index:888;
}

.social ul li {
	display:inline-block;
	margin-right:10px;
	vertical-align:top;
}

.social ul li.comments {
	width: 24px;
	font-family:'DBlack';
	font-size:13px;
	margin-right:6px;
	height: 20px;
	text-align:center;
	line-height:16px;
	color:#111;
	background: url(../images/commentario.png) no-repeat;
}

.filtraletra {
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #666;
}

.filtraletra li {
	display:inline;
}

.filtraletra li a {
	display:block;
	background-color:#333;
	float:left;
	width:22px;
	line-height:25px;
	text-align:center;
	color:#999;
	height:25px;
	margin-right:4px;
	font-family: 'DBlack';
	border-radius:3px;
	margin-bottom:4px;
}

.filtraletra li a:hover, .filtraletra li a.activo {
	background-color:#555;
	color:#333;
}

#programaxsede h4, #programaxdia h4 {
	padding-top:10px;	
}