body{
	margin:0;
	padding:0;
	background:#809AB1 url(images/bg_blue.gif) repeat-x scroll 0%;
	color:#000000;
	font-family:"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}

#maincontainer {
	padding:2px;
	background:#FFFFFF url(images/contentBg2.gif) repeat-y scroll 0%;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	display:block;
	margin:0pt auto;
	position:relative;
	width:920px;	
}

b{font-size: 110%;}
em{color: red;}

#topsection{
	background: #FFFFFF;
	/*height: 60px; /*Height of top section*/*/
}

#topsection h1{
	margin: 0;
	padding-top: 15px;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin: 0 160px 0 160px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 160px; /*Width of left column*/
	margin-left: -100%;
	background: #FFFFFF;
	font: bold 11px Arial;
}

#rightcolumn{
	float: left;
	width: 160px; /*Width of right column*/
	margin-left: -160px; /*Set left marginto -(RightColumnWidth)*/
	background: #ffffff;
	font: bold 11px Arial;
}

#footer{
	clear: left;
	width: 100%;
	background: black;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
}

#footer a{
	color: #FFFF80;
}

.innertube{
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.innertubesearch{
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0px;
	padding:2px;
	background:#EDEEEA;
	font-size:10px;
}

.form_inputsearch {
	border:1px solid #DBDBDB;
	color:#444444;
	font-family:tahoma;
	font-size:11px;
	padding:3px 5px;
}

.form_textobx {
	background-color:#FCFCFC;
	border:1px solid #DBDBDB;
	color:#444444;
	font-family:tahoma;
	font-size:11px;
	padding:2px 4px;
}

#fecha{
	font: bold 11px Arial;
}

#modernbricksmenu{
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#modernbricksmenu ul{
	font: bold 11px Arial;
	margin:0;
	margin-left: 40px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

#modernbricksmenu li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}

#modernbricksmenu a{
	float: left;
	display: block;
	color: white;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: black; /*Default menu color*/
	border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
	background-color: gray; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
	background-color: #D25A0B; /*Brown color theme*/ 
	border-color: #D25A0B; /*Brown color theme*/ 
}

#modernbricksmenuline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 5px;
	line-height: 5px;
	background: #D25A0B; /*Brown color theme*/ 
}

#myform{ /*CSS for sample search box. Remove if desired */
	float: right;
	margin: 0;
	padding: 0;
}

#myform .textinput{
	width: 190px;
	border: 1px solid gray;
}

#myform .submit{
	font: bold 11px Verdana;
	height: 22px;
	background-color: lightyellow;
}

/* set millions of background images */
.rbroundbox { background: url(../images/nt.gif) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbcontent a {color:#3366CC;}
.rbcontent a:link,a:visited {text-decoration:none;}
.rbcontent a:hover {text-decoration:underline;}
.rbroundbox { width: 95%; margin: 1em auto; }

/* ************************* CSS Forms ***************************** */

/* html,body{height:100%; margin:0;} */

.tbmain{ 
 /* Changes on the form */
  background: white !important; 
}
.left{
  /* Changes on the form */
  /*color: #ff5200 !important; */
  color:#666666 !important;
  font-family: Trebuchet MS !important;
  font-size: 11px !important;
}
td.left {
   font-family: "Trebuchet MS";
   font-size: 11px;
   font-weight:bold;
   color:#ff5200;
   vertical-align: top;
   text-align: left;
}
.pagebreak{
   font-family: "Trebuchet MS";
   font-size: 11px;
   font-weight:bold;
   color:black;
}
td.right {
   font-family: "Trebuchet MS";
   font-size: 11px;
   font-weight:normal;
   color:#333333;
   vertical-align: top;   
   text-align: left;   
}
.tbmain{
   height:100%;
   color:#333333;
   background:url(http://www.jotform.com/images/styles/style1_bg.gif) #ffffff top repeat-x;
}
.head{
   font-family: "Trebuchet MS";
   font-size: large;
   font-weight: bold;
   color:#ff5200;
   vertical-align: top;
   text-align: left;
}
.notvalid{
   border:2px red solid;
   font-family:"Trebuchet MS";
}
.text{
   font-family: "Trebuchet MS";
   font-size: 11px;
   font-weight:normal;
   color:#333333;
   border:1px #cccccc solid;
   background:url(http://www.jotform.com/images/styles/style1_txt_bg.gif) #f6f6f6 top repeat-x;
}
select.other{
   font-family: "Trebuchet MS";
   font-size: 11px;
   font-weight:normal;
   color:#333333;
   border:1px #cccccc solid;
   background:url(http://www.jotform.com/images/styles/style1_txt_bg.gif) #f6f6f6 top repeat-x;
}
.btn{
   font-family: "Trebuchet MS";
   font-size: 11px;
   font-weight:normal;
   color:#333333;
   border:1px #c6c7ca solid;
   background: url(http://www.jotform.com/images/styles/style1_btn_bg.gif) #e4e4e4 top repeat-x;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}
/* ******************************************************* */