/* css para 1978 por eoran.com */

/*
YAHOO RESET
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* CSS Document */
html {
  height: 100%;
  overflow: hidden;
}
 
body {
	height: 100%;
	background:#000;
	color:#fff;
	font-family:"Helvetica Neue","HelveticaNeue",Helvetica,arial,verdana,sans-serif;
	font-size:12px;
	line-height:17px
}
#flash {
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
}
#content {
	position:relative;
	top:0;
	left:0;
	z-index:100;
	overflow:auto;
	width:100%;
	height:100%;
}
#bg-top {
	width:100%;
	left:0;
	height:80px;
	background:url(../images/bg-top.png) center top repeat-x;
	position:absolute;
	margin:180px auto 0;
}
#main {
	width:600px;
	margin:0 auto 70px;
	padding-bottom:110px;
	text-align:justify;
	position:relative;
	z-index:101;
	background:url(../images/ucsj.png) no-repeat center bottom;
}
#logo a {
	display:block;
	width:200px;
	height:110px;
	background:url(../images/1978.png) center center no-repeat;
	padding:50px;
	margin:auto}
	
#menu {
	width:90%;
	margin:auto;
	padding-bottom:10px;
	margin-bottom:20px;
}
#menu li {
	float:left;
	margin-left:26px;
	font-size:22px;
	letter-spacing:4px;
	padding:26px 0 0 0;
	overflow:hidden;
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:26px;
	 
}
ul#menu li a {
	
	font-size:22px;
	letter-spacing:4px;
	padding:26px 0 0 0;
	overflow:hidden;
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:26px;
	
}

ul#menu li.mnso a {
	background-image: url("../images/boton1978.png");
}
ul#menu li.mnso a:hover {
	background-image: url("../images/boton1978h.png");
}
ul#menu li.contacto a {
	background-image: url("../images/botoncontacto.png");
}
ul#menu li.contacto a:hover {
	background-image: url("../images/botoncontactoh.png");
}
ul#menu li.extras a {
	background-image: url("../images/botonextras.png");
}
ul#menu li.extras a:hover {
	background-image: url("../images/botonextrash.png");
}
ul#menu li.programas a {
	background-image: url("../images/botonprogramas.png");
}
ul#menu li.programas a:hover {
	background-image: url("../images/botonprogramash.png");
}

#main a {
	color:#fff;
	text-decoration:none
}
#main a:hover {
	color:#ff0000;
	text-decoration:underline
}

#menu li a {color:#fff; text-decoration:none}
#pie {
	padding:35px 0
}
.left object {
	margin-bottom:15px
}
.left img {
	float:left
}
.left {
	width:290px;
	float:left;
}
.right {
	width:285px;
	float:right;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */

h1 {
	font-size:34px;
	line-height:34px;
	color:#ff0000;
	text-align:center;
	margin:25px 0 35px 0;
	
}
h2 {
	color:#ff0000;
	/*color:#D4145A;*/
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:12px
}
p, ul {
	margin-bottom:12px
}

#programas li,
#extras li {
	margin-bottom:8px;
}
li, #menu li {margin-bottom:0}


blockquote {
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:25px;
	padding:25px;
	padding-bottom:15px;
	background:url(../images/bg-block.png) center center no-repeat	;
}
.highlight {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:0 20px 20px;
	text-transform:uppercase;
	letter-spacing:0
}
em {
	font-style:italic
}
strong {
	font-weight:bold;

}
#programas strong {
	color:#ff0000;

}
small {font-size:9px;display:block;border:#fff 1px solid; padding:0 5px;text-transform:uppercase;margin-top:20px}
a:hover small {background:#fff;color:#000;text-decoration:none}