@charset "utf-8";
body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	margin:0; 
	padding:0;
	text-align: center; 
	color:#FFF;
	font-size:10px;
}
body, html {
		background:#333 url(../images/fondo_pie.jpg) repeat-x bottom;
}
a, a:link, a:active{
	text-decoration:none;
	color:#666;
}

a:hover{
	text-decoration:none;
	color:#3696C9;
}
hr{
	color:#333;
	height:1px;
	margin:0;
}
form{
	margin:0;
}
.contenidoGeneral #container {
	width:800px;
	margin:15px auto;
	text-align: left;
	background:#FFF;
}
.contenidoGeneral #head {
	width:800px;
	height:175px;
	padding:0px;
	margin:0px;
	text-align:center;
}
 
.contenidoGeneral #contenidoLateral {
	float:left;
	width:195px;
	margin:0;
	background:#FFF;
}
.contenidoGeneral #contenidoCentral {
	float:left;
	margin:0;
	padding:0;
	width:604px;
	background:#F2F2F0;
}
.contenidoGeneral #pie {
	width:800px;
	height:110px;
	margin:10px auto 10px;
	text-align: left;
	text-align:center;
	font-weight:bold;
	color:#CCC;
	font-size:10px;
	vertical-align:bottom;
}
.contenidoGeneral #pie a {
	color:#EEE;
	text-decoration:none;
}
.contenidoGeneral #pie a:hover {
	text-decoration: underline;
	color:#EEB702;
}
.contenidoGeneral  #denunciaUser {
	padding:5px 10px 0;
	font-size:10px;
	height:200px;
	color:#333;
}
.contenidoGeneral  #denunciaUser div {
	text-align:right;
	color:#333;
}
.contenidoGeneral  #denunciaUser input, .contenidoGeneral  #denunciaUser textarea, .contenidoGeneral  #denunciaUser select {
	width:95px;
	background:#FFFFF0;
}
.contenidoGeneral  #loginUser {
	padding:5px 10px 0;
	font-size:10px;
	background:#F2F2F0;
	height:205px;
	color:#666;
}
.contenidoGeneral input{
	width:150px;
	height:12px;
	font-size:10px;
	color:#000;
	background:#EEE;
}
.contenidoGeneral textarea{
	width:150px;
	font-size:10px;
	color:#000;
	background:#EEE;
}
#contenidoLateral input{
	width:90px;
	height:12px;
	background:#EEE;
	font-size:10px;
	color:#000;
}
.contenidoGeneral #imagenesFlash {
	padding:0;
	height:205px;
	border-left:1px solid #999;
}
.contenidoGeneral #textHome{
	margin:5px;
	height:200px;
	background:#FFF;
	color:#000;
	overflow:auto;
	font-size:12px;
}
.contenidoGeneral #textHome div{
	margin:5px;
	padding:10px;
	color:#000;
}
.contenidoGeneral #textHome div h3{
	font-weight:bold;
	color:#666;
}
#contenidoCentral .listados{
	width:530px;
}
#contenidoCentral .contenidos{
	width:250px;
	float:left;
	margin:0px 3px 5px 3px;
	padding:0px 5px 0px 0px;
}
.contenidoGeneral h1{
	font-size:14px;
	font-weight:bold;
	color:#EEB702;
	margin:1px;
	display:inline;
	text-align:left;
}
.contenidoGeneral h2{
	font-size:12px;
	font-weight:bold;
	color:#333;
	margin:1px;
	display:inline;
	text-align:left;
}
.contenidoGeneral h3{
	color:#EEE;
	font-size:11px;
	font-weight:bold;
	margin:0;
}
.contenidoGeneral p{
	margin:3px;
}
.contenidoGeneral .categoria{
	display:block;
	color:#4285B0;
	text-align:right;
	font-size:10px;
}
div.float {
  float: left;
  margin:5px;
  border:1px #330099 solid;
}
form {
	margin:0;
	padding:0;
}
.aclaracion{
	color:#F90;
	font-size:9px;
	text-align:right;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.blancoParche{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	background:#FFF;
}
.resalta{
	border:#FC0 1px solid;
	background:#FFC;
}