/* CSS Document */
BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	SCROLLBAR-FACE-COLOR: #F1F2EC;
	SCROLLBAR-HIGHLIGHT-COLOR: #F1F2EC;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #494949;
	SCROLLBAR-TRACK-COLOR: #F1F2EC; 
	SCROLLBAR-BASE-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #F1F2EC;
	background-image: url(../images/fondo.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;	
}
.texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;	
}
.sefy {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 8pt;
	color: #0D265C;
	text-transform: capitalize;
}
.contacto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;	
}

.tit{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #CC9900;
	font-size: 12pt;
}

.subtit{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #CC9900;
	font-size: 8pt;
}

.avisos{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #6F6F00;	

}
.error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CC6600;	
	font-weight: bold;
	font-style:italic;
}

.tablaBor {
	border: 1px solid #E4E4E4;
}

.borBanner {
	border: 1px solid #CCCCCC;
	background-color:#F7F7F7;
}

.nota {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #8B9465;	
}
.repre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #996600;	
}

.aste{
color: #CC9900;
}
li {
	list-style-type: square;
	list-style-image:url(../images/bullet.gif);
		text-align:justify;

}

a {
	text-decoration: none;
	color: #6C734F;	
}

a:visited {	
	text-decoration: none;
	font-style: normal;	
	line-height: normal;
	font-variant: normal;

}

a:hover {
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #A1A87F;		
}

form {
	border: 0px none;
	margin: 0px;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #F1F2EC;
	color: #6F6F00;
	border:1px solid #d5d5d5;
}

.boton{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #F1F2EC;
	color: #6F6F00;
	border:1px solid #d5d5d5;

}

blockquote {
	margin-top: 0em;
	margin-right: 2em;
	margin-bottom: 0em;
	margin-left: 2em;
}

td img {
	display: block;
}

p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:justify;
}
.noRepetir{
background-repeat:no-repeat;
}
