@media screen {

	* {
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	}

	html, body {
	height: 100%;
	width: 100%;
    }

	body {
	font: normal 1em Helvetica, Arial;
	color: #1a171b;
	text-align:center;
	background: #fff url('../img/tex1.jpg') fixed repeat;
	}

	h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address{text-align:left;letter-spacing: 0.02em;}
	
	h1, h2, h3 {
	font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight:bold;
	}
	
	h2{
	margin-bottom:10px;
	}
	
	p {
	margin-bottom:10px;
	}

	li,dt,dd {margin: 2px 50px;}

	h6,dt,abbr,acronym {font-weight:bold;}
	
	a, a:link, a:visited, a:active, a:hover{color: #000; text-decoration:none;}
	
	#header {
	background: #1a171b; 
	position: fixed;
	z-index:8;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 60px;
	overflow: visible;
	}

	#header h1 {
	text-align:center;
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 0.05em;
	}
	
	#ima2{
	vertical-align: -30px;
	margin-left: 0px;
	}
	
	#menu{
	z-index: 8;
	text-align: right;
	position: relative;
	top: -26px;
	margin: 0 auto 0 10px;
	}
	
	#menu a{
	color: #ffcc00;
	margin-right: 10px;
	background: #1a171b;
	width: 84px;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	}
	
	#menu a:hover{
	color: #1a171b;
	background: #ffcc00;
	}
	
	#box{
	position: relative;
	top: 100px;
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
	}
		
	#noticuerpo{
	width: 660px;
	height: 160px;
	margin-left: 30px;
	position: relative;
	overflow: visible;
	z-index:7;
	}
	
	#notititle{
	text-align:left;
	top: -200px;
	left: -80px;
	z-index:6;
	position: relative;
	width: 232px;
	height: 180px; 
	
	}
	
	#notitopbg{
	position: relative;
	float: left;
	left: 6px;
	width: 644px;
	height: 18px;
	background: url('../img/bartop.png') repeat-x top;
	}
	
	#notileftbg{
	position: relative;
	float:left;
	width: 18px;
	height: 124px;
	background: url('../img/barleft.png') repeat-y top right;
	}
	
	#noticontent{
	position: relative;
	float:left;
	width:624px;
	height: 124px;
	font-size: 12px;
	background: #fff url('../img/tex2.jpg') repeat;
	}
	
	#noticontent dl {
	margin: 5px 0 0 140px;
	}
	
	#noticontent dt, #noticontent dd {
	margin: 2px 0;
	}
	
	#notirightbg{
	position: relative;
	float: left;
	width: 18px;
	height: 124px;
	background: url('../img/barright.png') repeat-y top left;
	}
	
	#notibottombg{
	position: relative;
	float: left;
	left: 6px;
	width: 644px;
	height: 18px;
	background: url('../img/barbottom.png') repeat-x bottom;
	}
	
	
	#manicuerpo{
	width: 946px;
	height: 1030px;
	margin: 0px auto 150px auto;
	overflow: hidden;
	}
	
	#manititle{
	text-align: right;
	position: relative;
	right: 0;
	top: 30px;
	z-index:5;
	}
	
	#manitopbg{
	position: relative;
	float: left;
	left: 9px;
	width: 930px;
	height: 18px;
	background: url('../img/bartop.png') repeat-x top;
	}
	
	#manileftbg {
	float:left;
	width: 18px;
	height: 830px;
	background: url('../img/barleft.png') repeat-y top right;
	}

	#manicontent{
	position: relative;
	float:left;
	width:900px;
	height: 820px;
	overflow: auto;
	font-size: 12px;
	padding: 5px;
	background: #fff url('../img/tex2.jpg') repeat;
	}
	
	#manirightbg{
	position: relative;
	float: left;
	width: 18px;
	height: 830px;
	background: url('../img/barright.png') repeat-y top left;
	}
	
	#manibottombg{
	position: relative;
	float: left;
	left: 9px;
	width: 930px;
	height: 18px;
	background: url('../img/barbottom.png') repeat-x bottom;
	}
	
	#foot{
	position: fixed;
	z-index:7;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 170px;
	background: url('../img/foot.png') repeat-x bottom;
	}
	
	#foot div{
	position: relative;
	text-align: right;
	top:150px;
	right: 15px;
	}
	
	#foot div, #foot div a {
	font: normal 12px arial, helvetica;
	color: #ffcc00;
	letter-spacing: 1px;
	}
	
	#foot div a:hover {
	color: #ff9900;
	}
	
    .right{
    text-align: right;
    }
    
	.center {
	text-align: center;
	}
	
	
	.sangrado {
	text-indent: 1em;
	text-align: justify;
	}

	.off:active , .off:visited , .off:link , .off:hover {
	text-decoration: line-through;
	}
 
}

@media print {
	
	img{
	display: none;
	}

}