/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	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;
}
/* General Demo Style */
body{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	background: #000;
	font-weight: 400;
	font-size: 15px;
	color: #aa3e03;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}

.clr{
	clear: both;
}

.tira {
	background-color: #000;
	width: 100%;
	height: 20px;
	padding:5px;
	position: relative;
	z-index:999;
	color: #fff;
	text-align: right;
	
}

.tira a {
	color: #fff;
	text-decoration: none;
	padding-right:20px;
}

.ventana {
	border-radius: 25px;
	background-image:url('/webapp/img/pattern2.png');
	background-repeat:repeat;
	position:relative; 
	width:320px;
	padding:10px;
	z-index:999;
	text-align: center;
	margin-top:30px;
}

.ventana h1 {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	margin: 20px;
}

.ventana a {
	color: #fff;
	text-decoration:none;
}

.subventana {
	border-radius: 25px;
	background-color: #c23b22;
	padding:10px;
	text-align:center;
}

.subventana a {
	color: #000;

}

.subventana .noticia_simple {
	text-align:left;
	font-size:12px;
}

.subventana .noticia_simple_copete {
	margin-top: 5px;
	font-size:12px;
}