body, html
{
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 0.9em;
  padding: 0;
}
/*
body
{
  background-color: #ab9d96;
  background-image: url('../../images/denuncialo/bg-daylight.png');
  background-repeat: repeat-x;
  background-position: top left;
  background-attachment: fixed;
}
*/
.header
{
  position: relative;
  height: 115px;
}

/*.header img.logo
{
  border: 0;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.header .logo
{
  border: 0;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: url('../../images/denuncialo/logo.png');
  width:338px;
  height:59px;
}*/
.container
{
  position: absolute;
  width: 884px;
  margin-left: -444px;
  left: 50%;
  top: 0;
}

/* ---------------------------------------*/
/* ---------- MSG Flash de registro ------*/
/* ---------------------------------------*/

.success_flash {
	-moz-border-radius:3px 3px 3px 3px;
	background-color:#D7EFBF;
	border:1px solid green;
	font-size:10.5px;
	margin:10px 10px -10px;
	padding:2px;
	position:absolute;
	right:89px;
	top:21px;
}

.error_flash {
	-moz-border-radius:3px 3px 3px 3px;
	background:none repeat scroll 0 0 #FFEFEC;
	border:1px solid #FFC9C0;
	font-size:10.5px;
	margin:10px 10px -10px;
	padding:2px;
	position:absolute;
	right:175px;
	top:22px;
}	
/* ---------------------------------------*/
/* -------->>> Info user <<<-------------*/
/* ---------------------------------------*/

.login .logout_link {
	color:orange;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-left:90px;
	padding-top:13px;
	text-decoration:none;
}

.login .logout_link:HOVER {
	color: gray;
}	

.login .name {
	float:left;
	font-size:12px;
	margin-left:8px;
	width:181px;
	margin-top: 9px;
}

.login .name a {
    color: black;
    font-weight: bold;
}

.login .name a:HOVER {
    color: gray;
}

.login .image_user, .login .welcome_msg {
	float:left;
	font-size:12px;
	margin-top:10px;
}

.login .image_user img {
	max-width:67px;
}

.login .welcome_msg {
	margin-bottom:6px;
	margin-left:18px;
	width:79px;
}
/* ---------------------------------------*/
/* ------------>>> LOGIN <<<--------------*/
/* ---------------------------------------*/
.login {
	background-image:url("../../images/denuncialo/techo_border_center.png");
	background-position:center center;
	background-repeat:repeat-x;
	font-size:10px;
	height:31px;
	margin-right:8px;
	overflow:hidden;
	width:528px;
}

.border-left {
	background-image:url("../../images/denuncialo/techo_border_left.png");
	background-position:left center;
	background-repeat:no-repeat;
	float:right;
	height:31px;
	min-width:10px;
	padding-left:8px;
}

.border-right {
	background-image:url("../../images/denuncialo/techo_border_right.png");
	background-position:right center;
	background-repeat:no-repeat;
	height:31px;
	min-width:10px;
}

.login .form-login {
	margin-top: -2px;
}

.login input
{
	-moz-border-radius:5px 5px 5px 5px;
	border:1px solid #AB9D96;
	float:left;
	width:128px;
	margin-left:4px;
}

.login label
{
	display:block;
	float:left;
	min-width:44px;
	line-height: 23px;
}

.login .form-row
{
	float:left;
	margin-bottom:7px;
	margin-left:5px;
	margin-top:7px;
	overflow:hidden;
}

.login .form-row#submit-button {
	float: left;
	width: 70px;
}

.login .register-link {
	float:left;
	font-weight:bold;
	margin-left:10px;
	margin-top:9px;
}

.login .register-link a {
	color:#DA7B34;
  text-decoration:none;
}
.login .register-link a:HOVER {
	color: gray;
}

input.b-login
{
  width: 55px;
  height: 20px;
  background-image: url('../../images/denuncialo/b-login.png');
  background-position: 100%;
  display: block;
  color: transparent;
  border: 0;
  float: right;
  margin-right: 6px;
  background-color:transparent;
}

input.b-login:hover
{
  background-position: 0;
}
/* ---------------------------------------*/
/* ------------>>> CONTENT <<<--------------*/
/* ---------------------------------------*/
.content {
	overflow:hidden;
	padding:7px;
}

.border_content_top {
	background-position:center top;
	background-repeat:no-repeat;
	height:100%;
	width:884px;
}

.border_content_bottom {
	background-position:center bottom;
	background-repeat:no-repeat;
	height:100%;
	padding-bottom:5px;
	width:884px;
}

.border_content_center {
	background-repeat:repeat-y;
	padding-right:2px;
}

#background_Login {
	min-height:277px;
}

.comentario .content
{
	margin-bottom:18px;
	overflow:hidden;
	padding:20px;
}

.denuncias, .search-category
{
  float:left;
  margin-top:5px;
  padding:0 14px 0 0;
  width: 565px;
}
.search-category {
	-moz-border-radius:5px 5px 5px 5px;
	background-color:#EBE9EA;
	padding-bottom:5px;
	padding-top:5px;
	position:absolute;
	width:645px;
}

.denuncias {
	 width:574px;
	 margin-bottom: 20px;
}

.denuncias .denuncia:nth-child(even) {
  background-color:#EBE9EA;
}

.denuncias h3 {
	background-image:url("../../images/denuncialo/ico_titles.png");
	background-position:541px 2px;
	background-repeat:no-repeat;
	border-bottom:1px dotted #000000;
	border-top:1px dotted #000000;
	color:#E58B45;
	margin-top:10px;
	padding-top:5px;
	width:571px;
}

.footer
{
	background-color:#3f3b3a;
	height:160px;
	margin-top:5px;
	text-align:right;
	width:100%;
	color:white;
  background-image:url("../../images/denuncialo/bg_footer.png");
}

.footer span {
  float:left;
  font-size:11px;
  margin-top:2px;
  width: 100%;
  text-align: left;
}

.footer .brand {
	height:155px;
	width: 200px;
	background-color: #534f4e;
	float:left;
	margin-left:8px;
	padding-left:10px;
	margin-top: 5px;
}

.footer .footer-follow-us{
	float:left;
  margin-left:20px;
  margin-top:20px;
  width:166px;
}
.follow-us-grey {
	background-image:url("../../images/denuncialo/titles.png");
	background-position:7px -63px;
	background-repeat:no-repeat;
	height:23px;
	width:132px;
	margin-left:10px;
}
.div-twitter-grey a, .div-facebook-grey a, .div-youtube-grey a
{
  height:34px;
  width:35px;
  float:left;
}
.div-twitter-grey
{
  background-image:url("../../images/denuncialo/ico_redes.png");
  background-position:0px -179px;
  background-repeat:no-repeat;
  float:left;
  height:34px;
  width:35px;
  margin-left: 5px;
}
.div-facebook-grey
{
  background-image:url("../../images/denuncialo/ico_redes.png");
  background-position:0px -144px;
  background-repeat:no-repeat;
  float:left;
  height:34px;
  width:35px;
  margin-left: 5px;
}
.div-youtube-grey
{
  background-image:url("../../images/denuncialo/ico_redes.png");
  background-position:0px -213px;
  background-repeat:no-repeat;
  float:left;
  height:34px;
  width:35px;
  margin-left: 5px;
}
.brand img{
	float:left;
	margin-bottom:10px;
  margin-top:10px;
}
.denuncias .border-bottom-denuncias {
	height:100%;
	width:582px;
}
.denuncias .border-top-denuncias {
	height:100%;
	margin-top:55px;
	width:582px;
}
.separator{
	background-image:url('../../images/denuncialo/line_vert.png');
	background-repeat:no-repeat;
  width:1px;
  height:155px;
  float:left;
  margin-top:5px;
}
.footer-selections{
	float:left;
	margint-top:20px;
	margin-left:20px;
}
.img-footer-countries{
	background-image:url('../../images/denuncialo/titles.png');
	background-repeat:no-repeat;
	background-position: 0px -86px;
	height:20px;
	width:122px;
	float:left;
	margin-top:20px;
}
.img-footer-categories {
	background-image:url('../../images/denuncialo/titles.png');
  background-repeat:no-repeat;
  background-position: 0px -106px;
  height:21px;
  width:122px;
  float:left;
  margin-top:20px;
}
.footer-actions {
  float:left;
  margint-top:20px;
  margin-left:20px;	
}
.img-denunciar-grey{
	background-image:url('../../images/denuncialo/titles.png');
  background-repeat:no-repeat;
  background-position: 0px -127px;
  height:20px;
  width:122px;
  margin-top:20px;
}
.img-estadisticas-grey{
  background-image:url('../../images/denuncialo/titles.png');
  background-repeat:no-repeat;
  background-position: 0px -156px;
  height:20px;
  width:122px;
  margin-top:10px;
}
.footer-countries{
	color:#CA9339;
	height:20px;
	margin-top:50px;
	text-align:left;
	width:65px;
}
.footer-categories {
	color:#CA9339;
	height:20px;
	margin-left:122px;
	margin-top:-21px;
	text-align:left;
	width:47px;
}
/*-------------------------------------------------------------
/* ---------------------------------------*/
/* ---------->>> Denuncias <<<------------*/
/* ---------------------------------------*/
.body-denuncias
{
	margin-top: -7px;
	overflow: hidden;
}

.body-denuncias#denuncias-home {
	margin-right:10px;
	margin-top:-7px;
	overflow:hidden;
	min-height: 300px;
}

.body-denuncias#denuncias-home h4 {
	color: black;
	margin-left:115px;
	margin-top:63px;
}

.denuncias ul
{
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: -20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.denuncias ul li
{
  display: block;
  float: left;
}

.denuncias .error_list li, .denuncias-new .error_list li {
	clear:left;
	color:red;
	font-size:11px;
	margin-left:92px;
	margin-top:12px;
}

a.b-denounces
{
  width: 90px;
  height: 24px;
  background-image: url('../../images/denuncialo/b-denounces.png');
  background-position: 100%;
  display: block;
  color: transparent;
}

a.b-denounces.selected, a.b-denounces:hover
{
  background-position: 0;
}

a.b-denunciate
{
  width: 90px;
  height: 24px;
  background-image: url('../../images/denuncialo/b-denunciate.png');
  background-position: 100%;
  display: block;
  color: transparent;
}

a.b-denunciate.selected, a.b-denunciate:hover
{
  background-position: 0;
}

a.b-help
{
  width: 90px;
  height: 24px;
  background-image: url('../../images/denuncialo/bt_ayudar2.png');
  background-position: 100%;
  display: block;
  color: transparent;
}

a.b-help.selected, a.b-help:hover
{
  background-position: 2%;
}

.denuncia
{
  overflow: hidden;
  border-bottom: 1px solid #AB9D96;
  padding: 10px;
}

.denuncia .image 
{
  float: left;
  margin:5px 5px 5px 0;
  width: 105px;
}
.datos-denuncia .description .image {
	float: left;
  margin-left: 7px;
  margin-right: 7px;
  width: 170px;
}
.datos-denuncia .description .image img {
	border:none;
}
.denuncia .title
{
  float:left;
  width:267px;
}

.denuncia a
{
	color:#E58B45;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

.body-info-denuncia {
	float:left;
  width:300px;
  padding-left: 10px;
}

.denuncia .info-category {
	float:left;
	font-size:10px;
}

.denuncia .info-category .date, .denuncia .info-category .time {
	float: left;
}

.denuncia .info-category .date {
	margin-right: 7px;
}

.denuncia .description
{
	font-size: 11px;
	float: left;
	color: #4f4f4f;
}

.denuncia .info-category .category-icon {
	float:left;
	margin-top: 5px;
}
.denuncia a:hover
{
  color: gray;
}
.denuncia .image img.default
{
  border: none;
}

.denuncia .date{
	float:left;
	margin-top: 47px;
	margin-left:10px;
	color:#E58B45;
}

.body-denuncias .col1 
{
  height: auto; 
  float: left; 
  width: 385px;
  margin-left:42px;
  margin-bottom:56px;
}

.denuncias .body-denuncias .col2 
{
    height: 100%; 
    float: right; 
    width: 364px;
}

.denuncias .body-denuncias .col2 .map 
{
    width: 355px; 
    height: 360px; 
    border: 1px solid black; 
    margin: 5px;
}

.denuncias .body-denuncias .col1 label
{
    float: left;        
    font-size: 11px;
    font-weight: bold;
    width: 85px;
    margin-left: 5px;
}

.denuncias .body-denuncias .col1 .submit 
{
    margin-top:35px; 
    margin-left:184px;
}

.denuncias .body-denuncias .col1 input 
{
    width: 226px;
}

.denuncias .body-denuncias .col1 .button-submit
{
    width: 95px;
    background-color:gray;
    border:1px solid #CCCCCC;
    color:#FFFFFF;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    height:22px;
    margin-left:25px;
    padding:2px;
    -moz-border-radius: 4px;
}

.denuncias .body-denuncias .col1 .button-submit:HOVER {
    background-color: #DC7B37;
}	

a.b-stats
{
  width: 90px;
  height: 24px;
  background-image: url('../../images/denuncialo/b-stats.png');
  background-position: 100%;
  display: block;
  color: transparent;
}

a.b-stats.selected, a.b-stats:hover
{
  background-position: 2%;
}

.denuncias_footer_paginador {
  background-color:#EBE9EA;
	border-bottom:1px dotted #000000;
	border-top:1px dotted #000000;
	color:#E58B45;
	margin-top:20px;
	padding-bottom:20px;
	padding-top:6px;
}

.denuncias_footer_paginador img {
	border: none;
}

.denuncias_footer_paginador .widget_pager {
	float:right;
	padding-bottom: 23px;
}

.denuncias_footer_paginador .widget_pager .pag_actual {
	background-repeat: no-repeat;
	float:left;
  width:25px;
  margin-left:5px;
  text-align:center;
}

.denuncias_footer_paginador .widget_pager .arrow {
	float: left;
	margin-right: 5px;
}

.denuncias_footer_paginador .widget_pager .pager_center span{
	float: left;
	margin-right:5px;
}

.denuncias_footer_paginador .widget_pager .pager_center span a{
	color:#E58B45;
	text-decoration: none;
}

.denuncias_footer_paginador .widget_pager .pager_center span a:HOVER{
	color: gray;
}

/* ---------------------------------------*/
/* ---------->>> Encuesta  <<<------------*/
/* ---------------------------------------*/
.encuesta
{
  float: left;
  margin-left: 32px;
}

.encuesta .body-enc
{
  margin-top: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-color: orange; 
  border-width: 1px;
  border-style: solid;
  width: 250px;
  height: 213px;
  padding: 20px;
  position: relative;
}

.follow-us h2
{
  background-image: url('../../images/denuncialo/h-follow-us.png');
  background-repeat: no-repeat;
  color: transparent;
}

.encuesta .body-enc input.button
{
  position: absolute;
  left: 50%;
  margin-left: -28px;
  width: 55px;
  height: 20px;
  background-color: transparent;
  background-image: url('../../images/denuncialo/b-vote.png');
  background-position: 100%;
  display: block;
  color: transparent;
  border: 0;
}

.encuesta .body-enc .submit input.button:hover
{
  background-position: 0;
}

.encuesta .body-enc .question
{
	font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
}

.encuesta .body-enc .question input
{
  margin-left: 65px;
}

.encuesta .tabs ul
{
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: -32px;
  margin-left: 7px;
  margin-top: 10px;
  position: relative;
  z-index: 1000;
  overflow: hidden;
}

.encuesta .tabs ul li
{
  display: block;
  float: left;
}

a.b-poll
{
  width: 90px;
  height: 24px;
  background-image: url('../../images/denuncialo/b-poll.png');
  background-position: 100%;
  display: block;
  color: transparent;
}

a.b-poll.selected
{
  background-position: 0;
}

a.b-results
{
  width: 90px;
  height: 24px;
  background-image: url('../../images/denuncialo/b-results.png');
  background-position: 100%;
  display: block;
  color: transparent;
}

a.b-results.selected, a.b-results:hover
{
  background-position: 2%;
}

.footer a
{
  color: white;
  font-weight: bold;
  font-size: 0.8em;
  text-decoration: none;
}

.footer a:hover
{
  color: gray;
}

/* ---------------------------------------*/
/* -------->>> SHOW DENUNCIA <<<----------*/
/* ---------------------------------------*/

/* ---------------------------------------*/
/* ------------>>> Tree <<<---------------*/
/* ---------------------------------------*/

.tree {
    clear: left;
    margin-top: 20px;
    margin-bottom: 10px;
}

.tree ul li {
    display: inline; 
    font-size: 13px;
}

.tree ul li a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.tree ul li a:HOVER {
  color: gray;
  font-weight: bold;
}
	

/* ---------------------------------------*/
/* ---->>> Mapa y detalle denuncia <<<----*/
/* ---------------------------------------*/
.center {
    float: left; 
    width: 100%;
}

.center .map-location {
    width: 50%;  
    height: 100%; 
    float: right;
}

.center .map-location .map {  
    height: 360px; 
    margin: 5px; 
    position: relative; 
    background-color: #E5E3DF; 
    overflow: hidden; 
    z-index: 0;
}

.center .map-location .tags {
    float:left; 
    width:100%; 
    margin-top: 14px;
    margin-left: 10px;
}

.center .datos-denuncia {
    height: 100%; 
    width: 50%; 
    float: left;
}

.center .datos-denuncia .title{
	border-bottom:1px dotted #000000;
	border-top:1px dotted #000000;
	margin-right:5px;
	margin-top:6px;
	padding-bottom:4px;
	padding-left:5px;
	padding-top:4px;
	color:#E17826;
	margin-bottom: 8px;
	font-size: 15px;
	position: relative;
	padding-right: 40px;
	min-height: 42px;
}
.center .datos-denuncia h3 {
	float:left;
}
.center .datos-denuncia .category-icon{
	position: absolute;
	top: 4px;
	right: 0;
}
.center .datos-denuncia .description {
	background-color:#EBE9EA;
	height:240px;
	margin-right:5px;
	padding-right:5px;
	padding-top:10px;
}

.center .datos-denuncia .status-ceated-at {
    min-height: 20px; 
    margin-top: 8px; 
}

.center .datos-denuncia .status-ceated-at .status {
    float:left; 
    padding-left: 5px; 
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #EBE9EA;  /* configurable gris */
    color: #E17826;
    border: 0px none;
}
.center .datos-denuncia .status-ceated-at .img-status-1 {
	background-image:url("../../images/denuncialo/status_dn.png");
	background-position:0 0;
	float:left;
	height:30px;
	margin-left:10px;
	margin-top:13px;
	width:96px;
	text-indent: 120px;
	overflow: hidden;
}
.center .datos-denuncia .description .created-at {
	color:#E17826;
	margin-left:254px;
}

/* ---------------------------------------*/
/* --------->>> Photos Videos <<<---------*/
/* ---------------------------------------*/
.media {
    float:left;  
    padding-top: 30px; 
    width: 100%;
}

.media .foto-video {
    float:left; 
    width:360px; 
    height:250px; 
    border: 2px solid #FBAB54;; 
    margin-left: 25px;
}

.media .right {
  float: right;
  min-height: 251px;
  width: 330px;
}
 
.media .right .tabs ul li {
    display: inline; 
    font-size: 13px;
}

.media .right .tabs ul li #photo{
	margin-left: -25px;
}

.media .foto-video img{
    max-width: 360px;
    max-height: 250px;
    clear:both;
  display:block;
  float:none;
  margin:0 auto;
}

.media .foto-video a {
  max-width: 360px;
    max-height: 250px;
    clear:both;
  display:block;
  float:none;
  margin:0 auto;
}

.media .more_photo, .media .more_video {
    float: right; 
    height: 40px; 
    width:40px;
    margin-right: 245px;
}

.media .more_photo {
  /*  margin-top:-149px;*/  
    background: url(/images/denuncias/cam_photo1.png) no-repeat scroll 0 0 transparent;  /* configurable*/
}

.media .more_video {
   /* margin-top:-191px;*/ 
    background: url(/images/denuncias/cam_video1.png) no-repeat scroll 0 0 transparent; /* configurable*/
}

.media h4 {
    margin-left: 45px;
    width: 120px;
}

/* ---------------------------------------*/
/* --------->>> Comentarios <<<-----------*/
/* ---------------------------------------*/

.comentarios {
    float: left; 
    width: 100%;
    margin-bottom:40px;
}

.comentarios .title {
    background-color: #EBE9EA;
}

.comentarios .title h3 {
	color:#E17826;
	margin-left:10px;
	padding-bottom:4px;
	padding-top:4px;
}
.comentarios .form_comment {
	float:right;
	position:relative;
	width:50%;
}

.comentarios .form_comment .comment-caracter{
	bottom:55px;
	float:right;
	height:30px;
}

.comentarios .form_comment label {
	background-color:#EBE9EA;
	color:#E17826;
	float:left;
	font-size:13px;
	font-weight:bold;
	margin-left:8px;
	padding-bottom:5px;
	padding-left:5px;
	padding-top:5px;
	width:117px;
}

.comentarios .form_comment textarea {
	float: right;
	width: 294px;
	height: 60px;
	margin-bottom: 4px;
}

.comentarios .form_comment .form-row .bt-comentar {
	background-color: transparent;
	background-image:url("../../images/denuncialo/bt_catg_den.png");
  background-position:0 -170px;
  height:26px;
  width:85px;
	float:right;
	margin-top:97px;
	position:absolute;
	right:1px;
	color: transparent;
	border: 0 none;
}
.comentarios .form_comment .sub .comentar {
  position: absolute;
  height: 26px;
  width: 85px;
}

.comentarios .body-comment .comentario {
	background-color:#EBE9EA;
	float:left;
	min-height:85px;
	margin-bottom:4px;
	width:100%; 
}

.comentarios .body-comment .comentario .image {
	float:right;
	height:80px;
	margin-top:10px;
	width:80px;
}

.comentario .image img {
	margin-left: 10px;
}

.comentarios .body-comment .comentario .content .top {
    float: left; 
    width: 100%;
}

.comentarios .body-comment .comentario .content .top .name {
    float: left; 
    font-weight: bold;
}

.comentarios .body-comment .comentario .content .top .date {
    float: left; 
    color: #A4A4A4; 
    margin-left: 5px;
}

.comentarios .body-comment .comentario .content .top .options {
    float: right;
}

.comentarios .body-comment .comentario .content .top .options ul {
    padding: 0pt; 
    margin: 0pt;
}

.comentarios .body-comment .comentario .content .top .options ul li {
    display: inline;
}

.comentarios .body-comment .comentario .content .description {
    margin-top: 25px;
}

.body-comment h4 {
	color: black;
	margin-left: 60px;
}
.body-comment {
	float: left;
	width: 50%;
}


/* ---------------------------------------*/
/* ---------- Twitter widget ------------*/
/* ---------------------------------------*/
.twtr-doc {
float:left;
width:716px;
}


.banner {
  width: 867px;
}

.banner .left {
  width: 588px;
  height: 266px;
  float: left;
  display:none;
}

.banner .left .slideshow{
  height: 266px;
  width: 588px;
  overflow:hidden;
}

.banner .left .nav {
  margin:-22px 0 0 0;
  position:relative;
  z-index:92;
}

.banner .left .nav .caption{
  color:white;
  float:left;
  font-weight:bold;
  margin-left:10px;
}

.banner .left .nav .caption span.emphasized {
  color:orange;
}


.banner .left .nav .control{
  float:right;
  margin-right:7px;
}

.banner .left .nav .control .pager a img{
  background-image:url("../../images/denuncialo/bg_gray.png");
  background-position:center center;
  background-repeat:no-repeat;
  margin:0 2px;
  border: none;
}

.banner .left .nav .control .pager a.activeSlide img{
  background-image: url('../../images/denuncialo/bg_orange.png');
}

.banner .left .nav .control .playstop a img{
  border: none;
}

.banner .left .nav .control .playstop a.play img{
  background-image:url("../../images/denuncialo/bg_gray.png");
  background-position:center center;
  background-repeat:no-repeat;
}
.banner .left .nav .control .playstop a.pause img{
  background-image:url("../../images/denuncialo/bg_orange.png");
  background-position:center center;
  background-repeat:no-repeat;
}

.banner .right{
  float:right;
  width:279px;
  height:410px;
  background-position: top left;
  margin-top:53px;
}

.banner .right h3
{
	background-image:url("../../images/denuncialo/ico_titles.png");
	background-position:265px -20px;
	background-repeat:no-repeat;
	border-bottom:1px dotted #000000;
	border-top:1px dotted #000000;
	color:#E58B45;
	margin-top:10px;
	padding-top:5px;
	width:282px;
}	

.banner .right .description{
  margin-left: 3px;
  height: 266px; 
  width: 267px;
}

#dynamic_map {
	border: 5px solid #3f3b3a;
	-moz-border-radius: 5px 5px 0 0;
}
#dynamic_map h3 {
	color: black;
	width:auto;
}
.banner .right .map-leyend {
	-moz-border-radius:0 0 5px 5px;
	background-color:#3f3b3a;
  color:white;
  margin-left: 3px;
}
.banner .right .map-leyend .leyend-up {
	background-image:url("../../images/denuncialo/line_horz2.png");
	background-position:center bottom;
	background-repeat:no-repeat;
	height:28px;
	padding-bottom:5px;
	padding-left:10px;
	padding-top:5px;
}
.banner .right .map-leyend .leyend-down {
	padding-bottom:5px;
	padding-left:10px;
	padding-top:10px;
}
.banner .right .map-leyend .leyend-traffic{
	background-image:url("../../images/denuncialo/ico_traffic.png");
	background-repeat:no-repeat;
	float:left;
	height:24px;
	padding-left:26px;
	padding-top:5px;
}
.banner .right .map-leyend .leyend-parking{
	background-image:url("../../images/denuncialo/ico_parking.png");
	background-repeat:no-repeat;
	float:left;
	height:24px;
	margin-left:50px;
	padding-left:26px;
	padding-top:5px;
}
.banner .right .map-leyend .leyend-eco{
	background-image:url("../../images/denuncialo/ico_eco.png");
	background-repeat:no-repeat;
	height:24px;
	padding-left:26px;
	padding-top:5px;
}
.right .button {
	background-image:url("../../images/denuncialo/bt_catg_den.png");
	background-position:0 -96px;
	height:41px;
	position:absolute;
	right:11px;
	top:127px;
	width:181px;
	cursor: pointer;
}

.right .button img{
  border: none;
  margin-left: 60px;
  margin-top: 34px;
}

.right .button a{
	height: 41px;
	width: 181px;
	position: absolute;
}
/* ---------------------------------------*/
/* ---------- Social Network ------------*/
/* ---------------------------------------*/
.div-twitter a, .div-facebook a, .div-youtube a
{
	height:31px;
  width:30px;
  float:left;
}
.div-twitter
{
  background-image:url("../../images/denuncialo/sprite_sn.png");
	background-position:-7px -4px;
	background-repeat:no-repeat;
	float:left;
	height:31px;
	width:30px;
	margin-left: 5px;
}
.div-facebook
{
  background-image:url("../../images/denuncialo/sprite_sn.png");
  background-position:-44px -4px;
  background-repeat:no-repeat;
  float:left;
  height:31px;
  width:30px;
  margin-left: 5px;
}
.div-youtube
{
  background-image:url("../../images/denuncialo/sprite_sn.png");
  background-position:-82px -4px;
  background-repeat:no-repeat;
  float:left;
  height:31px;
  width:30px;
  margin-left: 5px;
}
.sn-div-center
{
  background-image:url("../../images/denuncialo/bg_rs.png");
  height:77px;
  float: left;
  width: 268px;
}

.sn-div-left {
  background-image:url("../../images/denuncialo/sd_l_rs.png");
  height:77px;
  float:left;
  width:4px;
}

.sn-div-right {
  background-image:url("../../images/denuncialo/sd_r_rs.png");
  height:77px;
  float:left;
  width:4px;
}
.side-right
{
  float: right;
  width:277px;
  clear:right;
}

.social-network{
  overflow: hidden; 
  margin-top: 10px; 
  width: 278px;
}

.social-network h3, .mobile-apps h3{
	color: #524e4d;
}
.icos-sn
{
	float:left;
	clear:left;
	padding-left:12px;
}
.img-siguenos, .img-denuncias-en, .img-statistics
{
	background-image:url("../../images/denuncialo/line_horz.png");
	background-position:left bottom;
	background-repeat:no-repeat;
	color:orange;
	float:left;
	font-size:19px;
	margin-bottom:8px;
	margin-top:5px;
	padding-left:9px;
	width:264px;
	height:25px;
}
.img-siguenos img
{
  width: 122px;
  height: 20px;
}
.img-denuncias-en img
{
  width: 168px;
  height: 18px;
}
.img-statistics img
{
	width: 118px;
	height: 19px;
}

.mobile-apps
{
	overflow: hidden;
	float:left;
  margin-top: 10px;
}
.mobile-apps .bb-logo{
	background-image:url('../../images/denuncialo/bb_logo.png');
	backgrond-repeat:no-repeat;
	width:175px;
	height:32px;
	margin-left:10px;
	float:left;
}
.bb-logo a{
	width:175px;
  height:32px;
  float:left;
}
.statistics{
	float:left;
  margin-top:10px;
  overflow:hidden;
}
.btn-statistics-es {
	background-image:url("../../images/denuncialo/bt_catg_den.png");
	background-position:0 -197px;
	background-repeat:no-repeat;
	float:left;
	height:31px;
	margin-left:34px;
	width:201px;
}
.btn-statistics-es a{
  float:left;
  height:31px;
  width:201px;
}
/* ---------------------------------------*/
/* ---------- Search Category Component ------------*/
/* ---------------------------------------*/

.search
{
	float:right;
	width:340px;
}
.div-select
{
  float:left;
  margin-top: 3px;
}
input.b-ir
{
  width: 20px;
  height: 16px;
  background-image: url('../../images/denuncialo/bt_ir.png');
  background-repeat: no-repeat;
  background-position: 100%;
  display: block;
  color: transparent;
  border: 0;
  float: right;
  margin-top: 7px;
  margin-right: 5px;
  background-color:transparent;
  cursor: pointer;
}
.form-select .b-ir
{
    float:right;
}
.div-top-category
{
	float:left;

	padding-left:10px;
}

.div-top-category img {
	height:31px;
  width:31px;
}
.category{
	float:left;
  height:32px;
  width:36px;
  cursor: pointer;
}

.search .category-filter-active
{
	float:right;
}

.search .category-filter-active img {
	height:32px;
  width:36px;
}

.select-categories
{
  overflow: hidden;
}

.search .reset-category-filters.hide {
	display: none;
}

.search .reset-category-filters.visible {
	display:block;
}

.search .reset-category-filters {
	color:#DA7B34;
	cursor:pointer;
	float:right;
	font-size:11px;
	font-weight:bold;
	margin-right:10px;
	margin-top:14px;
}

/* ---------------------------------------*/
/* ---------- SELECTS SEARCH ------------*/
/* ---------------------------------------*/

.convertToUl, .convertToUl2 {display:none;}
.fancyDrpDwn, .fancyDrpDwn2 {float:right; position:relative; margin-right:10px;}
.fancyDrpDwn2
{
    float:right;
}
.selectedFromList, .selectedFromList2 {
    display:block; float:left;  height:26px;
    background-image: url(/images/left_fancy_drp_bg.png);
    background-repeat: no-repeat;
    padding-left:15px;
    background-position: left;
    cursor:pointer;
}
.selectedFromList span, .selectedFromList2 span {
    display:block; float:left;  height:20px;
    background-image: url(/images/denuncialo/sprite_select.png);
    background-repeat: no-repeat;
    background-position: 200px;
    padding:6px 30px 0 0px;
    background-position: right 0px;
    cursor:pointer;
}

.selectedFromList span:hover, .selectedFromList2 span:hover {
background-image: url(/images/denuncialo/sprite_select.png);
background-repeat: no-repeat;
cursor:pointer;
background-position: right -26px;
}


.exSelect, .exSelect2 {position:absolute;  border: solid 1px #dedede;
text-align:left; margin:0; padding:0; top:25px; left:1px;
display:none;z-index:100;}
.exSelect li, .exSelect2 li{ width:100px; border-bottom: solid 1px #dedede;
background:#fff;padding:6px 10px 5px 10px; cursor:pointer;
color:#000;}
.exSelect li:hover, .exSelect2 li:hover{ background:#f5f5f5;}
ul {margin:0; padding:0;  list-style-type:none;}

/* ---------------------------------------*/
/* ---------- Select search GENERAL  ------------*/
/* ---------------------------------------*/

.component-search
{
	float:right;
}
.select-search-form {
	position:absolute;
	right:12px;
	top:70px;
	width:360px;
}
.select-select-form {
	position:absolute;
	right:10px;
	top:5px;
	width:250px;
}
.select-search-form input.b-search {
	background-color:transparent;
	background-image:url("../../images/denuncialo/bt_search.png");
  background-repeat: no-repeat;
	background-position:100% 50%;
	border:0 none;
	color:transparent;
	display:block;
	float:right;
	height:19px;
	margin-top:3px;
	width:56px;
}
.form-select .b-ir
{
	margin-top:5px;
        margin-right: 10px;
}
.select-search-form .input-search, .select-search-form .form-select
{
	float:left;
	width: 250px;
	margin-left: 41px;
}
.select-search-form .input-search input{
	width:250px;
}
.denuncias-new body-denuncias .col1 
{
  height: auto; 
  float: left; 
  width: 330px;
}

.denuncias-new .body-denuncias .col2 
{
    height: 100%; 
    float: right; 
    width: 364px;
    margin-right:42px;
}

.denuncias-new .body-denuncias .col2 .map 
{
    width: 355px; 
    height: 360px; 
    border: 1px solid black; 
    margin: 5px;
}

.denuncias-new .body-denuncias .col1 label
{
    float: left;        
    font-size: 11px;
    font-weight: bold;
    width: 85px;
    margin-left: 5px;
}

.denuncias-new .body-denuncias .col1 .submit 
{
    margin-top:35px; 
    margin-left:97px;
}

.denuncias-new .body-denuncias .col1 input 
{
    width: 226px;
}

.denuncias-new .body-denuncias .col1 .button-submit
{
    width: 95px;
    background-color:gray;
    border:1px solid #CCCCCC;
    color:#FFFFFF;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    height:22px;
    margin-left:25px;
    padding:2px;
    -moz-border-radius: 4px;
}

.md-bread-crums{
    overflow: hidden;
    float:left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 600px;
    margin-left: 20px;
}
.md-bread-crums span
{
    float: left;
    color: black;
    font-weight: bold
}
.md-bread-crums span.select
{
    font-weight: normal;
}
.md-bread-crums span.signo
{
    padding-left: 4px;
    padding-right: 4px;
    font-weight: normal;
}
.md-bread-crums span a
{
    text-decoration: none;
    color: black;
}
.md-bread-crums span a:HOVER
{
    color: gray;
}
.link-profile-edit{
    float:right;
    font-weight: bold;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}
.link-profile-edit a{
    color: black;
    text-decoration: none;
}
.link-profile-edit a:HOVER{
    color: gray;
}

.form-search-category {
    float:right;
}
.form-search-category .div-select, .form-search-category .form-row{
    float:right;
}

