/* developed by www.allpalab.com*/ 
html, body{
 background-image: url(../images/background.png);
 background-repeat: repeat-x;
 background-color:#fbf4e2; 
 margin:0px; 
 padding:0px; 
 text-align:center;
 font-family:verdana;
 font-size:10px;
 line-height: 18px;
} 
 
#pagewidth{ 
 width:900px;/*780px;*/ 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#leftcol{
 width:285px; 
 float:left; 
 position:relative;
 text-align:center;
 }
 
#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:615px;/*475px;*/ 
 }
 
#footer{
 margin:20px 0px 0px 0px;
 padding:0px 0px 10px 0px;
 float: right;
 display:inline;
 position: relative;
 width:99%;
 text-align:center;
 }

 
 /* *** Float containers fix:
 *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/* Extras */
img{
 border:0px solid white;
}
img.right{
 float:right;
 background-color:white;
 margin:10px;
 padding:5px;
}
img.left{
 float:left;
 background-color:white;
 margin:10px;
 padding:5px;
}
a{
 text-decoration:none;
 font-weight:bold;
 font-size:12px;
 color:#6d609e;
}

/* Codigos de Errores Jquery */
label.error {
	display: none;
	color: red;
	font-style: italic
}
input:focus { border: 1px solid black; }
input.error { border: 1px solid red; }
