/* CSS Document SELECTOR DE PLANES */

/* GENERALES */
#selector-planes{	
	width: 90%;
	border: 1px solid #76232f;
	background-color: #F5F5F5;
	/*margin-left: 30px;*/
}
#id-plan {
	padding: 5px;
}
#otros-planes {
	padding: 3px;
	background: repeat-x top #EBEBEB url(imagenes/lineapunteadahoriz.gif);
	color:#000000;
}
#selector-planes .cuerpo{
	font-family:ancizar_sansregular_italic, "MS Serif", "New York", serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#selector-planes .seleccionado{
	font-family:ancizar_sansregular_italic, "MS Serif", "New York", serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

/* VINCULOS */
.link-selector:link, .link-selector:visited {
	font-family:ancizar_sansregular_italic, "MS Serif", "New York", serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	display: block;
	height: 18px;
	padding-left: 7px;
}
.link-selector:hover {
	color: #666666;
	background-color: #F5F5F5;
}

/* FONDOS */
.fondo-3 {
	background-color: #EBEBEB;
	cursor: hand;
	font-family:ancizar_sansregular_italic, "MS Serif", "New York", serif;
	font-size: 11px;
	color:#666666;
}
.fondo-resaltado { 
	background-color: #FFFFCC;
	cursor: hand;
	font-family:ancizar_sansregular_italic, "MS Serif", "New York", serif;
	font-size: 11px;
	color:#666666;
}
/* TABLAS */
.tabla-2 {
	background-color: #F3F3F3;
	/*border: 1px solid #999999;*/
	width: 100%;
	font-family:ancizar_sansregular_italic, "MS Serif", "New York", serif;
	font-size: 13px;
	color:#76232F;
}
/* CAUSAS DE BLOQUEO */
#div-causas-bloqueo {
	padding: 2px;
	padding-left: 4px;
	color: #666666;
	font-family:ancizar_sansregular_italic, "MS Serif", "New York", serif;
	font-size: 11px;
	text-transform: lowercase;
}
.titulo-causa-bloqueo {
	color: #333333;
	font-family:ancizar_sansregular_italic, "MS Serif", "New York", serif;
	font-size: 10px;
	text-transform: none;
}
/* FORMULARIO */
.radio {
	height: 11px;
	width: 11px;
	border:  1px solid #999999;
}

/*SELECTOR DE PERIODOS*/
#selector-periodos{
	border: 3px solid #76232f;
	background-color: #f5f5f5;
    width: 90%;
    padding:4px 15px;
	height:30px;
}
#texto-selector{
    color:#000000;
    font-family:ancizar_sansregular_italic, "MS Serif", "New York", serif;
	font-size:12px;
    float:left;
}
#periodo-selector{
    margin-left:7px;
    float:left;
    font-family:ancizar_sansregular_italic, "MS Serif", "New York", serif;
	font-size:11px;
	color: #000000;
	text-decoration: underline;
}
#linea-selector{
    background-repeat: no-repeat;
    width: 15px;
    background-position: right;
    background-image:  url(imagenes/pestanas/line.gif);
    float:left;
    height: 15px;
	color: #999999;
    margin-right:15px;
}
#periodo-selector a {
    font-family:ancizar_sansregular_italic, "MS Serif", "New York", serif;
	font-size:11px;
	color: #000000;
	text-decoration: underline;
}
#periodo-selector a:visited {
    font-family:ancizar_sansregular_italic, "MS Serif", "New York", serif;
	font-size:11px;
	color: #000000;
	text-decoration: underline;
}
#periodo-selector a:hover {
	font-family:ancizar_sansregular_italic, "MS Serif", "New York", serif;
	font-size:12px;
	color: #76232f;
	text-decoration: underline;
}