
/* CSS Document */

/*********** CARNET ELECTORAL *****************/

.carnet_titulo{
	font-family: arial;
	font-size: 15px;
	color: #000066;
	padding-left: 5px;
	font-weight: bold;
	text-align: center;
} 


.carnet_tex_chico{
	font-family: arial;
	font-size: 11px;
	color: #333333;	
	
} 

.carnet_tex{
	font-family: arial;
	font-size: 11px;
	color: #000066;	
}

.carnet_firma {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	
}
.carnet_folio {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	
}
.timbre {
	background-image: url(../images/timbre.jpg);
	border-left-color: #999999;
	border-left-style: dashed;
	border-left-width: 1px;
	border-right-color: #999999;
	border-right-style: dashed;
	border-right-width: 1px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.line_der {
	border-right-color: #999999;
	border-right-style: dashed;
	border-right-width: 1px;
}

.linea_izq{
	border-left-color: #999999;
	border-left-style: dashed;
	border-left-width: 1px;
}

.linea_sup {
	border-top-color: #999999;
	border-top-style: dashed;
	border-top-width: 1px;
}

.linea_inf {
	border-bottom-color: #999999;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

.linea_centro {
	border-top-color: #999999;
	border-top-style: dashed;
	border-top-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

