@charset "utf-8";
/* CSS Document */

#cuerpo-container, #cuerpo-content {
	overflow:hidden;
	height:auto;
}

#c1-container { width:525px; float:left; background:none; }
#c1-content { 
	/* sup der inf izq */
	margin:0px 0px 10px 0px; 
}

#c2-container { width:201px; height:100%; float:right; background:#e3e3e3; }
#c2-content { margin:10px 20px 10px 20px; }

#c1A-container { width:100%; overflow:hidden; border-bottom:dashed 1px #CCC; margin-bottom:20px }
#c1A-content { margin:10px; overflow:hidden;  }
#c1A-content img { margin-right:20px; }

#c2A-container { float:left; width:40%; background:url(../img/borde1.gif) top right repeat-y }
#c2A-content { 	
	/* sup der inf izq */
	margin:0px 20px 10px 0px;  
}

#c3A-container { float:right; width:60% }
#c3A-content { 	margin:0px 20px 10px 20px;  }

#c3A-content .field { 
	width:250px; margin-bottom:10px; 
	font-family:Arial, Helvetica, sans-serif; font-size:11px;
	border:1px solid #8fc400; }
#c3A-content form { margin:0px; padding:0px;  }