@charset "UTF-8";

/* Imágenes PNG -----------------------------------------------------------------------------------------------------------*/
img, div { behavior: url(iepngfix.htc) }


/*-------------------------------------------------------------------------------------------------------------------------*/

*{
	outline: none;
}

body
{
	margin:			0;
}

/* GENERAL ----------------------------------------------------------------------------------------------------------------*/



/* FONTS ------------------------------------------------------------------------------------------------------------------*/

.rojo13 {
	font-family: Arial;
	font-size: 14px;
	color: #ce1010;
	text-decoration: none;
}

.rojo12 {
	font-family: Arial;
	font-size: 12px;
	color: #ce1010;
}

.menu_blanco {
	font-family: Arial;
	font-size: 13px;
	color: #fff;
	font-weight:500;
	text-decoration: none;
}

		.menu_blanco a:hover {
		font-family: Arial;
		font-size: 13px;
		color: #ffcccc;
		font-weight:500;
		text-decoration: none;
		}


.menu_rojo {
	font-family: Arial;
	font-size: 13px;
	color: #ce1010;
	font-weight:500;
	text-decoration: none;
}

	.menu_rojo a:hover{
	font-family: Arial;
	font-size: 13px;
	color: #ef5353;
	font-weight:500;
	text-decoration: none;
	}

.menu_bajo
{
	font-family: Arial;
	font-size: 11px;
	text-decoration:none;
	color: #ffffff;
}
	.menu_bajo a:hover
	{
	font-family: Arial;
	font-size: 11px;
	color: #ccc;
	}
	
.menu_opciones
{
	font-family: Arial;
	font-size: 12px;
	color: #333;
}

/*Menu Lateral------------*/

/*ROJO*/
.menu_opciones1
{
	font-family: Arial;
	font-size: 12px;
	text-decoration:none;
	color: #666;
}

	.menu_opciones1 a:hover
	{
		font-family: Arial;
		font-size: 12px;
		text-decoration:none;
		color: #ce1010;
	}
	
/*VERDE*/
.menu_opciones_verde
{
	font-family: Arial;
	font-size: 12px;
	text-decoration:none;
	color: #666;
}

	.menu_opciones_verde a:hover
	{
		font-family: Arial;
		font-size: 12px;
		text-decoration:none;
		color: #359a33;
	}

/*LILA*/
.menu_opciones_lila
{
	font-family: Arial;
	font-size: 12px;
	text-decoration:none;
	color: #666;
}

	.menu_opciones_lila a:hover
	{
		font-family: Arial;
		font-size: 12px;
		text-decoration:none;
		color: #663399;
	}
	
/*AZUL*/
.menu_opciones_azul
{
	font-family: Arial;
	font-size: 12px;
	text-decoration:none;
	color: #666;
}

	.menu_opciones_azul a:hover
	{
		font-family: Arial;
		font-size: 12px;
		text-decoration:none;
		color: #066cd2;
	}

/*----------------------------------*/
	
.verde12
{
		font-family: Arial;
		font-size: 12px;
		text-decoration:none;
		color: #359a33;
}

.lila12
{
		font-family: Arial;
		font-size: 12px;
		text-decoration:none;
		color: #663399;
}


.azul12
{
		font-family: Arial;
		font-size: 12px;
		text-decoration:none;
		color: #066cd2;
}

.fuente11
{
	font-family: Arial;
	font-size: 11px;
	text-decoration:none;
	color:#000;
}
	.fuente11 a:hover
	{
		font-family: Arial;
		font-size: 11px;
		color:#666;
	}
	
.negro12
{
	font-family: Arial;
	font-size: 12px;
	text-decoration:none;
	color:#333;

}

.negro15
{
	font-family: Arial;
	font-size: 15px;
	text-decoration:none;
	color:#333;

}
	
.blanco12
{
	font-family: Arial;
	font-size: 12px;
	text-decoration:none;
	color:#fff;

}

.gris9
{
	font-family: Arial;
	font-size: 9px;
	text-decoration:none;
	color:#666;

}

/* FORMS ------------------------------------------------------------------------------------------------------------------*/

.espacios
{
	margin: 0px;
	padding: 0px;
}

.textInput
{
	height:20px;
	width:215px;
	font-family:Arial;
	font-size:12px;
	color:#555;
	padding-top:0;
	padding-bottom:0;
}

.textInputAgentes
{
	height:20px;
	width:100%;
	font-family:Arial;
	font-size:12px;
	color:#555;
	padding-top:0;
	padding-bottom:0;
}

.textInputAgentesComentario
{
	height:100px;
	width:100%;
	font-family:Arial;
	font-size:12px;
	color:#555;
	padding-top:0;
	padding-bottom:0;
}

.textInputComent
{
	width:215px;
	font-family:Arial;
	font-size:12px;
	color:#555;
	padding-top:0;
	padding-bottom:0;
}















