﻿body 
{
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:8pt;
	color:Black;
	 
    
}
.titulo
{
	font-size:12pt;
	font-weight:100;
}
.texto
{
	 width:250px;
	 border-bottom : solid 1px gray; 
	 border-left: solid 1px #F0EDE2 ;
	 border-right: solid 1px #F0EDE2;
	 border-top: solid 1px #F0EDE2;
	 

}
.textoExtenso
{
	width:300px;
	 border-bottom : solid 1px gray; 
	 border-left: solid 1px #F0EDE2 ;
	 border-right: solid 1px #F0EDE2;
	 border-top: solid 1px #F0EDE2;
	 

}
.textoCorto
{
	width:200px;
	border-bottom : solid 1px gray; 
	border-left: solid 1px #F0EDE2 ;
	border-right: solid 1px #F0EDE2;
	border-top: solid 1px #F0EDE2;
	 

}
.textoCuerpo
{
	
	width:550px;
	border-bottom : solid 1px gray; 
	border-left: solid 1px gray ;
	border-right: solid 1px gray;
	border-top: solid 1px gray;
}
.error
{
	color:#CD6231;
	font-size:9pt;
	font-weight:100;
}
.resultado
{
	color:#CD6231;
	font-size:12pt;
	font-weight:100;
}
.confirmacion
{
	color:red;
	font-size:10pt;
	font-weight:100;
}
.boton
{
	border:none;
	color:white;
	background-color:#808080;
	width:150px;
}

.cabeceraTabla
{
	background-color:#CCC7BA;
	font-size:8pt;
	font-weight:100;
}
.celdaTabla
{
	font-size:8pt;
}
.etiqueta
{
	font-size:8pt;
	font-weight:100;
	color:black;
}
label
{
	font-size:8pt;
	font-weight:100;
	color:black;
}
.contador
{
	font-size:7pt;
}


