/*CONTENEDORES NUEVOS*/

#contenido{
	clear:both;
	background-image: url(images/fondo-central.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	
	
	#contenido span{
		color: #ff0000;
	}
	
	#contenido p{
		color:#000;
		line-height:12px;
		font-size:11px;
	}
	
	#contenido h3{
		margin:0;
	}
	
	#contenido .titulo{
		height:48px;
		width:853px;
		padding:64px 0 0 0;
		margin:0px 0 0 55px;
		border-bottom:1px solid #dadce6;
	}
	#contenido .columnas {
		margin:30px 0 80px 0;
		clear:both;
		}
		
		#contenido .rojo{
			color:#ff1e1e;
		}


	#contenido .izquierda{
		width:265px;
		float:left;
		border-right: 1px solid #dadce6;
		margin:0px 0 0 55px;
		
	}
	
	#contenido .derecha{
		width:575px;
		float:left;
		margin:0 0 0 30px	
	}
	
	/*FORMULARIOS LOGIN */
	
	#formulario{
		padding:0;
		margin:35px  0 0px 0;
		font-size:11px;
		}
		
		.form_service {
		padding:0;
		margin:35px  55px !important;
		font-size:11px;
		}
		
		
		#formulario .gris {
				font-size:10px;
				color:#999;
				font-weight:normal;

			}
		
		#formulario .input_inline{
		width:130px; 
		float:left;
		}
		
		#formulario p {
			padding:0;
			margin:0 0 12px 0;
			display:block;
			}
			
			
		
		#formulario label {
			/*width:85px;*/
			width:120px;
			display:block;
			/*height:18px;*/
			height:18px;
			float:left;
		}
		/*#formulario input {
			background-image: url(images/bg-form.gif);
			background-repeat:repeat-y;
			border:1px solid #999999;
			height:15px;

		}*/
		
		#formulario .campos {
			background-image: url(images/bg-form.gif);
			background-repeat:repeat-y;
			border:1px solid #999999;
			height:15px;

		}
		
		
		/*#formulario select{
			background-image: url(images/bg-form.gif);
			background-repeat:repeat-y;
			border:1px solid #999999;
			height:18px;
		}*/
		
		
		#formulario .btn{
			
			width:190px;
		    margin:0 0 0 25px;
			border:0; height:22px;  
			margin:15px 0 50px 75px;
		}
		
		input.btn_borrar{
			width:182px;
			height:22px;
			display:block;
			text-indent:-5000px;
			cursor:pointer;
			background-image:url(images/btn_borrar_seleccionados.gif);
			background-repeat:no-repeat;
			background-position:top left;
			border:0;}