/***********************************************

         CSS by shadow.studio, 2009
	 
************************************************/


/* SECTION 1 : Site-wide styles */
*
{
	padding: 0;
	margin: 0;
}
HTML
{
	overflow-y:scroll;
}
BODY
{
	background: #7D7D7D;
	font-family: Verdana;
	font-size: 13px;
	padding: 0;
	margin: 0;
	color: #444;
	line-height: 17px;
}
IMG
{
	border: none;
}
A
{
	color: #002288;
	text-decoration:none;
}
A:hover
{
	text-decoration: underline;
	color: #000000;
}
H3
{
	border-bottom: 1px dotted #AAA;
	color: #666;
	padding-bottom: 4px;
	margin: 14px 0 7px;
	font-weight: 100;
	font-size: 22px;
	letter-spacing: -2px;
}
H3 A
{
	text-decoration: none;
	font-size: 22px;
	letter-spacing: -2px;
}
H3 A:hover
{
	color: #880000;
}
TR
{
	height:30px;
	padding-left:10px;
	padding-right:10px;
	padding-top: 15px;
	padding-bottom:15px;
}
hr
{
	margin-left:5px;
	margin-right:15px;
	border-bottom:dashed;
	border-bottom-width:thin;
	border-bottom-color:#999999;
	border-left:none;
	border-right:none;
	border-top:none;
	color:#f4f4f4;
}
#topwrap
{
	background: #D7D7D7 url(images/topwrap.jpg) no-repeat;
	padding: 10px 0;
}
#bottomwrap
{
	background: #D7D7D7 url(images/bottomwrap.jpg) no-repeat;
	padding: 10px 0;
}
#wrap
{
	width: 974px;
	margin: 2px auto 0;
}
#header
{
	height: 160px;
	background: #7D7D7D;
}
#header H1
{
	font-size: 27px;
	font-weight: 100;
	letter-spacing: -2px;
	padding: 25px 0 0 30px;
}
#header H1 A
{
	color: #FFF;
	text-decoration: none;
}
#header H1 A:hover
{
	color: #880000;
	text-decoration: none;
}
#header H2
{
	font-size: 14px;
	color: #EEE;
	padding: 0 0 0 33px;
}
#menu
{
	height: 30px;
	line-height: 30px;
	background: #7D7D7D url(images/menu.jpg) no-repeat;
	padding-left:555px;
}
#menu LI
{
	float: left;
	list-style-type: none;
	padding-right: 5px;
}
#menu LI A
{
	color:#2E3198;
	text-decoration: none;
	padding: 0 10px;
	font-weight: 600;
}
#menu LI A:hover
{
	color: #06F;
}
#menu UL
{
	padding-left: 20px;

}
#topcontent
{
	background: #7D7D7D url(images/topcontent.jpg) no-repeat;
	padding: 10px 0;
}
#content
{
	background: #7D7D7D url(images/content.jpg) repeat-y;
	padding: 0 20px;
}
#left
{
	margin-top: 10px;
	width: 200px;
	float: left;
	font-size: 14px;
	text-align: justify;
	margin-left: 25px;
	padding-bottom: 20px;
	line-height:25px;
}
#left UL LI A
{
	font-size:14px;
}
#left UL LI A:hover
{
	text-decoration:underline;
}
#right
{
	margin-top: 10px;
	margin-right:20px;
	width: 665px;
	float: right;
}
#right UL
{
	color:#555555;
	padding: 10px 0 10px 20px;
}
#right UL LI
{
	padding: 2px 0 3px;
}
#right UL LI A
{
	font-weight: 600;
	/*display: block;*/
	text-decoration: none;
	font-size: 13px;
}
#right UL LI A:hover
{
	color: #880000;
	text-decoration:underline;
}
#bottom
{
	background: #7D7D7D url(images/bottom.jpg) no-repeat;
	padding: 6px 0;
}
#footer
{
	font-size: 11px;
	color: #EEE;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	vertical-align:middle;
}
#footer A
{
	color: #EEE;
	text-decoration: none;
}
#footer A:hover
{
	color: #000;
	text-decoration: underline;
}


/* SECTION 2 : Specific classes */
.section_title
{
	color:#003366;
	font-size:22px;
}
.xtable
{
	border-color:#EEEEEE;
	border-style:solid;
	border-width:thin;
	text-align:center;
	vertical-align:middle;
}
.formtable
{
	width:95%;
	border-color:#EEEEEE;
	border-style:solid;
	border-width:thin;
	background:#E9E9E9;
}
.formtable TD
{
	vertical-align:middle;
	height:25px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	padding-bottom:4px;
}
.formtable TR
{
	padding-top:40px;
}
/*alternar colores de fila en las tablas*/

TR.d0 TD, TH
{
	background-color: #DEDEED;
	padding: 10px;
	/*padding:15px;*/
}
TR.d1 TD
{
	background-color: #C6C8DF;
	padding: 10px;
	/*padding:15px;*/
}
TR.r0 TD
{
	background-color: #DEDEED;
	padding:12px;
}
TR.r1 TD
{
	background-color: #C6C8DF;
	padding:12px;
}
TR.r2 TD
{
	background-color:#f4f4f4;
	padding-left:30px;
}

/* TC color azul*/
.tc-text
{
	color:#003C79;
	font-weight:bold;
}
/* formulario */
.form-label
{
	font-size:14px;
	text-align:right;
	font-weight:normal;
	color:#4d4d4d;
}
.form-label-small
{
	font-size:10px;
	padding-left:13px;
	padding-bottom:9px;
}
.form-input-left
{
	text-align:left;
}
.form-input-center
{
	text-align:center;
}
.form-select
{
	min-width:140px;
	height:22px;
	border-color:#D7D7D7;
	border-style:solid;
	font-size:12px;
	color:#001177;
}
.form-text
{
	min-width:140px;
	height:18px;
	border-color:#D7D7D7;
	border-style:solid;
	font-size:12px;
	color:#001177;
}
.form-text-cp
{
	min-width:50px;
	height:18px;
	border-color:#D7D7D7;
	border-style:solid;
	font-size:12px;
	color:#001177;
}
.form-textarea
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-color:#D7D7D7;
	border-style:solid;
	font-size:12px;
	color:#001177;
}
.form-radio-button
{
	text-align:left;
	border-color:#D7D7D7;
	border-style:solid;
	border-width:thin;
	font-size:12px;
	color:#001177;
}
.shadowstudio
{
	height:17;
	color:#444444;
	vertical-align:top;
}
.footer-text
{
	height:17;
	vertical-align:top;
}
.footer-img
{
	height:17;
	vertical-align:top;
}

.payment
{
    font-size: 15px;
}
/******** EOF ********/
