/* TEXTO */

h3 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
}
h2 {
	font-family: Georgia;
	font-size: 17px;
	font-weight: normal;
	margin: 0px;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
}
a.h3:link, a.h3:hover, a.h3:visited {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	color: #b11015;
}
a.h2:link, a.h2:hover, a.h2:visited {
	font-family: Georgia;
	font-size: 17px;
	font-weight: normal;
	margin: 0px;
	color: #b11015;
}
a.h1:link, a.h1:hover, a.h1:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	color: #b11015;
}

a:link, a:hover, a:visited {
	color: #b11015;
}

.color_333333 {
	color: #333333;
}
.color_555555 {
	color: #555555;
}
.mayuscula {
	text-transform: uppercase;
}

/* FORMULARIO */

select, input {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	border: 1px solid #424242;
	background-image: url(../img/bg_diag.gif);
	color: #333333;
	padding-left: 4px;
}

form {
	margin: 0px;
	padding: 0px;
}


/* TABLAS */

.celda_izquierda_15 {
	padding-left: 15px;
}
.celda_vertical_3 {
	padding-top: 3px;
	padding-bottom: 3px;
}
.celda_vertical_8 {
	padding-top: 8px;
	padding-bottom: 8px;
}
.celda_lateral_izquierda {
	border-left: 1px solid #E6E6E6;
}
.celda_lateral_derecha {
	border-right: 1px solid #E6E6E6;
}
.celda_lateral_izquierda_yellow {
	border-left: 1px solid #DFD9BF;
}
.celda_lateral_derecha_yellow {
	border-right: 1px solid #DFD9BF;
}
.celda_superior_negra {
	border-top: 1px solid #424242;
}
.celda_titular {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 2px;
	padding-top: 10px;
}
.celda_titular_yellow {
	border-bottom: 1px solid #DFD9BF;
	padding-bottom: 2px;
	padding-top: 10px;
}
.td_button_head_on {
	cursor:pointer;
	cursor:hand;
	background-image: url(../img/bg_button_head_empresa.gif);
	background-position: top;
	background-repeat:  repeat-x;
}
.td_button_head {
	cursor:pointer;
	cursor:hand;
	background-image: url(../img/bg_button_head_empresa.gif);
	background-position: bottom;
	background-repeat:  repeat-x;
}


/* BACKGROUNDS */

.bg {
	background-image: url(../img/bg_head.gif);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #f9f9f9;
}
.bg_shadow {
	background-image: url(../img/bg_shadow.gif);
	background-repeat:  repeat-x;

}
.bg_shadow_yellow {
	background-image: url(../img/bg_shadow_yellow.gif);
	background-repeat:  repeat-x;

}
.bg_celda_punto_grande {
	background-image: url(../img/bg_ico_dot.gif);
	background-repeat:  no-repeat;
	background-position: left top;
}
.bg_celda_hoja {
	background-image: url(../img/bg_ico_paper.gif);
	background-repeat:  no-repeat;
	background-position: left top;
}
.block2 {
	background-image: url(../img/bg_yellow.gif);
	background-repeat:    repeat-x;
}