	body,html,div,blockquote,img,label,h1,h2,h3,h4,h5,h6,pre,ul,ol,li,dl,dt,dd,form,a,fieldset,input,textarea,select,th,td{
		border: none;
		outline:none;
		margin:0;
		padding:0;
		text-decoration: none;
	}
	
	body{
		font: normal 12px Arial, sans-serif;
		background: url('../imagenes/bg-body.jpg');
	}
	
	#contenedor-pagina{
		width: 850px;
		margin: 0 auto;
	}
		#contenedor-body{
			float: left;
			background: url('../imagenes/bg-content.jpg');
			width: 850px;
			min-height: 600px;
			-webkit-box-shadow: 0px 1px 20px rgba(50, 50, 50, 0.75);
			-moz-box-shadow: 0px 1px 20px rgba(50, 50, 50, 0.75);
			box-shadow: 0px 1px 20px rgba(50, 50, 50, 0.75);
		}
			#upper-header{
				background: #cbcbcb;
				min-height: 25px;
				font-size: 11px;
			}
			
				#contenedor-upper-header{
					width: 775px;
					margin: 0 auto;
					position:relative;
				}
					#upper-menu{
						float: left;
						line-height: 25px;
					}
						#upper-menu a{
							color: #FFF;
						}
						
						#upper-menu a:hover{
							text-decoration: underline;
						}
						
						#upper-menu span{
							color: #FFF;
							margin: 0 5px;
						}
					
					#upper-social{
						float: right;
					}
						#label-social{
							float: left;
							line-height: 25px;
						}
						
							#label-social span{
								color: #FFF;
							}
						
						#imagen-social{
							float: right;
							margin-left: 10px;
							cursor: pointer;
						}
							#imagen-social img{
								width: 25px;
							}
			
			#contenedor-contenido{
				width: 775px;
				margin: 0 auto;
				position:relative;
			}
			
			#lower-header{
				float: left;
				width: 100%;
				margin-top: 15px;
			}
			
				#contenedor-logo{
					float: left;
				}
					#contenedor-logo img{
						width: 275px;
					}
				
				#contenedor-menu{
					float: right;
					margin-top: 51px;
				}
			
			#mid-body{
				float: left;
				min-height: 300px;
				margin-top: 25px;
				width: 100%;
			}
				#marco-slider{
					background: #E5E5E5;
					width: 755px;
					padding: 10px;
				}
				
				#texto-index{
					float: left;
					margin-top: 45px;
					width: 100%;
				}
					#texto-index span{
						color: #808080;
						font-style: italic;
					}
				
				#destacados-index{
					float: left;
					margin-top: 40px;
					width: 100%;
				}
					.bloque{
						float: left;
						width: 100%;
						margin-bottom:10px;
					}
					
					.main-titulo{
						background: #3FA8F4;
						padding: 4px 8px;
					}
						.main-titulo span{
							color: #FFF;
							font-size: 13px;
							font-weight: bold;
						}
					
					.contenedor-destacado{
						float: left;
						background: #E5E5E5;
						margin-left: 22px;
					}
				
					#btn-noticia-historica{
						padding: 9px;
						background: #f1f1f1;
						border: 1px solid #e5e5e5;
						text-align: center;
						color: #808080;
						cursor: pointer;
					}
						#btn-noticia-historica:hover{
							background: #3FA8F4;
							color: #FFF;
						}
						
				#archivos-index{
					float: left;
					margin-top: 40px;
					width: 100%;
				}
					#contenedor-gobierno{
						float: left;
						width: 229px;
					}
						
						.contenedor-link{
							float: left;
							width: 100%;
							margin-top: 14px;
						}
						.cuerpo-link{
							float: left;
						}
						.imagen-link{
							float: left;
						}
						.imagen-link img{
							width: 50px;
						}
						.detalles-link{
							float: right;
							margin-left: 15px;
						}
						.titulo-link{
							line-height: 20px;
							border-bottom: 1px solid #CCC;
						}
						.titulo-link span{
							color: #989898;
						}
						.contenedor-boton-link{
							float: left;
							width: 100%;
							margin-top: 8px;
						}
						.boton-link{
							float: left;
							background: #cbcbcb;
							padding: 3px 6px;
							cursor: pointer;
						}
						.boton-link:hover{
							background: #989898;
						}
						.boton-link span{
							color: #FFF;
							font-weight: bold;
						}
						
					#contenedor-tabs{
						float: right;
						width: 369px;
					}
					
				#organizacion{}
				
				#mision-vision{
					margin-top: 20px;
					float: left;
				}
					.texto{
						
					}
						.texto span{
							color: #7B7B7B;
						}
						
				#noticias{
					margin-top: 20px;
					float: left;
				}
					.contenedor-titulo{
						float: left;
						width: 100%;
					}
					.contendor-noticia{
						float: left;
						width: 100%;
						margin-top: 20px;
					}
						.contendor-imagen{
							background-color: #D3D3D3;
							width: 150px;
							height: 100px;
							float: left;
						}
						.contenedor-detalles-noticia{
							float: left;
							margin-left: 20px;
							width: 604px;
						}
						.contenedor-btn-noticia{
							float: left;
							margin-top: 50px;
						}
							.btn-noticia{
								background: #cbcbcb;
								padding: 3px 6px;
								color: #FFF;
								font-weight: bold;
							}
								.btn-noticia:hover{
									background: #3FA8F4;
								}
						.contenedor-separador{
							float: left;
							width: 100%;
							margin-top: 25px;
						}
							.contenedor-separador hr{
								color:$D6D6D6;
							}
				
				#contacto{
					margin-top: 20px;
					float: left;
				}
					
					.contenedor-formulario-contacto{
						float:left;
						min-width:850px;
						font-family:arial;
					}
					.formulario-contacto{
						float: left;
						width: 760px;
						margin: 35px 0px 55px 44px;
					}
					span.titulo-contacto{
						color: white;
						background: #00519E;
						text-transform: uppercase;
						padding: 8px 16px 8px 17px;
						font-size: 12px;
						font-weight:bold;
					}
					.columna-input-contacto{
						float:left;
						width:380px;
					}
					.input-dato-contacto{
						float: left;
						width: 340px;
						margin-top:16px
					}
					span.nombre-input-contacto{
						color: #3FA8F4;
						font-weight: bold;
						font-size: 12px;
					}
					input.dato-input-contacto{
						width: 327px;
						height: 31px;
						font-size: 12px;
						color: gray;
						background: #E6E6E6;
						border:1px solid #CCC;
						padding-left: 10px;
						margin-top: 10px;
					}
					input.dato-input-contacto:focus{
						outline:0px;
						border:2px solid #3FA8F4;
					}
					textarea.dato-input-contacto{
						width: 364px;
						height: 86px;
						font-size: 14px;
						color: gray;
						background: #E6E6E6;
						border:1px solid #CCC;
						padding: 10px;
						margin-top: 10px;
					}
					textarea.dato-input-contacto:focus{
						outline:0px;
						border:2px solid #3FA8F4;
					}
					.imagen-validar-contacto{
						float:right;
						display:none;
					}
					.contacto-casa-matriz{
						float:left;
						margin-top:3px;
					}
					.contacto-casa-matriz span {
						font-size: 12px;
						color: #3FA8F4;
					}
					.contacto-casa-matriz a {
						font-size: 12px;
						color: #3FA8F4;
					}
					.boton-contacto{
						float: right;
						width: 64px;
						height: 26px;
						margin-right: 10px;
					}
					.boton-formulario-contacto{
						background: #B3B3B3;
						padding: 5px 8px 4px 9px;
						text-decoration: none;
						color: white;
						text-transform: uppercase;
						font-size: 12px;
						font-weight: bold;
						border: 0px;
						cursor: pointer;
					}

					.boton-formulario-contacto:hover{
						background: #3FA8F4;
					}

					.contenedor-respuesta-contacto{
						float:left;
						width:100%;
						text-align:center;
						margin-top:10px;
					}

					.mensaje-exitoso-contacto{
						float: left;
						width: 98%;
						background: #3FA8F4;
						color: #fff;
						text-transform:uppercase;
						font-size:12px;
						padding:5px;
						font-weight:bold;
					}
					.mensaje-error-contacto{
						float:left;
						width:98%;
						background:#c1272d;
						color:#fff;
						text-transform:uppercase;
						font-size:12px;
						padding:5px;
						font-weight:bold;
					}
			
			/*directorio*/
				.columna-princial-directorio{
					float: left;
				}
					.contenedor-imagen-directorio{
						background: #b2b2b2;
						width: 161px;
						height: 113px;
						padding: 10px;
						float: left;
					}
						.imagen-directorio{}
							.imagen-directorio img{
								width: 161px;
								height: 113px;
							}
						
						.contenedor-titulos-directorio{
							margin-top: 90px;
						}
							.nombre-titulo{}
								.nombre-titulo span{
									color: #6f6f6f;
								}
							.titulo-cargo{}
								.titulo-cargo span{
									color: #848484;
									font-weight: bold;
								}
							.titulo-asociacion{}
								.titulo-asociacion span{
									color: #6f6f6f;
								}
					.separador-directorio{
						float: left;
						width: 100%;
						margin-bottom: 25px;
					}
						.separador-directorio hr{
							color: #b8b8b8;
						}
					.nombre-directorio{
						background: #949494;
						text-align: center;
						line-height: 58px;
					}
						.nombre-directorio span{
							color: #FFF;
							font-size: 13px;
							font-weight: bold;
							font-style: italic;
						}
						
			/*Ficha noticia*/
				.separador-noticia{
					float: left;
					margin-bottom: 25px;
					width: 100%;
				}
					.separador-noticia hr{
						color: #D6D6D6;
					}
				#contenedor-imagen-noticia{
					float: left;
					
				}
					#contenedor-imagen-noticia img{
						width: 775px;
						height: 250px;
					}
				#contenedor-texto-noticia{
					float: left;
					
				}
					#contenedor-texto-noticia p{
						color: #888;
					}
			
			#upper-footer{
				float: left;
				width: 850px;
				background: #777777;
				min-height: 110px;
				padding: 30px 0;
				margin-top: 25px;
			}
				#contenedor-footer{
					width: 775px;
					margin: 0 auto;
					position:relative;
				}
					.columna{
						float: left;
						margin-left: 71px;
					}
						.titulo-footer{
							background: #4A4A4A;
							color: #b2b2b2;
							padding: 4px 8px;
							margin-bottom: 15px;
							font-weight: bold;
						}
						.link-footer{
							color: #FFF;
							cursor: pointer;
							margin-bottom: 5px;
						}
						.link-footer:hover{
							text-decoration: underline;
						}
						.link-footer span{
							font-size: 11px;
						}
						.link-footer img{
							margin-top: 14px;
						}
			
			#lower-footer{
				float: left;
				width: 850px;
				background: #E5E5E5;
				min-height: 25px;
				text-align: center;
				line-height: 25px;
			}
				#lower-footer span{
					color: #666;
				}
				#lower-footer a{
					color: #000;
				}
				#lower-footer a:hover{
					text-decoration: underline;
				}