@charset "utf-8";
/* CSS Document */

form.active {
	padding:5px;
	margin-left:20px;
	padding-bottom:20px
}
	
	form.active h2 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:24px;
		background:url(../../Css/Img/Maqueta/footer_bg.png) repeat-x -10px;
		color:#fff;
		padding:5px 15px;
		text-align:right;
		font-size:14px;
	}

	form.active label {
		padding-right:0;
		padding-right:14px;
		padding-top:4px;
		width:45px;
		float:left;
		font-size:11px;
	}

	form.active .campo_s  , 
	form.active .file	   , 	
	form.active .campo_m  , 
	form.active .campo_l  , 
	form.active .check    , 
	form.active .boton  {
		padding:5px;
		padding-right:20px;
		float:left;
	}
	form.active .boton {
		padding-bottom:0;
		float:right;
	}
	form.active .file {
	}
	
	form.active .campo_s  input 	, 
	form.active .campo_s  textarea , 
	form.active .campo_m  input 	,
	form.active .campo_m  textarea , 
	form.active .campo_l  input 	, 
	form.active .campo_l  textarea , 
	form.active .campo_s  select 	, 
	form.active .campo_m  select 	, 
	form.active .campo_l  select 	,
	form.active .boton    input	{
		border:1px solid #D1D1D1;
		border-bottom:1px solid #E6E6E6;
		border-top:1px solid #9A9A9A;
		background:#fff;
		font-size:15px;
		padding:3px;
		float:left;
		width:160px;
		color:#777;	
	}
		form.active .check input {
			margin:5px;
			padding:0px;
			border:0;
			float:right;
		}
		
		form.active .campo_s textarea {
			height:100px;
		}
		
		form.active .campo_s  select {
			width:202px;
		}
		
		form.active .campo_m  input 	,
		form.active .campo_m  textarea {
			width:412px;
		}
		form.active .campo_m  textarea{
			height:150px;
		}
	
	form.active .boton input {
		border:none;
		background:url(Img/Gui/btn_saber_mas.png) no-repeat -137px 0;
		width:137px;
		height:35px;
		float:right;
		margin-right:10px;
		cursor:pointer;
	}
	
		form.active .boton input.guardar {
			background:url(Img/Gui/btn_saber_guardar.png) no-repeat -97px 0;
			width:97px;
			margin-right:60px;			
		} 