@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#btn{
	height: 85px;
	margin-top: 0px;
	margin-right: 29px;
	margin-bottom: 0px;
	margin-left: 29px;
}
#reclamoBTN{
	display: block;
	height: 85px;
	width: 105px;
	background-image: url(../images/btn_reclama_off.png);
	float: left;
}
#demandaBTN{
	background-image: url(../images/btn_demanda_off.png);
	height: 85px;
	width: 105px;
	display: block;
	float: left;
}
#reclamoBTN:hover{
	background-image: url(../images/btn_reclama_on.png);
}
#demandaBTN:hover{
	background-image: url(../images/btn_demanda_on.png);
}
#msgSistem{
	display: block;
	border: 2px solid #F00;
	padding: 10px;
	margin: 10px;
	background-color: #FFD5D5;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 12px;
	text-decoration: none;
	background-image: url(../images/msg-note.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	text-indent: 20px;
	line-height:20px;
}
.linkPreguntas{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #DF0000;
	
}
#reglas{
	padding: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#totalReclamos{
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	text-align:center;
	padding:5px;
	display:block;
	color:#666;
}
.redes{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	margin: 5px;
}
.redes:hover{
	text-decoration: underline;
}
.publicar{
	text-align:center;
	border: 1px solid #34627C;
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 15px;
	background-color: #F4F9FB;
	width: 270px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
}
.publicar span{
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #34627C;
	margin-bottom: 5px;
	text-align: left;
	background-image: url(../images/fondoRecuadro.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
}
.publicar div{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	text-align: left;
	margin: 5px;
}
.publicar ul{
	margin: 0px;
	padding: 0px;
}
.publicar ul li{
	list-style-type: none;
	display: block;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	width: 120px;
}
.publicar ul li a{
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	background-image: url(../images/btnAdm.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 25px;
	width: 120px;
	padding-top: 6px;
}
#buscadorDiv{
	text-align:center;
}
#buscadorDiv span{
	display:block;
}
#menu{
	display: block;
	margin-top: 20px;
	height: 75px;
	
}
#menu img{
	float:left;
}
#menu span{
	float:right;
	display: block;
	margin-top: -20px;
}
.btnSelect{
	background-image:url(../images/boton.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
#menu span a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFF;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	margin-right:3px;
	float:left;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-transform: uppercase;
}
#menu span a:hover{
	color:#000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#entidades{
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}
#entidades span{
	text-align:center;	
}
#entidades span a{
	padding: 1px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#entidades span a:hover{
	color:#ED2027;
	text-decoration:underline;
}
#nube{
	padding:10px;
	width: 650px;
}
#nube a{
	text-decoration:none;
	padding:5px;
	display: block;
	float: left;
	height: 20px;
}
#nube a:hover{
	color:#333;
}
.nube1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCC;
	text-transform:uppercase;
}
.nube2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #D6D6D6;
}
.nube3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
.nube4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999;
}
.nube5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
}
.nube6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #D6D6D6;
	text-transform:uppercase;
}
.nube7{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
.nube8{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #999;
}
.nube9{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCC;
}
.nube10{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #D6D6D6;
}
.nube11{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #666;
}
.nube12{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #999;
	text-transform:uppercase;
}
.nube13{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #CCC;
}
.nube14{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #D6D6D6;
}
.nube15{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666;
}
/****************************************************************/
h1{
	margin:0px;
	color:#666;
	font-size:30px;
	font-family:"Times New Roman", Times, serif;
	
}
.subtituloCaja{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#002269;
	text-decoration: none;
}
.subtituloComentarios{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#177D97;
	text-decoration: none;
}
.fechaReclamo{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
.fechaReclamo:hover{
	color:#ED2027;
}
.tituloReclamo{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #CA0000;
	text-decoration: none;
}
.puntReclamo{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
.visitaReclamo{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;	
}
.btnAS{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight:bold;
}
.paginaActial{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	font-weight:bold;
}
/************************************************************/
.tituloEntidad{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #177D97;
	text-decoration:none;
}
.tituloRazon{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #333;
}
.textoDetalle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.textoSistema{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}
.textoInformacion{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}
