body {

}

.encabezado
{
	color:blue;
	font-family:Arial, sans-serif; 
	font-size:18px; 
	font-weight:bold;
}

.encabezadored
{
	color:red;
	font-family:Arial, sans-serif; 
	font-size:16px; 
	font-weight:bold;
}

.encabezadodos
{
	color:red;
	font-family:Arial, sans-serif; 
	font-size:16px; 
	font-weight:bold;
}

.encabezadotres
{
	color:blue;
	font-family:Arial, sans-serif; 
	font-size:16px; 
	font-weight:bold;
}

.textob
{
	color:black;
	font-family:Arial, sans-serif; 
	font-size:14px; 
	font-weight:bold;
}

.textoreceta
{
	color:blue;
	font-family:Arial, sans-serif; 
	font-size:14px; 
	font-weight:bold;
}

.textoobservaciones
{
	color:red;
	font-family:Arial, sans-serif; 
	font-size:14px; 
	font-weight:bold;
}

.normal
{
	color:black;
	font-family:Arial, sans-serif; 
	font-size:12px; 
	font-weight:normal;
}

/* ------------------------------------------------------------------------ */

/*

h1, h2 {
	color: #87ac6d;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	margin: 20px 0 10px;
}

h1 {
	font-size: 2.5em;
}

p {
	margin: 10px 0;
	padding: 0;
}

blockquote {
	font-style: italic;	
}
*/

#header-wrap {
	position: fixed;
	top: 0;
	border: 2px solid blue;
	/*left: 0*/;
	width: 98%;	
	background-color: #fff;
}

#header-wrap2 {
	position: fixed;
	top: 35px;
	border: 2px solid blue;
	/*clear: both;*/ 
	padding-left:3cm;	
	width: 97%;	
	background-color: #fff;
}

/*
#header-container {
	height: 90px;
	background: url(../images/header-bg.png) repeat-x left bottom;
}

#header {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	color: #beffbf;
	text-align: right;
	width: 290px;
	margin: 0;
	position: absolute;
	left: 0;
	top: 20px;
}

#header h1 em{
	color: #90b874;
	font-size: small;
	display: block;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 35px;
	right: 0;
}

#header ul li {
	float: left;
	margin-right: 5px;
}

#header ul li a{
	color: #90b874;
	font-weight: bold;
	font-size: 1.4em;
	margin-right: 5px;
	text-decoration: none;
}

#header ul li a:hover {
	color: #beffbf;	
}

#container {
	top: 200px;
	width: 100%;
	margin: 0 auto;
	font-size: 1.4em;
	overflow: auto;
	padding: 10px 0 10px;
	margin-top: 100px;
	position: relative;
}

#content {
	float: left;
	width: 90%;
	position: relative;
}

#sidebar {
	float: right;
	width: 275px;
	margin-top: 10px;
}

#footer-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;	
}

#footer-container {
	height: 40px;
	background: url(../images/footer-bg.png) repeat-x left bottom;
}

#footer {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

*/
