/* Informacion de notificar mensaje */
.reportArea {
	padding:15px 15px 5px 15px;
	width:1030px;				
	vertical-align:middle;
	margin:0;
	padding:20px 0 20px 0;
	font-size:11px;
	color:#111111;
	background-color:#A0A0A0;
	background-image:url('../img/lienzo_horizontal_tira.png');
	background-position:top left;
	background-repeat:repeat-y;		
}
.reportArea strong {
	color:#F0F0F0;
}
.reportArea a, .reportArea a:link, .reportArea a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.reportArea a:hover {
	color:#EAEAEA;
	text-decoration:underline;
}
.reportThreadArea {
	padding:15px 15px 5px 15px;
	width:1030px;				
	vertical-align:middle;
	margin:0;
	padding:10px 0 10px 0;
	font-size:11px;
	color:#111111;
	background-color:#A0A0A0;
	background-image:url('../img/lienzo_horizontal_tira.png');
	background-position:top left;
	background-repeat:repeat-y;	
}
.reportThreadArea .singleThread {
	margin-left:108px;
}
.reportInfo {
	width:400px;
	margin:5px auto 5px auto;
	text-align:left;
}

.reportArea textarea {
	background-color:#F3F3F3;
	border-right:2px solid #888888;
	border-bottom:2px solid #888888;
	border-top:1px solid #CECECE;
	border-left:1px solid #CECECE;
	margin:5px 0 10px 0;
	padding:4px;
	font-size:11px;
	width:577px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	overflow:auto;
	display:block;
}

/* Contacto */
.contactInfo {
	width:500px;
	margin:5px auto 5px auto;
	text-align:center;
}
.contactInfo p {
	text-align:left;
	margin-top:15px;
}
.contactTitle {
	color:#000000;
	font-size:12px;
	margin-top:0;	
	margin-bottom:15px;
	font-weight:bold;
	letter-spacing:1px;
	padding:10px 0 0 0;
	text-align:center;
}
#comentario {
	width:425px;
	margin-top:3px;
}
#acercadeLabel {
	padding-top:10px;
	height:40px;
}