html
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/fondo.jpg) #c3d6e5 top left repeat-x;
	margin: 0;
	border: 0;
	padding: 0;
}

body
{
	margin: 0;
	border: 0;
	padding: 0;
}

a
{
	color: #336699;
	text-decoration:none;
}

a:hover
{
	color: #0099cc;
	text-decoration: underline;
}

p
{
	margin-top: 12pt;
	text-align:justify;
}

#cuerpo
{
	width: 740px;
	min-height: 600px;
	margin: 10px 0 0 0;
	background: url(../images/fondo_columna.jpg) #e3f2f9 top left repeat-y;
	overflow: hidden;
}

#izquierda
{
	width: 160px;
	min-height: 500px;
	float: left;
}

	#logo
	{
		width: 100%;
		height: 101px;
	}

#derecha
{
	width: 580px;
	min-height: 500px;
	float: right;
}

	#banner
	{
		width: 100%;
		height: 101px;
		background-color: #7392c0;
	}
	
	#menu
	{
		background: url(../images/fondo-menu.gif) #ebebeb top left repeat-x;
		height: 24px;
	}
	
		#menu ul
		{
			list-style-image:none;
			list-style-position: outside;
			list-style-type:none;
			margin: 0;
			padding: 0;
		
		}
		
		#menu ul li
		{
			display: inline;
			margin: 0;
		}
		
		#menu ul li a
		{
			text-decoration:none;
			font-size: 8pt;
			text-transform:uppercase;
			color: #547d8a;
			background: url(../images/fondo-boton-menu.gif) top left repeat-x;
			padding: 0 9px;
			display: block;
			float: left;
			height: 19px;
			margin-right: 2px;
			padding-top: 5px;
		}
		
		#menu ul li a.ultimo
		{
			margin-right: 0;
			padding: 5px 1px 0 9px!important;
		}
		
		#menu ul li a:hover
		{
			color: #114758;
		}
	
	#contenido
	{
		background-color: #fff;
		width: 100%;
		min-height: 500px;
	}

#pie
{
	display: block;
	width: 100%;
	clear: both;
}

	#copyright
	{
		width: 160px;
		float: left;
		text-align: center;
		font-size: 7pt;
	}
	
	#menu-inferior
	{
		width: 580px;
		float: right;
		background-color: #fff;
		height: 30px;
		text-align:center;
	}
	
		#menu-inferior ul
		{
			list-style-image:none;
			list-style-position: outside;
			list-style-type:none;
			margin: 0 auto;
			padding: 0;
		
		}
		
		#menu-inferior ul li
		{
			display: inline;
			margin: 0;
		}
		
		#menu-inferior ul li a
		{
			text-decoration:none;
			font-size: 10pt;
			color: #547d8a;
			padding: 1px 5px 1px 5px;
			height: 9px;
			border-right: solid 1px #547d8a;
		}
		
		#menu-inferior ul li a.ultimo
		{
			border: 0;
		}
		
		#menu-inferior ul li a:hover
		{
			color: #114758;
		}
	
	
.caja
{
	width: 100%;
	margin-bottom: 5px;
	min-height: 100px;

}

	.caja h2
	{
		display: block;
		height: 14px;
		background: url(../images/fondo-titulo-caja.gif) #91abce top right repeat-y;
		color: #fff;
		text-transform:uppercase;
		padding: 5px;
		font-size: 9pt;
		font-weight: bold;
	}


h3 {
	font-size: 100%;
	font-weight: bold;
	color: #448091;
	display: block;
	text-align:left;
	margin: 20px;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	display: block;
	margin: 0px;
	color: #387272;
}

.cuerpo {
	font-size: 12px;
	color: #000000;
	margin: 20px;
}

#swf {
	width: 580px;
	height: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: right;
	background-color:#ffffff repeat-x;
}



		
h4 {
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	display: block;
	color: #387272;
	text-decoration: underline;
	margin: auto;
}
h5 {

	font-size: 80%;
	font-weight: bold;
	text-align: left;
	display: block;
	color: #387272;
	margin: 20px;
}
h6 {
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	display: block;
	color: #387272;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h7 {
	font-size: 9px;
	color: #336699;
}

