*{margin:0;
padding:0;
}

Body{
	text-align:center;
	font-family: 'Oswald', sans-serif;
	background-image:url(../images/bg_general.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#ffffff;
	background-attachment:fixed;
}

p{
	font-size:22px;
	font-weight:100;
	color:#4c4c4c;
	line-height:1.1em;
}

a:hover{
		color:#de3300;
		text-decoration:underline;
		}
		
a:active{
	color:#0F3;
}
		
a{
	text-decoration:none;
	color:#333;
}

#wrapper{
	width:1050px;
	margin:0 auto;
	text-align:left;
}

		#logo{
			position:absolute;
			margin-left:10px;
			height:240px;
			width:190px;
		}

#main_container{
	width:1050px;
	float:left;
	text-align:left;
}

		#header{
			position:fixed;
			width:1050px;
			height:190px;
			margin:0 0;
			background-image:url(../images/bg_header.png);
			background-repeat:no-repeat;
			
			/*padding-top:40px;*/
		}
		
				#chucho{
					float:left;
					width:450px;
					height:60px;
					text-align:left;
					margin-left:250px;
				}
		
				#redes{
					float:left;
					width:350px;
					height:50px;
					margin-top:7px;
				}
				
				#redes_2{
					float:right;
					width:600px;
					height:50px;
					margin-top:5px;
					text-align:right;
				}
				
				#menu{
					float:right;
					width:900px;
					text-align:right;
					margin:0 0 0 60px;
				}
				
						#menu ul li{
							display:inline;
							list-style-type:square;
							list-style-position:inside;
							font-size:20px;
							font-weight:100;
						}
						
						#menu ul li a:hover{
							color:#de3300;
							text-decoration:underline;
						}
						
						#menu ul li a{
							text-decoration:none;
							color:#333;
						}
						
						
						
						#menu li{
							padding:0 10px;
						}
				
				
		#contenido{
			float:left;
			width:1050px;
			height:650px;
			margin-top:140px;
		}
		
				#texto_home{
					float:left;
					width:510px;
					margin-right:30px;
					margin-left:30px;
					margin-top:-30PX;
				}
				
					#texto_home h1{
						font-weight:bold;
						color:#FAA71A;
						text-transform:uppercase;
					}
					
					#texto_p p{
						float:left;
						width:510px;
						font-weight:100;
						font-size:18px;
					}
				
				#foto_home{
					float:left;
					width:450px;
					margin-left:30px;
					
				}
				
						#foto_home img{
							border:1px dashed #666666;
							padding:8px;
						}
						
		#contenido_galerias{
			float:left;
			width:1050px;
			height:650px;
			padding-top:160px;
		}
		
				#texto_galeria{
					float:left;
					width:410px;
					margin-right:10px;
					margin-left:30px;
					margin-top:60px;
				}
				
					#texto_galeria h1{
						font-weight:bold;
						font-size:34px;
						color:#FAA71A;
						text-transform:uppercase;
						margin-bottom:0;
						line-height:38px;
					}
					
					#texto_galeria h2{
						font-weight:100;
						font-size:30px;
						color:#4c4c4c;
						text-transform:uppercase;
						margin-top:5px;
						line-height:34px;
					}
					
					#texto_galeria p{
						font-size:17px;
					}
				
				#galerias{
					float:left;
					width:575px;
					border:1px dashed #CCCCCC;
					margin-left:23px;
					
				}					
			
					


