/* Reset CSS*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body{
	background:#000 url(../img/bg.jpg) no-repeat top center;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
}


h1{
	width:387px;
	height:128px;
	background: url(../img/logotipRedLion.png) no-repeat;
	position:relative;
	top:0;
	left:231px;
	text-indent:-9999px;
	z-index:2;
}

#contenidor h2{
	width:477px;
	height:30px;
	background: url(../img/bg_h2_contenidor.png) no-repeat;
	padding:0 0 0 40px;
	font-size:16px;
	font-weight:normal;
	margin-bottom:10px;
}

#barraLateral h2{
	width:317px;
	height:50px;
	background: url(../img/bg_h2_barraLateral.png) no-repeat;
	color:#fff;
	text-align:center;
	font-weight:normal;
	font-size:16px;
	padding-top:29px;
	margin-bottom:10px;
}

#barraLateral a{color:#fff; text-decoration:none; }
#barraLatera{text-decoration:undeline;}

#capsalera{
	margin:0 auto;
	width:848px;
	height:85px;
}

#banner{
	width:848px;
	height:395px;
	margin:0 auto;
	z-index:1;
}

#principal {
	width:848px;
	margin:0 auto;
}

#navHor {
	margin:-20px auto 0 auto;
	width:894px; 
	text-align:center;
	height:0;
	clear:both;
}
#navHor ol{
	display:block;
	position:relative;
	width:794px;
	height:73px;
	top:-20px;
	background: url(../img/bg_navHor.png) no-repeat;
	color:#fff;
	padding:5px 0 0 100px;
	list-style:none;
	margin:auto;
	font-size:14px;
}

#navHor ol li{
	float:left;
	margin:20px 0 0 0;
	padding:0 7px;
	border-left:1px solid #fff;
}

#navHor ol li a {
	color:#fff;
	text-decoration:none;
}

#navHor ol li a:hover {
	text-decoration:underline;
}

#navHor ol li.first{
	border:none;
}

#contenidor {
	float:left;
	margin-top:-20px;
	width:505px;
	min-height:649px;
	background: #fff url(../img/bg_central.jpg) no-repeat top right;
	padding:35px 0 0 20px;
}

#barraLateral {
	float:right;
	margin-top:-20px;
	padding-top:15px;
	width:323px;
	color:#fff;
	height:674px;
	background: #f00 url(../img/bg_barraLateral.jpg) no-repeat;
}


.clearBoth{
	width:100%;
	clear:both;
}
.clearNoticies{
	width:100%;
	clear:both;
}


#pieExterior {
	position:relative;
	top:10px;
	padding-top: 10px;
	margin:0 auto ;
	/*width:894px;*/
	color:#fff;
	font-size:11px;
}

#pieExterior a{
	color:#fff;
	text-decoration:none;
}

#pieExterior a:hover{
	text-decoration:underline;
}
#pieIS {
	/*float:right;*/
	text-align: center;
	width:70%;
}
