*{
	margin: 0;
	padding: 0;
	outline: none;
}



body{
	background: url("img/background_y.jpg") #C7B287 repeat-x;
	margin: 0;
	padding: 0;
	color:#000;
}



div#wrapper_container{
	/*background: url("../img/background1800.jpg") no-repeat center top;*/
	background: url("img/background.jpg") no-repeat center top;
	width: 998px;
	height: 798px;
	margin: auto;
	/*margin: 0;
	padding: 0;*/
}

#wrapper{
	margin:auto;
/*width: 950px; 	*/
	
}



#logo_intro{
	width:457px;
	height: 254px;
	background: url("img/logo.png");
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}


.bnv_btn {
	width:300px;
	height:78px;
	background: url("img/bienvenido_a.png");
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	cursor:pointer;
	display:block;
	border: 0px;

}

.bnv_btn:hover{
	background: url("img/bienvenido_b.png");
	cursor:pointer;
	border: 0px;

}

#dog{
	background: url("img/dog.png");
	width: 163px;
	height: 246px;
	/*margin: auto;
	margin-top: 50px;*/
	float:left;
}

#torta{
	background: url("img/torta.png");
	width: 643px;
	height: 433px;
	margin: auto;
	


}

#info_intro{
	
	margin: auto;
    width: 75%;
	
	text-align:center;
	/*margin-top: 50px;*/
	margin-top: -246px;
	font:14px arial;
}


#sucursales{
	/*
	margin-top: 100px;
	margin-left:auto;
	margin-right:auto;
	*/
	/*
	width: 800px;
	*/
	/*
	margin: auto;
	width: 50%;	
	*/
}

.block{
	/*float:left;*/
	margin-top: 100px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-left: #000 thin solid;
	border-right: #000 thin solid;
}

.right{
	float: right;
}

.left{
	float: left;
}	




#info_intro .title{
	color: #ED1C24; /*RED */
	margin-top: 10px;
	margin-bottom: 10px;
	
	
}

#info_intro .text{
	font-weight:bold;
	font-size:12px;
}



/*
.block{
	float:left;
	margin-top: 20px;
	margin-bottom: 20px;
	
}

.block_left{
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
	
	
}

.block_right{
	float:right;
	margin-top: 10px;
	margin-bottom: 10px;
	
}


#info_intro .title{
	color: #ED1C24; //RED 
	margin-top: 10px;
	margin-bottom: 10px;
	
	
}

#info_intro .text{
	font-weight:bold;
	font-size:13px;
}


.block_content_left{
	float:left; 
	width:250px; 
	margin-left: 15px;
	
}

.block_content_right{
	float:right; 
	width:250px; 
	margin-left: 15px;
}
*/

/***** MARCADORES *******/
.border_w{
	border:thin;
	border-color:#fff;
	border-style:solid;
}

.border_r{
	border:thin;
	border-color:#F00;
	border-style:solid;
}

.border_g{
	border:thin;
	border-color: #0F0;
	border-style:solid;
}
.border_b{
	border:thin;
	border-color:#000000;
	border-style:solid;
}

/****************/










/** CLEARFIX **/
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */