/* cuerpo */
BODY {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; margin-bottom: 0px; margin-top: 0px;
	}
/* Links */
A { text-decoration: none;
}
A:hover { text-decoration: underline;
}
A:active { text-decoration: underline;
}
/* textos */
P { font-size: 10px;
}
.txt_bold { font-weight: bold;
}
.txt_bold_12 { font-size: 12px; font-weight: bold;
}
.txt_subrayado { text-decoration: underline;
}
.txt_bordobold { color: #C12332; font-weight: bold; font-size: 12px;
}
.txt_italic { font-style: italic;
}
/* td */
.td_borde { border: #C12332 3px solid;
}
.td_bot_sup { background-color: #DFD199; padding-top: 4px; padding-bottom: 4px; padding-left: 20px; padding-right: 20px; border-top: 2px solid #000000;
}
.td_botonera_iz { padding-top: 20px; padding-left: 20px; padding-right: 15px; padding-bottom: 20px; background-color: #CCCCCC; font-weight: bold; width: 100px;
}
.td_main_content { padding-top: 20px; padding-left: 15px; padding-right: 20px; padding-bottom: 10px;
}
.td_small_caps { border: 2px #DFD199 solid;
}
.td_small_title { background-color: #DFD199; padding-top: 3px; padding-bottom: 3px; padding-left: 15px; padding-right: 15px; font-weight: bold;
}
.td_small_subtitle { padding-top: 10px;
}
.td_small_sub2 { background-color: #cccccc; padding-top: 3px; padding-bottom: 3px; padding-left: 15px; padding-right: 15px; font-weight: bold;
}
.td_pics { padding-bottom: 10px; padding-top: 10px;
}
.td_copyright { background-color:#DFD199; border-top: 2px solid #000000; padding-left: 20px; padding-left: 20px; padding-bottom: 15px; padding-top: 15px;
}
.td_contact_back { background-color: #cccccc; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; padding-top: 10px; border: 2px solid #C12332;
}
.td_contact_forms { padding-bottom: 5px; padding-top: 5px; font-weight: bold;
}
/* bordes */
.border_pic { border: #C12332 2px solid;
}
/* botonera superior */
.botonera_sup { color: #000000; font-weight: bold;
}
A.botonera_sup:hover { color: #C12332;
}
A.botonera_sup:active { color: #FFFFFF;
}
/* forms */
.form { background-color: #FFFFCC; width: 550px;
}
