/* 
    Document   : diccionario
    Created on : 26/11/2009, 11:54:03 AM
    Author     : cmonterrosa
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.margencontenido {
	margin-right: 5px;
	margin-left: 5px;
}
.numeracion {
	list-style-type: upper-roman;
}
.bordefotos {
	border-right-width: 1px;
	border-bottom-width: 6px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cd4801;
	border-right-color: #cd4801;
	border-bottom-color: #cd4801;
	border-left-color: #cd4801;
}

.color {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 6px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bc3602;
	border-right-color: #bc3602;
	border-bottom-color: #bc3602;
	border-left-color: #bc3602;
        font-size: 15px;
}

.abreviatura
{
font-size: 15px;
    color: #0151f6;
    font-weight: bold;
}

.superindice{

    color: #ac0202;
    font-size: 13px;
}

.numeros
{
    
    color: #095a02;
}

.texto
{
    font-size: 15px;
}

.login{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #900c0e;
}

/* Estilo para las tablas*/

tr.row-a {
	background: #F8F8F8;
    font-size: 12px;
    color: #df5e0d;
    font-family: Arial, Helvetica, sans-serif;
}
tr.row-b {
	/*background: #EFEFEF;*/

    font-size: 12px;

    background: #172a50;
    color: #ff4000;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fee07a;
}


/* Estilo para las opiniones */

.opinion
{

    font-size: 12px;
    color: #fd5f0e;
    font-style: oblique;
}

.logoff
{
    
    font-size: 10px;
    color: #900c0e;
}

.caracteres
{
    
    font-size: 12px;
    color: #0a0cfd;
}

/* links */
a {
	color: #ffcc00;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #bb300d;
	background-color: inherit;
	text-decoration: underline;
	border: none;
}