/* CSS Document */
#sugerencia{
		position:relative;
		float:left;
		width:410px;
		height:auto;
		background-image:none;
		border:1px solid #C2C0C1;
		border-top:0;
		padding-bottom:10px;
		margin-left:10px;	
}

	#sugerencia p.cabecera{		
		width:100%;
		height:45px;
		width:100%;
		color:#FFFFFF;
		background:url(../img/cabecera_sugerencias.jpg) top left no-repeat;
		font-weight:bold;
		font-size:13px;
		text-align:center;
		margin:0;
		padding:0;
	}
	#sugerencia p{
		margin:5px 0 0 2%;
		width:94%;
	}
	#sugerencia ul{		
		list-style-type:none;
		margin:20px 0 0 0;
		padding:0;
	}	
		#sugerencia ul li{
			margin:5px 0 0 2%;
			width:94%;
			color:#2F2F2F;
		}		
			#sugerencia ul li.obligatorio input{
				width:200px;
				background-color:#D7D7D7;
				height:14px;
				font-size:11px;
				color:#000000;
				border:1px solid #444444;
			}	
			#sugerencia ul li.obligatorio textarea{
				width:250px;
				font-size:10px;
				font-family:Arial, Helvetica, sans-serif;
				background-color:#D7D7D7;
				height:150px;
				font-size:11px;
				color:#000000;
				border:1px solid #444444;
				margin:0;
			}				
			#sugerencia ul li input{
				width:100px;
				background-color:#FFF;
				height:14px;
				font-size:11px;
				color:#000000;
				border:1px solid #444444;
			}	
				#sugerencia ul li.boton{						
					width:100px;
					height:18px;
					clear:both;
					display:block;
					
				}	
				#sugerencia ul li.boton a{										
						display:block;
						margin-top:10px;
						margin-bottom:10px;
						margin-left:190px;
						width:44px;
						height:18px;						
						background:url(../../extras/img/enviar_sugerencia.jpg) top left no-repeat;					
				}						
				*>#sugerencia ul li.boton a{										
						margin-top:170px;
						margin-bottom:0;
				}								
		#sugerencia ul li label{
			display:block;
			float:left;
			width:100px;
			text-align:right;
		}		

