html, body{
	margin:0px; 
	padding:0px;
}




body,td,th,input,textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9E9E9E;
	font-style: italic;
	text-align: left;
}
.spanish {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}
.english {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #C1C1C1;
	text-align: left;
}
tbody{
	border:0px;
	border-top:0px;
}



















/***************************** MENU ********************************/
.text2{
 color:#CCCCCC;
}

.titulo{color:#c0282d;}

.nombreCampo{

font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif;
padding-top:10px;
padding-bottom:2px;
}

.campoForm{
	border:0;
	background-color:#f2f2f2;
	width:100%;
	font-size:11px;
}

a{
	color:#c0282d;
	text-decoration:none;
}



ul { 
	list-style:none;
	padding:0px;
	margin:0px;
}

h2.trigger {
	/*
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	*/
	
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	width: 195px;


	/*background: url(h2_trigger_a.gif) no-repeat;
	font-size: 2em;	
	*/
}

h2.trigger a {
	color: #9E9E9E;
	text-decoration: none;
	display: block;
	font-size:14px;
}

h2.trigger a:hover { color: #ccc; }

h2.active {/*background-position: left bottom;*/} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/

.block li{
	line-height:18px;
}
.block li a{
	color:#333333;
	font-size:12px;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-0.03em;

}
.toggle_container {
	
	/*
	margin: 0 0 5px;	
	padding: 0;
	background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;
	font-size: 1.2em;
	border-top: 1px solid #d6d6d6;	
	width: 450px;
	margin-left:50px;
	*/
	
	overflow: hidden;
	margin-bottom:10px;
	clear: both;
}

.toggle_container .block {
	 /*--Padding of Container--*/
	/*
	padding: 20px;
	background: url(toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/		
}
