@charset "utf-8";
body {
	margin-top: 0px;
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #475F3B;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}
#wrapper {
	height: 650px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imgs/fondo_2.jpg);
}
#header {
	height: 132px;
	width: 1000px;
	padding: 0px;
}
#h_logo {
	float: left;
	width: 283px;
}
#h_resto {
	float: left;
	width: 717px;
}

#menu {
	clear: both;
	height: 76px;
	width: 1000px;
}
#m_left {
	float: left;
	width: 349px;
	height: 76px;
	margin: 0px;
	padding: 0px;
}
#m_l_spc {
	width: 71px;
	height: 76px;
	float: left;
}
#m_l_opc {
	height: 76px;
	padding-top: 27px;
}


#m_right {
	float: left;
	width: 651px;
	height: 76px;
	margin: 0px;
	padding: 0px;
}
#m_r_opc {
	float: left;
	height: 74px;
	width: 105px;
	padding-top: 2px;
}
#m_r_spc {
	float: left;
	width: 2px;
	height: 49px;
}
#m_r_spc2 {
	float: left;
	width: 3px;
}
#center {
	height: 389px;
	padding: 0px;
	width: 1000px;
	clear: both;
}
#espacio {
	float: left;
	width: 71px;
	height: 389px;
}

#text {
	float: left;
	width: 530px;
	height: 369px;
	overflow: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#c_right {
	float: left;
	width: 359px;
	padding: 0px;
	height: 389px;
}
#c_r_menu {
	width: 111px;
	padding-left: 2px;
}
#c_r_m_opc1 {
	padding-top: 245px;
}
#c_r_m_opc2 {
	padding-top: 2px;
}
#c_r_m_opc3 {
	padding-top: 2px;
}



img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.letra_gris {
	color: #333;
}
