@import url("global.css");

/** Send Card **/

h3							{ font-size:small; }

/* BUTTONS */
/* button ---------------------------------------------------------------------------------------------*/
#bot_send		{ margin:0 auto; padding:1em; }
#bot_send ul	{ margin:0; padding:0; }
#bot_send li	{ list-style:none; margin:0; padding: 0; font-weight:bold; font-size:12px; }
#bot_send a		{ display:block; width:150px; margin:0 1px 0 0; padding:4px 8px; color:#333; text-decoration:none; border:1px solid #CCC; background:url(/images/style/menuhead.gif) repeat-x top center; clear:both; }
#bot_send a:hover	{ color:#FF0000; background:url(/images/style/menuhead_over.gif) top center; }

#bot_log					{ padding:0; margin:0 auto; width:40%; font-style:normal; }
#bot_log ul li	 			{ display:inline; padding:1em; margin:0; font-size:90%; text-align:center; }
#bot_log ul li a 			{ width:130px; padding:0 1em 0 1em; }
#bot_log ul li a:link		{ color:#000; text-decoration:none; font-weight:bold; }
#bot_log ul li a:visited	{ color:#000; text-decoration:none; font-weight:bold; }
#bot_log ul li a:hover		{ color:#F00; }

/** formulario **/
.formulario		{ margin:0 auto; text-align:left; width:520px; clear:both; }
.formulario	h3	{ text-align:left; height:30px; padding:0.5em 0 0.2em 1em; color:#000000; }
.formulario	ul	{ list-style:none; }
.formulario	input, .formulario	select	{ margin:0 0 0.5em 0; }
.formulario label	{ width:190px; float:left; text-align:left; }

#h31			{ background:url(/images/style/h31.gif) no-repeat left top; }
#h32			{ background:url(/images/style/h32.gif) no-repeat left top; }
#h33			{ background:url(/images/style/h33.gif) no-repeat left top; }

#contact-list			{ width:70%; margin:0 auto; }
#contact-list table td	{ background:#FFCC99; padding:0.5em; border-bottom:#FFFFFF solid 1px; }

#contact label	{ width:100px; }
#contact p		{ margin:0 auto; text-align:center; width:30%; }
#content_text	{ clear:both; padding:1em 0; }

.col			{ float:left; width:50%; text-align:center; }
#error h4		{ color:#FF0000; }
