@CHARSET "UTF-8";


.foros table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	padding-bottom: 20px;
}


.foros th {
	font-size: 18px;
	color: white;
	text-shadow: 2px 2px 2px black;
	text-align: left;
	padding-bottom: 10px;		
}


.foros th+th {
	text-align: center;	
}

.foros td p {
	font-size: 15px;
	font-weight: bold;	
}

.foros td {
	border-top: groove 2px #E0E0E0;	
	border-bottom: groove 2px #E0E0E0;	
	padding: 4px;
	font-size: 12px;
	padding: 0 0 10px;
	vertical-align: middle;		
}

.foros td+td {
	width: 70px;
	text-align: center;
	font-size: 12px;
}

.foros tr+tr+tr td {
	border-top: 0;	
}

.foros td+td+td {
	width: 150px;
	font-size: 11px;
}

.foros td a:HOVER {
	color: #60AD38 !important;	
}


.foros .centro {
	padding: 20px;	
}

.insertartopic #encuesta {
	display: none;	
}

.insertartopic #listaOpciones .elemento {
	padding: 10px 0;	
}



.spoiler {
	padding: 5px;
	border: groove 2px #E0E0E0;	
}
.spoiler span{
	font-weight: bolder;
	display: block;
	text-align: center;
	cursor: pointer;
}


 img[src *= "smile_"] {
	height: 30px;	
}	

.spoiler .spoilerCon {
	display: none;
}




.foros .usuario img {
	max-height: 100px;
	max-width: 100px;	
}

.foros .texto img {
	max-width: 100%;
}

.foros .texto .cita img {
	max-width: 425px;
}

.foros .texto .cita .cita img {
	max-width: 400px;
}


.foros .fecha {
	text-align: right;
	margin: 20px 15px 0;
	font-size: 0.8em;
	color: #646464;	
}

.foros .usuario {
	float: left;
	width: 120px;
	text-align: center;
}

.foros .usuario .datos {
	text-align: left;
	margin-top: 10px;	
}

.foros .texto  {
	padding-top: 10px;
	margin-left: 150px;
	border-left: groove 2px #E0E0E0;
	padding-left: 15px;
}

.foros .firma {
	max-height: 200px;
	overflow: hidden;
	margin-top: 15px;
	padding-top: 15px;	
	border-top: groove 2px #E0E0E0;
	
}



.foros .firma img {
	max-width: 450px;
	max-height: 170px;	
}

.foros .respuesta {
	clear: left;
	padding: 10px;
	border-bottom: groove 2px #E0E0E0;	
}

.foros .respuesta:FIRST-CHILD {
	border-top: groove 2px #E0E0E0;
}

.foros .responder {
	font-weight: bold;
	padding: 20px 20px 0;
	text-align: right;	
}

.foros .botones {
	text-align: right;	
}

 #administracion {
	display: none;	
	font-size: 0.8em;
}

 #administracion select{
 	font-size: 0.8em;
	text-align: left;
}



