﻿
/**************** David ************************/
textarea {
    resize: none;
}

.bold
{
    font-weight: bold;
}

.divPregunta
{
    border: 2px solid #006a9a;
    color: #333333;
    margin-top: 10px;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #c1e2f1;
}

.divPregunta td img
{
    max-width: 100%;
}

.divPregunta td
{
    padding: 2px 5px 2px 5px;
}

.divPreguntaDetalle
{
    border: 1px solid #006a9a;
    background-color: #c1e2f1;
    color: #333333;
    margin: 2px;
    padding: 2px;        
    margin-top: 5px;
    padding: 5px;  
}

.divPublicacion
{
    border: 2px solid #006a9a;
    background-color: #c1e2f1;
    color: #333333;
    margin: 2px;
    padding: 2px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;    
    margin-top: 5px;
    padding: 5px;  
}

.texto
{
    background-color: #c1e2f1;
}

.divPager
{
	clear:both;
	margin: 0 auto;
	text-align:center;
    padding: 10px;
}

.pagerlink
{
    padding:4px;
    text-decoration:underline;
	font-weight:bold;
	color:#006a9a;		
	font-size:1.2em;
}

.pagerlabel
{	
    padding:4px;
	text-decoration:none;
	font-weight:bold;
	color:#006a9a;		
	font-size:1.2em;
}

.fechaDetalle
{
    font-size: 0.8em;
    font-weight: bold;
}

.right
{
    float:right;
}

.numPublicacionesSubRegla
{
    float:right;
    position:relative;
    right: -20px;
    top:5px;
    color:White;
    font-weight:bold;
}

.numPublicacionesRegla
{
    position:relative;
    right: -30px;
    top:-11px;    
}

.tituloRegla
{
    position: relative;
    top: -8px;
}

.tituloSubRegla
{
    float: left;
    padding-left: 40px;
    position: relative;
    top: 10px;
}

.verDetalle
{
    font-weight:bold;
    color: #006a9a;
}