/* CSS Tratado de Nutrición "Yamashiro" */

body {
	font-family: myriad, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #4b4b4b; 
	background: #fff;
	margin: 0px; 
	}
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body>div#contenedor{
	height: auto;
	min-height: 100%;
}
p {
	font-family: myriad, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-top: 0px; 
	text-align: justify;
	line-height: 1.5em;
	text-indent: 1.5em;
	}
p.subtitulos {
	margin: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
 	font-family: trebuchet ms, georgia, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
 	color: #4b4b4b;
	}
	p.subtitulos2 {
	margin: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
 	font-family: trebuchet ms, georgia, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	text-indent: 0em;

 	color: #4b4b4b;
	}
h5{
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 30px;
 	font-family: trebuchet ms, georgia, sans-serif;
	font-size: 20px;
 	color: #4b4b4b;
}

ul {
	padding-right: 0px; 
	padding-left: 50px; 
	padding-bottom: 0px; 
	padding-top: 30px; 
	margin-left: 0px; 
	list-style-type: square;
	}
li { 
	padding-bottom: 30px;
	}
	
a:link, a:visited, a:hover {
	color: #4b4b4b;
	text-decoration: none;
	font-size: 12px;
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:hover {
	color: #F8962D;
}
	
/*cajas*/

#contenedor { 
	position:relative;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
    background-color: #fff;
	height:100%;
	width:720px;
	}
#cabecera {
	position: relative;
	background-image:url(img/cabecera.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 719px;
	left: 0px;
	top: 0px;
}
#menu {
	position:absolute;
	background-image:url(img/menu.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	top: 120px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	left:   0;
	height: 200px;
	width: 190px;
}
#menu ul {
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 50px;
	margin: 0px;
	line-height: 24px;
	list-style-type: none;
}
#menu ul li { 
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image:url(img/cuadritonaranja.gif);
	background-repeat:no-repeat;
	background-position:-2px;
	display: block;
	margin: 0 ;
	width: 165px;
	height: 6px;
}

#menu ul li a {
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: bold;
	height: 6px;
	width: 165px;
	color: #4b4b4b;
	text-decoration: none;
	margin: 0px;
}
#menu ul li a:hover {
	display: block; 
	width: 165px; 
	color: #FFF; 
	background-color: #F8962D; 
	text-decoration: none;
}
#menu ul li a:active {
	display: block; 
	width: 165px; 
	color: #FFF; 
	background-color: #F8962D; 
	text-decoration: none;
}
#menu ul li.current {
	height: 6px; 
	background-color: #F8962D;
}

#main {
	margin: 40px 0px 0px 212px;
	padding: 50px 30px 0 40px;
	background-color:#fff;
	border-left: 1px solid #ccc;
	font-size: 9pt;
	font-family: myriad, Arial, Helvetica, sans-serif;
	background-image: url(img/imgintro.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: #333333;
	line-height: 1.50em;
	}
#pie {
	position: relative;
	margin-bottom: 0px;
	width: 100%;
	height: 30px;
	background-color: #F8962D;
	padding-top: 8px;
	margin-top: 70px;
}
	