@charset "utf-8";
/* CSS Document */

body
	{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#CCC;
	width:auto;
	height:auto;
	padding:15px;

	}

#contenedor
	{
	margin:auto;
	width:1165px;
	height:auto;
	padding:15px;
	background-color:#FFF;
	}
#derecha{
	float:right;
	background-color:#fff;
	width:300px;
	height:400px;
	margin-left:15px;
	margin-bottom:15px;
	}

#derechaArriba
	{
		width:;
		height:192px;
		margin-bottom:15px;
		background-color:#666;
		float:right;
	}

#derechaAbajo
	{
		width:auro;
		height:192px;
		background-color:#666;
		float:right;
	}
#encabezado
	{
		height:145px;
		background-color:#666;
	}
	

	
#menu
	{
		background-color:#fff;
		width:200px;
		float:left;
		margin-right:15px;
	}
	
.submenu{
	margin-top:20px;
	background-color:#fff;
	width:210px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	border:solid #999 1px;
	padding:2px;
 	}	

.submenuProduc{
	background-color:#fff;
	width:210px;
	float:left;
	padding:2px;
 	}	

.submenu ul{
 	list-style:none;
} 
  
.submenu ul li{
/*padding:2px;
margin:3px 0px;
width:150px;*/
background-image:url(/Formline/imagenes/btnSubmenu.png);
background-repeat:no-repeat;
padding-right:10px;
padding-left:5px;

}
.submenu ul li a {
	color:#666;
	display:block;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;

}
		
.submenu ul li:hover{
	background-image:url(/Formline/imagenes/btnSubmenuActivo.png);
	background-repeat:no-repeat;
}


#cuerpo
 	{
		height:400px;
		background-color:#CC3;
		width:615px;
		float:LEFT;
	}


#pie
	{
		background-color:#FFF;
		clear:both;
		height:auto;
		margin-top:15px;
	}
	
.loginPanel
	{
		height:auto;
		width:auto;
		text-align:right;
	}
	
.loginPanel a
	{
		display:block;
		text-decoration:none;
		
	}	
.panelDerecho
	{
		display:block;
		float:right; 
		width:auto; 
		height:auto;
		
	}
 #nav{
	 height:350px;
	 margin-top:25px;
	 }
	 

#imgLogoFb{
	float:left;
}
