@charset "utf-8";

@import url("reset.css");

img 
{
	max-width: 100%;
	height: auto;
	vertical-align:middle;
}

a   
{
	text-decoration:none;
	color:#000;
}

@font-face 
{
	font-family: 'rock';
	src: url('rock.eot');
	src: local('rock'), url('rock.woff') format('woff'), url('rock.ttf') format('truetype');
}

body 
{
	font-family:'rock' !important;
	text-align:center;
	background:url(../img/bg/fondo3.jpg);	
}

hr 
{
	border:0;
	height:1px;
	background:#000;
}

#contenedor
{
	width: 640px;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:center;	
}
#nav 
{
	width: 640px;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
#nav a 
{
	color:#000;
	font-size:20px;
	font-weight: bold;
	text-transform: uppercase;
    text-shadow: 0 2px white, 0 3px #777;
	text-decoration: none;	
}

#menu
{
	/*background:#FFF;*/
	text-align:center;
	background:url(http://caribelatinkitchen.com/img/calavera.png) center no-repeat;
	background-size:850px;
}
#menu_m
{
	text-align:center;
}
#menu_mm
{
	width:640px;
	text-align:center;
}
#menu_mmm
{
	font-size:30px;
	text-decoration:none;
}

#menu_movil
{
	font-size:30px;
	width:640px;
	text-align:center;
}

#menu_top
{
	font-size:40px;
	width:900px;
	text-align:center;
	margin-left:50px;
}

#menu_left
{
	width:850px;
	text-align:center;
	margin-left:50px;
	float:center;
	background: url(../img/menu/llevar.png) no-repeat right bottom;

}

#menu_right
{
	width:450px;
	height:auto;
	margin-right:50px;
	text-align:right;
	float:right;
	background: url(../img/menu/llevar.png) no-repeat right bottom;
}

#loc_right
{
	width:450px;
	height:auto;
	margin-right:50px;
	text-align:right;
	float:right;
}


#menu_bottom
{
	width:900px;
	text-align:left;
	clear:both;
}

.text_menu_title
{
	font-size: 28px;
	color:#000;
	font-weight:bold;
}
.text_menu_description
{
	font-size:15px;
	font-weight:normal;
}
.text_menu_price
{
	font-size:28px;
	font-weight:bold;
	margin-bottom:30px;
}
.text_nav_menu
{
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}


h1
{
	text-transform: uppercase;
    text-shadow: 0 2px white, 0 3px #777;
	border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

h2 
{
	margin: 1em 0 0.5em 0;
    color: #000;
    font-weight: normal;
    font-size: 28px;
    line-height: 20px;
}

h3 
{
	margin: 1em 0 0.5em 0;
    color: #000;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;	
}

h4 
{
	color: #000;
    font-weight: normal;
    font-size: 25px;
}