@import url(http://fonts.googleapis.com/css?family=Indie+Flower);

*{
	margin:0;
	padding:0;
	border:none;
	outline:none;
	}
a:link {
	color: #F00;
}
a:hover {
	color: #FF0;
}	

body{
	background: url(../img/fb.jpg) repeat-x #e3bdda;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
#wrapper{
	width:1048px;
	margin:0 auto;
	background:url(../img/bg.jpg);
	}
	
#header{
	width:1000px;
	height:480px;
	margin:0 auto;
	background:url(../img/banner-top.png);
	
	}
	
#nav{
	width:1000px;
	margin:0 auto;
	background:url(../img/nav.jpg);
	height:90px;
	}
	
#nav a{
	float:left;
	display:block;
	color:#3a557f;
	text-align:center;	
	text-decoration:none;
	width:165px;
	border-right:#a7bbd9 solid 1px;
	font-weight:bold;	
	
	}				
	
#nav a:hover{
	background:#e1ecf8;
	padding:5px 0;
	border:#3a557f solid 1px;
	
	}	
	
#content{
	width:1000px;
	margin:0 auto;
	min-height:400px;
	}	
	
#footer {
	margin:0 auto;
	width:950px;
	clear: both;
	padding: 10px 25px;
	text-align: center;
	background: #f6f5ae;
	text-align: center;
	color: #666;
	font-size:14px;
}

#footer p{
	margin-bottom: 10px;
	padding: 0;
	text-align: justify;
}

#footer a{
	font-weight: normal;
	color:#000;
}

#galeria{
	float:left;
	width:650px;
	background:#222222;
	border-radius:5px;
	margin:0 20px;
		
	}	
	
.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.rwd-img{
				display:block;
				width:100%;
				height:auto;
			}
			
.box3{
				box-sizing:border-box;
				-moz-box-sizing:border-box;
				-webkit-box-sizing:border-box;
				-o-box-sizing:border-box;
				float:left;
				margin:10px 0 10px 10px;
				padding:5px;
				width:320px;
			}
			.box3-double{
				float:left;
				margin:10px;
				padding:5px;
				width:610px;
			}	
			
h1{
	margin:10px 20px;
	color:#F06;
	font-size:24px;
	}
	
h2{
	margin:20px;
	text-align:center;
	color:#F09;
	}
	
h3{
	margin:10px 20px;
	color:#333;
	font-size:18px;
	}		
	
p{
	text-align:justify;
	margin:10px 20px;
	color:#666;
	padding:0 10px;
	}		
	
.imgleft{
	margin:8px;
	float:left;
	border-radius:5px;
	}
	
		
.imgright{
	margin:0 20px 0 0;
	float: right;
	border-radius:5px;
	margin:8px;
	}	
	
#imagen{
	width:400px;
	height:400px;
	float:left;
	margin:0 20px;
	border:#222222 solid 2px;
	border-radius:5px;
	
	}
	
#contenido2{
	width:500px;
	min-height:400px;
	float:right;
	margin:0 20px;
	background:#e4bdd9;
	border-radius:5px;
	
	
	
	}	
	
.botonfor{
	background: rgb(242,94,94); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(242,94,94,1) 1%, rgba(255,0,0,1) 51%, rgba(242,94,94,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(242,94,94,1)), color-stop(51%,rgba(255,0,0,1)), color-stop(100%,rgba(242,94,94,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(242,94,94,1) 1%,rgba(255,0,0,1) 51%,rgba(242,94,94,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(242,94,94,1) 1%,rgba(255,0,0,1) 51%,rgba(242,94,94,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(242,94,94,1) 1%,rgba(255,0,0,1) 51%,rgba(242,94,94,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(242,94,94,1) 1%,rgba(255,0,0,1) 51%,rgba(242,94,94,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f25e5e', endColorstr='#f25e5e',GradientType=0 ); /* IE6-9 */
	font-size:13px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	line-height:30px;
	padding:0 10px;
	margin:0 3px;
	border-radius:10px;
	height:30px;
	}
													
.subtitulo{
	color: #222222;
	text-align:right;
	}
.font{
	text-align:center;
	font-size:30px;
	font-family: 'Indie Flower', cursive;
}
.block{
	display:inline-block;
	width:310px;
	margin:10px;
	min-height:150px;
}

.block-l{
	float:left;
	margin:10px;
}
.block-r{
	float:right;
	margin:10px;
}
.center{
	display:block;
	margin:0 auto;
}
