
body  {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.twoColFixLtHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/*HOME*/
.twoColFixLtHdr #containerHome {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 557px;
	background-image: url(imagenes/fondo_default.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
	.twoColFixLtHdr #contentHome { 
		margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
		padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		height:452px;
	}
	.twoColFixLtHdr #contentHome #flash{ 
		padding: 153px 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
		margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		height:203px;
		background-color: transparent;
	}
	
/*CABECERA*/	
.twoColFixLtHdr #header1 { 
	background:	transparent; 
	height: 90px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
	/*Menú definido en HTML en la página para que se vea en IE6*/
	/*.menu{
		font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: normal;
		font-style: normal;
		color: #FFF;
		float:left;
		width: 522px;
		height: 18px;
		background-image: url(imagenes/fondo_menu.jpg) repeat-y;
		margin: 55px 0 0 0;
		padding:2px 0 1px 13px;
	}*/
	.menu a{
		font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bolder;
		text-decoration: none;
		color: #FFCC33;
		background-color: transparent;
		margin:0 10px 0 10px;
	}
	.menu a:hover{
		color: #FFF;
		background-color: transparent;
	}
	.menu span{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
		font-size: 14px;
	
		font-weight: bolder;
		text-decoration: none;
		color: #FFF;
		background-color: transparent;
		margin:0 10px 0 10px;
	}
	
.twoColFixLtHdr #header2 { 
	background: #DDDDDD; 
	height: 120px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 354px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	min-height:358px;
	padding: 5px 1px 0 1px;
	margin: 0;
}
	.twoColFixLtHdr #sidebar1 #thumbs{
		float: left;
		width: 102px;
		height:65px;
		margin: 10px 0 0 6px;
		padding:0;
		display: inline;
	}
	.twoColFixLtHdr #sidebar1 #piefoto{
		font-size: 9pt;
		font-weight: bold;
		text-align: left;
		color: #3E5990;
		background-color: transparent;
		float: left;
		width: 102px;
		height:15px;
		margin: 5px 0 5px 6px;
		padding:0;
		display: inline;
	}
	.twoColFixLtHdr #sidebar1 #aplicaciones{
		font-size: 9pt;
		line-height: 10pt;
		text-align: left;
		color: #000;
		background-color: transparent;
		float: left;
		width: 102px;
		margin: 0 0 0 6px;
		padding:0;
		display: inline;
	}


.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 356px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 21px 0 28px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
	.twoColFixLtHdr #mainContent p{
		font-size: 9pt;
		line-height: 13pt;
		text-align: justify; 
		margin: 8px 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
		padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}
		.twoColFixLtHdr #mainContent a{ 
		text-decoration: none;
		color: #3E5990;
		background-color: transparent;
		}
		.twoColFixLtHdr #mainContent a:hover{ 
		color: #F4B800;
		background-color: transparent;
		}
	 
		.twoColFixLtHdr #mainContent p span{
			font-size: 8pt;
			font-weight: bold;
			color: #3E5990;
			background-color: transparent;
		}
	
	.twoColFixLtHdr #mainContent h1{ 
		font-weight: bold;
		font-size: 16px;
		line-height:17px;
		color: #3E5990;
		background-color: transparent;
		margin:0;
		padding:5px 0 0 0;
	}
	.twoColFixLtHdr #mainContent ul{
		margin: 8px 0 0 45px;
		padding:0;
		
	}
	.twoColFixLtHdr #mainContent li{
		list-style-type:  circle;
		list-style-position: outside;
		color: #3E5990;
		background-color: transparent;
		margin: 5px 0 0 0;
		padding: 0;
	}
	

.twoColFixLtHdr #footer {
	position: relative; 
	font-size: 11px;
	height:15px;
	padding: 0 10px 0 10px;
	margin:0;
	color:#FFF;
	background:#3E5990; 
} 
	.twoColFixLtHdr #footer a{ 
	text-decoration: none;
	color: #FFF;
	background-color: transparent;
	}
	.twoColFixLtHdr #footer a:hover{ 
	color: #FFCC33;
	background-color: transparent;
	}

	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 0;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	 clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}











