/* CSS Document */

/*estilos solo de normativa*/

	#wrapper #content p{
		font-size:12px;
		line-height:16px;
	}

	#bloque-izq{
		width:400px;
		height:100%;
		float:left;
		margin:20px 0 0 0;
	}
	
	#bloque-der{
		width:400px;
		float:right;
		margin:20px 0 0 0;
		height:100%;
	}
	
	
	/* .bloque-1 = fondo blanco, .bloque-2= fondo gris*/ 
	#wrapper #content .bloque-1{
		list-style-type:none;
		line-height:16px;
		margin:10px 0;
		height:90px;
		width:400px;
	}
	
	#wrapper #content .bloque-3{
		list-style-type:none;
		line-height:16px;
		margin:10px 0;
		height:90px;
		width:450px;
	}
	
	#wrapper #content .bloque-2{
		list-style-type:none;
		line-height:16px;
		margin:10px 0;
		height:90px;
		width:400px;
		background-color:#f2f2f2;
	}
	
	#wrapper #content .bloque-4{
		list-style-type:none;
		line-height:16px;
		margin:10px 0;
		height:90px;
		width:450px;
		background-color:#f2f2f2;
	}

		#wrapper #content .bloque-1 p,
		#wrapper #content .bloque-3 p {
			font-size:14px;
			background-image:url(img/flecha-blanco.gif);
			background-repeat:no-repeat;
			background-position:left 30px;
			margin: 0 0 0 10px;
		}
	
		#wrapper #content .bloque-2 p, 
		#wrapper #content .bloque-4 p{
			font-size:14px;
			background-image:url(img/flecha.gif);
			background-repeat:no-repeat;
			background-position:left 30px;
			margin: 0 0 0 10px;
		}
		
		/*estilos de a*/
		#wrapper #content a{
			color:black;
			font-weight:bold;
			display:block;
			text-decoration:underline;
			padding:2px 0 0 0;
		}

			#wrapper #content a:hover{
				text-decoration:none;
			}


	    /*Estas dos clases son para cuando el texto de las descargas abarcan "1" linea ó "2" lineas*/
		.una-linea{
			padding:25px 0 0 30px;
			margin:2px 0 0 0;
			height:55px;
		}

		
		.dos-lineas{
			padding:20px 0 0 30px;
			margin:2px 0 0 0;
			height:60px;
		}
	
	

		/*estilos de hr*/
		hr {
			color: #ddd;
			border:none;
			border: 1px solid #ddd;
			height: 1px;
			padding:0; 
			margin:0;
		}
		
		hr .corto {
			color: #ddd;
			border:none;
			border: 1px solid #ddd;
			height: 1px;
			padding:0;
			width:400px;
			margin:0px;
		}
