﻿.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.textoS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.menuB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
}
a {
	color: #0099FF;
	text-decoration: underline;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
.subtitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0066CC;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}
.campo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	border: 1px solid #999999;
}
.creditos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
}

.lista {
	list-style-image: url(../images/general/bullet1.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;			
	text-decoration: none;	
	background-image: url(../images/general/botonbg.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFE6BF;
	border-right-color: #FFE6BF;
	border-bottom-color: #F09100;
	border-left-color: #F09100;	
}
.botonPago {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	text-decoration: none;	
	background-image: url(../images/general/p2p2a.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFE6BF;
	border-right-color: #FFE6BF;
	border-bottom-color: #F09100;
	border-left-color: #F09100;	
}
.textoError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF3300;	
}
.modalBackground 
{
	background-color:#FFFFFF;
	filter:alpha(opacity=70);
	opacity:0.7;
}

