/* Cascading Style Sheet */
p 
{
 font-size: 12px;
 font-family: Arial;
 color: #333333;
}

table 
{
 font-size: 12px;
 font-style: normal;
 font-family: Arial;
 color: Navy;
}

body 
{
 font-family: Arial;
 background-color: #999999;
 margin-top: 0px;
}

a 
{
 font-size: 12px;
 font-style: normal;
 font-family: Arial;
 text-transform: capitalize;
 color: #000066;
 text-decoration: none;
}

a:hover 
{
 color: #000066;
 font-weight: bold;
 text-decoration: underline;
 background-color: transparent;
}

.rowtitulo 
{
	color: White;
	background-color: #000099;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.rowtituloRight 
{
	text-align: right;
}
.punteado 
{
 font-size: 12px;
 font-style: normal;
 font-family: Arial;
 color: Navy;
 border-color: #FF8C00;
 border-width: thin;
 border-style: dashed;
}

.letrachica 
{
 font-size: 10px;
 font-family: Arial;
 color: #333333;
}

.celdablanca 
{
 font-size: 12px;
 font-style: normal;
 font-family: Arial;
 color: #191970;
 background-color: #fDfDfD;
}

.celdacliente 
{
 font-size: 12px;
 font-style: normal;
 font-family: Arial;
 color: #191970;
 background-color: #CCEEFF;
}

.celdaproveedor 
{
 font-size: 12px;
 font-style: normal;
 font-family: Arial;
 color: #000000;
 background-color: #CCAAAA;
}

.celdaamigo 
{
 font-size: 12px;
 font-style: normal;
 font-family: Arial;
 color: #990000;
 background-color: #FFBBBB;
}

.paracerrar 
{
 font-size: 12px;
 font-weight: bold;
 font-family: Arial;
 color: #FFFFFF;
 background-color: #663300;
}

a:visited 
{
 color: #FFCC66;
 font-weight: bold;
 text-decoration: underline;
 background-color: transparent;
}

.fondofotos 
{
 background-color: #666666;
 color: #FFFFFF;
}

.paratablanar 
{
 font-size: 12px;
 font-weight: bold;
 font-family: Arial;
 color: #FFFFFF;
 background-color: #FF9900;
}

h1 
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight: bold;
 color: #333333;
}

.grande 
{
 font-size: 24px;
 font-family: Arial;
 color: #990000;
 background-color: #FFBBBB;
}

.grandeSel 
{
 font-size: 24px;
 font-family: Arial;
 color: #990000;
}

.grandeSIN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.rowtituloGrande {
	color: White;
	background-color: #000099;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.tableGrande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.center {
	text-align: center;
}
.clarito01 {
	background-color: #FFC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.clarito02 {
	background-color: #FC6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

