body{
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	background-color: #C9ECD8;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

	#contenedor{
		width: 960px;
		margin: 0 auto; /* centrar contenedor en body */
		padding: 0;
		text-align: left;
		background: #ffffff;
		}

	#submenu{
	clear: both;
	float: left;
	width: 94%;
	color: #000;
	margin-left: 30px;
	padding: 10px;
	text-align: left;
	margin-bottom: 0px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #339966;
	}

	#contenido{
	clear: both;
	float: left;
	width: 92%;
	height: 120px;
	color: #333;
	margin-left: 0px;
	padding: 20px;
	text-align: left;
	vertical-align: middle;
	}


	#contenido13{
		border-top: 4px double #aaa;
		line-height: 1.5em;
		color: #333;
		padding: 10px;
		text-align: left;
		background: transparent;
		}


	#contenido23{
		border-top: 4px solid #aaa;	
		line-height: 1.5em;
		color: #333;
		padding: 10px;
		text-align: left;
		background: transparent;

	}
	
	
	#contenido22{
	line-height: 1.5em;
	color: #333;
	padding: 10px;
	text-align: center;
	margin-right: 5px;
	margin-left: 8px;
	font-size: 12px;

	}


	#contenido33{
		border-top: 4px solid #83C79E;	
		line-height: 1.5em;
		color: #333;
		padding: 10px;
		text-align: left;
		background: #E4F5EA;

	}

	#contenido44{
	border-top: 4px double #aaa;
	clear: both;
	float: left;
	width: 100%;
	line-height: 1.5em;
	color: #333;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
	margin-right: 0px;
	height: 100%;
	background-color: #FFF;
	}


	#contenido2{
		clear:right;
		float: right;
		width: 45%;
		line-height: 1.5em;
		color: #333;
		padding: 10px;
		border-right: 1px solid #ccc;		
		text-align: left;
	}

a{
	color: #AC2C06;
	text-decoration: none;
	}


img.doc {
	margin-left: -7px;
	}
	
img.up {
	margin-top: -60px;
	}

a:hover{
	color: #5B1602;
	text-decoration: underline;
	}

p 		{
	line-height: 20px;
	font-size: 12px;
	text-align: center;

		}

h1 {
	font-family: georgia;
	font-size:180%;
	font-weight: 100;
	text-align: center;
	line-height: 28px;
	}


h2 { 
		font-size: 120%;
	}

	h3 {
	font-size: 90%;
	color: #6A7E3F;
	text-align: center;
	}

	h4  {
	font-size: 60%;
	text-transform: uppercase;
	margin-bottom: -20px;
	font-weight: bolder;
	margin-top: -5px;
	text-align: center;
	}
	
	h5 {
		font-size: 100%;
		font-weight: lighter;
		text-align: center;
		font-family: Georgia;
		margin-bottom: -5px;
		font-style: italic;
		padding-top: 5px;
		border-top: 1px solid #aaaaaa;
	}

	h6 {
		font-size: 100%;
		font-weight: lighter;
		text-align: center;
		font-family: Georgia;
		margin-bottom: -5px;
		margin-top: 10px;
		font-style: italic;
		padding-top: 5px;
		border-top: 1px solid #aaaaaa;
	}
	

	
	#lateral1{
		float: left;
		width: 50%;
		color: #666;
		background: #fff;
		text-align: left;
		padding: 20px;
	}
	
	#pie{
		clear: both;
		background: transparent;
		border-top: 3px double #CCC;
		width: 960px;
		font-size: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	
	#quote{
		font-size: 140%;
		font-family: georgia;
		line-height: 24px;
		font-style: italic;
		padding: 20px;
	}
	
ul {

		list-style-type: none;
		list-style-position: outside;
		margin-left: 0;
		padding: 0px 0px 0px 0px;
		font-size: 12px;
		margin-top: -15px;
		}

		

ol {
		list-style-position: inside;
		margin-left: 0;
		padding: 0px 0px 0px 0px;
		font-size: 11px;
		font-weight: bold;
		}

ul li,
ol li	{
		padding-bottom: 1px;
		margin-bottom: 2px;		
		}



ol	li	ul	{
		margin: 3px 0px 0px 25px;
		padding: 0px;
	}



ol	li	ul	li	{
		margin: 0px;
		padding: 0px 0px 3px 0px;
	}

