* {
	margin: 0 auto;
	padding: 0;
  }

.primera_linea {
	font-size: 18px;
}

#new{
	font-size: 14px;
}
body, html{
	font-family: Century Gothic, verdana, Arial;
	font-size: 80%;
	/*font-size: 78%;*/
	color: #fff;
	background: #000;
}
a{
	text-decoration:none;
	color:#ff0000;
}
span{
	color:#ff0000;
}
#main{
	width: 1020px;
	height: auto;
	/*border:1px red solid;*/
}
#header{
	width: 1020px;
	height: 200px;
	background: url('images/header.jpg');
	border-bottom:1px solid #000;
}
#sidebar{
	background:#555555;
	height:20px;
	border:1px solid #999999;

}
#sidebar ul{
list-style-type:none;
	text-align:center;
}
#sidebar ul li{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	padding:10px;
	background:#db111d;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	display:inline;
}
#sidebar ul li:hover{
	background:#777777;
}
#sidebar ul li a{
	font-size:14px;
	color:#fff;
	text-decoration:none;
}
#content{
	/*border:1px solid #ff0000;*/
	width: 1020px;
}

#sidebar_vertical{
	margin-top:20px;
	float:left;
	background:#555555;
	width:200px;
	border:1px solid #999999;
}
#sidebar_vertical ul{
list-style-type:none;
}
#sidebar_vertical ul li{
	padding:10px;
	background:#999999;
	border:1px solid #000;
	float:left;
	display:block;
	width:180px;
}
#sidebar_vertical ul li:hover{
	background:#777777;
}
#sidebar_vertical ul li a{
	font-size:14px;
	color:#000;
	text-decoration:none;
}
#coment{
	border:1px solid #999999;
	float:left;
	width:790px;
	margin-top:20px;
	padding:10px;
	margin-bottom:50px;
	text-align:justify;
	
}
#coment h2{
	margin-bottom:30px;
	border-bottom:1px solid #fff;
	font-size:18px;
}
#coment h3{
	text-align:center;
	margin-bottom:20px;
	color:#ff0000;
	font-size:16px;
}
#coment p{
	font-size:14px;
}
#coment img{
	margin:5px;
	border:1px solid #fff;
}
#imagen{
	margin:20px 20px 10px 160px;
	}

#tablas img{
	margin:0 auto;
	border:1px solid #fff;
}

#tablas{
	margin-top:20px;
	/*border:1px solid #999999;*/
	width:90%;
	text-align:center;
}
#tablas h2{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	background:#db111d;
	margin-bottom:5px;
}

fieldset{
	border:1px solid #999999;
	padding:15px;
	font-size:18px;
	color:#999999;*/
}

#footer{
	background: #db111d;
	border-top:1px double #999999;
	width:1020px;
	height:20px;
	bottom:0;
	float:left;
	position:fixed;
}
#footer p{
margin-top:2px;
font-size:14px;
color:#fff;
text-align:center;
}
#footer p a{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
#footer p  a:hover{
	color:#fef6b1;
}