@charset "utf-8";
	/* CSS Document POR ORUNDES*/
	body{
		background-color:#e0dede;
		background-position:top;
		background-repeat:no-repeat;

	}
	
		p div span ul li{
			font-family:Arial;
			font-size:12px;
			}
			
			h1{
			font-family:Arial;
			font-size:20px;
			}
			h2{
			font-family:Arial;
			font-size:18px;
			}
			h3{
			font-family:Arial;
			font-size:16px;
			}
			h4{
			font-family:Arial;
			font-size:14px;
			}
					 
					 
		a:active { 
			color : #000000; 
			text-decoration : none; 
		} 
		a:link { 
			color : #000000; 
			text-decoration : none; 
		} 
		a:visited { 
			color : #000000; 
			text-decoration : none; 
		} 
		a:hover { 
			color : #333333; 
			text-decoration : none; 
		} 
	
	#orundes_encabezado{
		background-color:#FFFFFF;
	}	
	
	#orundes_pie{
		background-color:#FFFFFF;
	}	
	
	#orundes_cuerpo{
		background-color:#FFFFFF;
		box-shadow:0px 1px 15px #525152;	
		margin-top:15px;
		margin-bottom:15px;
		padding-top:15px;
		padding-bottom:15px;
	}	
	#orundes_cuerpo_texto{
		width:100%; 
		overflow:hidden;
	}	
	.orundes_marco{
		background-color:#FFFFFF;
		padding-bottom: 30000px;
   		margin-bottom: -30000px;
	}
	
	/* AQUI ESTILOS FIJOS */
	.orundes_1{
		background-color:#c4bec4;
		border: solid 0px;
	}
	
	
	.orundes_2{
		background-color:#5fa099;
		height:28px;
	}
	
	#orundes_sesion{
		font-size:1em;
		width:90%;
		text-align:end;
		border:solid 0px;
		margin-left:auto;
		margin-right:auto;
		padding-top:0.05em;
		height:2em;
	}
	#orundes_menu{
		font-size:1em;
		width:100%;
		border-bottom:solid 1px lightgray;
		margin-left:auto;
		margin-right:auto;
		height:3.55em;
		
	}
	
	
	.rojo{
		color:#F00;
	}
	.verde{
		color:#0C0;
	}