﻿body {
}
.foro
{
	font-family: Arial;
	font-size: 12px;
}
.foroFondo
{
	font-family: Arial;
	font-size: 12px;
	background-color: #CEDDE2;
}
.lineaForo
{
	margin: 0px 10PX 10px;
	border-bottom: solid 2px blue;
}
.titleForo
{
	font-size: 20px;
	font-weight: bold;
	margin-top: 50px;	
}
.imgUsuarioForo
{
	margin: 10px;
	width: 120px;
	height:120px;
}
.foroDer
{
	float:right;
}
.titulo_area
{
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
}
.listaForo
{
	padding:0px;
	margin:0px;
	text-align:right;
	list-style:none;
}
.btnForo
{
	width: 100px;
	border:none;
	background-color: #8fc4d4;
	background-image: url("../Images/bgmenu/headerForo.gif");
	color:#333;
	font-weight:bold;
	font-family: Verdana, Arial;
	margin:1px 0 0;
	text-align:left;
	padding: 0 0 0 20px;
	font-size: 10px;
	margin-right: 2px;
}
.btnForo:hover
{
	background-image: none;
	color:#000;
}

.gvHeader th
{
  background-image: url("../Images/bgmenu/headerForo.gif") ;
  background-color: #5c8c9c;
  background-repeat:repeat-x;
  border-color : #989898  #cbcbcb #989898 #989898 ;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px medium  ;
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px ;
  font-weight: bold;
  text-align: left;
  color:#000;
  vertical-align: middle;
  height:16px;
}
.tituForo
{
  background-image: url("../Images/bgmenu/headerForo.gif") ;
  background-repeat:repeat-x;
  border-color : #989898  #cbcbcb #989898 #989898 ;
  font-size: 12px;
  font-weight:bold;
  padding-left:5px;
}
.tituForo1
{
  background-image: url("../Images/bgmenu/headerForo_1.jpg") ;
  background-repeat:repeat-x;
  font-family:Arial;
  border-color : #989898  #cbcbcb #989898 #989898 ;
  font-size: 11px;
  font-weight:bold;
  padding-left:5px;
  margin-top: 10px;
}
.t1Foro
{
	font-family:Verdana, Arial;
	font-weight:bold;
	color: #0a374c;
	font-size:11px;
}
.hlForo
{
	font-family:Verdana, Arial;
	font-weight:bold;
	color: #0a374c;
	font-size:11px;
	text-decoration:none;
}
.hlForo:hover
{
	text-decoration:underline;
}
.t2Foro
{
	font-size:10px;
}
.fechaForo
{
	color: #888;
	font-size:10px;
}
.messForo
{
	font-family:Verdana, Arial;
	color: #356279;
	font-size:11px;
}
.viewForo
{
	font-family:Verdana, Arial;
	color: #0a374c;
	font-size:11px;
}

a
{
	text-decoration:none;
	color: #0c3748;
}
a:hover
{
	text-decoration:underline;
}
.dis_Admin
{
	background-color: #5c8c9c;
}
.dis_left
{
	min-height:190px;
	height:100%;
	padding: 5px;
	width: 110px;
	vertical-align:top;
	display:inline-block;
	float:left;
}
.dis_right
{
	text-align:left;
	min-height:190px;
	width:500px;
	display:inline-block;
	border-left : solid 2px #f1f1f1;
	padding: 5px;
}
.dis_right ._fecha
{
	border-bottom: solid 2px #EEE;
	display:block;
	margin-bottom: 10px;
}
.dis_right ._coment
{
	display:block;
	margin-bottom: 10px;
	min-height: 110px;
}
._link
{
	display:block;
	text-align:right;
	width:500px;
}
/* dialog frame */
.modal-dialog
{
    position:absolute;
}

/* dialog contents container */
.container
{
    font-family:tahoma,helvetica,arial,sans-serif;
    font-size:11px;
    width:340px;
    border:solid 2px #121212;
    background-color:#F2F9FF;
} 

/* dialog header */
.container .header
{
    background:url(../images/foro/sprite.gif) repeat-x 0px -1100px;	
    height:25px;
    padding-top:5px;
}

/* dialog header message */
.container .header .msg
{
    vertical-align:middle;
    padding-left:6px;
    color:#fff;
    font-size:12px;
    font-weight:bold;
}         

/* dialog body */
.container .body
{
    height:40px;
    background-color:#F2F9FF;
} 

/* dialog body message */
.container .body h2
{
    padding-top:10px;
    background-color: #F2F9FF;
    font-size:11px;
    text-align:center;
    font-weight:normal;
}  

/* dialog footer */
.container .footer
{
    height:30px;
    background-color: #F2F9FF;
} 

/* dialog footer buttons */
.container .footer .right
{
    background-color: #F2F9FF;
    float:right;
    text-align:right;
    padding-bottom:6px;
    padding-right:6px;
} 

/* dialog footer checkbox */
.container .footer .left
{
    background-color: #F2F9FF;
    float:left;
    text-align:left;
    padding-bottom:6px;
    padding-left:6px;
} 

/* dialog close */
.container .close
{
    right:4px;	
    background: url(../images/foro/icons.gif) no-repeat -732px 0px;	
    width:16px;	
    cursor:hand;	
    position:absolute;	
    top:5px;	
    height:16px;
}

/* dialog close hover */
.container .close:hover { background: url(../images/foro/icons.gif) no-repeat -749px 0px;	}

/* modal overlay */
.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.5;
}
#AreaTitulo
{
	background-color: #CEDDE2;
	padding-bottom:15px;
	margin:0px;
	width:637px;
	min-height:30px;
	height:auto;
}
#AreaTituloAdminForo
{
	background-color: #CEDDE2;
	padding-bottom:15px;
	width:622px;
	border-bottom:2px solid #6399C0;
	min-height:30px;
	padding-top:5px;
}
.CajaTitulo
{
	background-color: #CEDDE2;
	padding:20px 15px 20px 15px;
	text-transform:uppercase;
}
