body {
	background-image: url(elementos/fondo2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}.linea_vertical {
	background-image: url(elementos/punto.png);
	background-repeat: repeat-y;
	background-position: center center;
}
.linea_horizontal {
	background-image: url(elementos/punto_h.png);
	background-repeat: repeat-x;
	background-position: center center;
}
.titulo {
	font-size: 25px;
	color: #000;
	font-family: "TCCM___";
}
@font-face {
	font-family: TCCM___;
	src: url(elementos/TCCM___.ttf) format('truetype');	
}
.celdas_form {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
.texto_2 {
	font-family: "Tw Cen MT Condensed";
	font-size: 18px;
	color: #666;
	font-weight: normal;
}
.titulo2 {
	font-family: "Tw Cen MT Condensed";
	color: #333;
	font-size: 26px;
	font-weight: normal;
	line-height: 11px;
}
.texto_3 {
	font-family: "Tw Cen MT Condensed";
	font-size: 18px;
	color: #666;
	font-weight: normal;
	line-height: 23px;
}
.linea_verticalclara {
	background-image: url(elementos/punto_claro.png);
	background-repeat: repeat-y;
	background-position: center center;
}
.linea_horizontalclara {
	background-image: url(elementos/punto_h%20_claro.png);
	background-repeat: repeat-x;
	background-position: center center;
}
