.modalDialog_transparentDivs{	
	filter:alpha(opacity=70);	/* Transparency */
	opacity:0.7;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #000;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=50);	/* Transparency */
	opacity:0.5;	/* Transparency */	
}

/*foros seleccionados*/
.foroseleccionado {
	color:#0066CC;
	font-weight:bold;
}
	
.contenedorforo {
	border-right:1px solid #FFFFFF;
	height:auto;
	float:left;
}
.contenedorforo2 {
	width:889px;
	background-image:url('http://www.vandalimg.com/fondoforo.gif');
}
.contenedorforomensaje {
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	height:auto;
	float:left;
}
.contenedorforomensaje2 {
	width:988px;
	background-color:#e9e9e9;
}
.introforo {
	width:889px;
	height:8px;
	background-image:url('http://www.vandalimg.com/smilies/fondointro.gif');
}
.introforo2 {
	background-color:#f1f1f1;
	width:889px;
	border-bottom:1px solid #f6f6f6;
}
.introforo2bm {
	padding:6px;
}
.introforo2m {
	background-color:#e9e9e9;
}
.introforo2b {
	padding:6px;
}
.contenedorpost {
	background-image:url('http://www.vandalimg.com/fondomensaje.gif');
	width:889px;
	border-bottom: 1px solid #9a9a9a;
}
.finforo {
	width:889px;
	height:30px;
	background-image:url('http://www.vandalimg.com/fondofin.gif');
}
.mensajeestandar {
	padding: 8px 20px;
	text-align:left;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.campoform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-color: #CCCCCC;
}
.texto {
	font-family: "Microsoft Sans Serif", Helvetica, Arial;
	font-size: 14px;
	font-style: normal;
	line-height:110%;
}
.texto2 {
	font-family: "Microsoft Sans Serif", Helvetica, Arial;
	font-size: 13px;
	color:#404040;
	line-height:110%;
	font-style: normal;
}
.textott {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	line-height:110%;
}
.texto2tt {
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 13px;
	color:#404040;
	line-height:110%;
	font-style: normal;
}
.firma {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#0066cc;
	line-height:110%;
	font-style: normal;
}
.titulo {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	line-height:120%;
	color: #0066CC;
}
.tituloforo {
	font-family: "Arial";
	font-size: 14px;
	color: #0066CC;
}
.usuario {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	color: #0066CC;
}
.celdaindice {
	padding: 12px 6px;
	padding: 12px 6px; 
	border-top:1px solid #9d9d9d
}
html {

}
body {
	margin:0;
	padding:0;
	background-color:#c0c0c0; color:#000000;
	text-align:center;
}

.bbajo {
	border-bottom:1px solid #9d9d9d;
}
.blados {
	border-left: 1px solid #9d9d9d; border-right: 1px solid #9d9d9d;
}
.izq {
	text-align:left;
}
.cen {
	text-align:center;
}
.der {
	text-align:right;
}