html, body {
	margin: 0px; 
	padding: 0; 
	font-size: 80%; 
}

body {
  	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  	font-size: 100%;
	color: #000;
	background: #71C5EF; 
}
#header {
	margin: 0;
	padding: 0; 
	background:  #E8E8E2 url(../img/crp/cabecera.jpg) no-repeat;
	height: 74px; 
} /*** must be set so the following absolutely positioned divs are 
			    placed correctly on initial load of the page***/ 

#leftbox {
	position: absolute;
	left: 0px;
	width: 200px;
	border-top: 1px solid #000;
	background-color: #71C5EF;
	color: #000; 
	padding-top: 5px; 
}
#cajaLogos {
	margin: 50px 20px;
	padding: 10px 0;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	text-align: center;
	background-color: #fff;
	font-weight: bold;
}
#container {
	margin-left: 200px;
	background: #B2E8ED url("../img/crp/fondo_decha.gif") 100% 0 repeat-y;
	border-left: 1px solid #000; 	
}

#navmenu {
	background-color: #000ECC;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 3px 0;
	color: #fff;
	position: relative; 
	font-size: 80%;
}
#navmenu a {
	color: #fff;
	text-decoration: none;
}
#navmenu a:hover {
	color: #fffc00;
	text-decoration: underline;
}
#rightbox {
	position: absolute;
	right: 16px;
	margin-right: -15px;
	width: 160px;
	padding-top: 5px; }

/* hide the following from IE5-Mac \*/
#rightbox {
	right: 0;
	margin-right: 0; }
/* IE5-Mac can see the rest */

#rightbox a {
	background: transparent url(../img/ppal/bullet_not.gif) left top no-repeat;
	padding-left: 12px;
	text-decoration: none;
	color: #000;
	
}
#rightbox a:hover {
	background: transparent url(../img/ppal/bullet_not_o.gif) left top no-repeat;
	color: #4D1712;
	text-decoration: underline;
}



#demotext {
	color: #000;
	margin: 8px 172px 5px 10px;
	padding: 0 5px 5px 0;
	position: relative; 
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
} /*** for IE6 ***/

#wrapper {
	margin-right: 170px;
	padding-top: 5px; }

/*** Tan hack for IE. Only IE browsers see this selector.
     This replaces the old Tantek hack. Please see Edwardson Tan's page.
     http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html ***/

* html #wrapper {
	width: 100%; /*** IE5.5 needs this value to eliminate a horizontal scrollbar ***/
	w\idth: auto; } /*** resets the value for IE6 and IE5-Mac ***/

.left {
	float: left;
	margin-left: 6px;
	width: 43%;
	padding: 2px 2px 2px 2px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	background: #FEFBC2; }

html>body .left {margin-left: 12px; } /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/

.right {
	float: right;
	margin-right: 6px;
	width: 43%;
	padding: 2px 2px 2px 2px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	background: #FEFBC2; 
}

html>body .right {margin-right: 12px; } /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/

.clear {
	clear: both;
	margin: 0;
	padding: 0; }

#contents {
	background-color: #233622;
	margin: 8px 149px 5px 10px;
	/*margin-right: 149px;
	margin-left: 10px;*/
	color: #eef7e2;
	padding: 3px 3px 15px 3px;
	position: relative; 
} /*** IE6 needs this to display the div ***/

#footer {
	background: #346AAE;
	margin-top: 1.5em;
	margin-right: 170px;
	border-top: 1px solid #000; 
	border-bottom: 1px solid #000; 
	color: #fff;
	font-size: 75%; 
	text-align: center;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fffc00;
	text-decoration: underline;
}
#footer p {
	text-align: right;
}
	

