/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family:Verdana, Geneva, sans-serif;
 	font-size: 11px;
	
}
#wrapper { 
 margin: 0 auto;
 width: 823px;

}
#header {
 color: #333;
 width: 801px;
 float: left;
 padding: 10px;
 /*border: 1px solid #ccc;*/
 height: 297px;
 margin: 10px 0px 5px 0px;
}
#leftcolumn { 
 color: #333;
 /*border: 1px solid #ccc;*/
 margin: 0px 5px 5px 0px;
 /*padding: 10px;*/
 width: 215px;
 float: left;
}

#leftcolumn a
{
	color:#969593;
	text-decoration:underline;	
}

#leftcolumn a:hover
{
	color:#f6c916;
	text-decoration:none;	
}

#rightcolumn { 
 float: right;
 color:#474546;
 /*border: 1px solid #ccc;
 background: #F2F2E6;*/
 margin: 0px 0px 5px 0px;
 padding: 10px;
 width: 578px;
 display: inline;
 text-align:justify;
}
#footer { 
 width: 801px;
 clear: both;
 color: #333;
 background-color:#f6c916;
 font-weight:bolder;
 border: 1px solid #ccc;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 font-size:9px;
 height:12px;
}

#footer a
{
	color:#474546;
	text-decoration:underline;
}

#footer a:hover
{
	text-decoration:none;
}

/*TITULOS*/

/*Contenidos*/

.title{margin:0; margin-bottom:20px; padding:13px 10px 13px 15px; 585px 50% no-repeat; font-size:100%; font-weight:bold; background-color:#f6c916;}

/*Menú*/
.title-service {margin:0; padding:13px 10px 13px 15px; 193px 50% no-repeat; font-size:100%; font-weight:bold; background-color:#f6c916;}


#subnav {margin:0; list-style:none; padding-bottom:10px;}
#subnav li {display:inline;}
#subnav li a {display:block; padding:4px 10px 4px 25px; background:url("../img/bullet.jpg") 10px 50% no-repeat;}
#subnav li a:hover {text-decoration:none;}
#subnav li.last a {border:0;}

/*FORMULARIO*/

.caja
{
	border:1px solid #f6c916;
	width:250px;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	
}

.caja_texto
{
	border:1px solid #f6c916;
	width:250px;
	height:150px;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}