/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	padding:0px;;
	margin:0px
	}
#cuerpo {
	width:750px;
	margin:auto;
	
	}
#banner {
	margin:auto;
	width:750px;
	height:120px;
	background-image:url(img_portal/clip_image001.jpg);
	background-repeat:no-repeat;
	}
h1 {
/*	font-family:"Trebuchet MS",Arial,Verdana;
	font-size: 12px;
	color: #18528a; */
font-family: "Century Gothic",Arial,Helvetica,sans-serif;
font-size: 16px;
color: #ff6600;
font-weight: normal;
	}
h2 {
font-family: "Century Gothic",Arial,Helvetica,sans-serif;
font-size: 14px;
color: #ff6600;
font-weight: normal;
	}

#cuerpo ul {
	margin-top:15px;
	list-style-image: url(img_portal/bullet-azul.gif);
	}
	
#cuerpo li {
	margin-bottom:5px;
	}
p {
	text-align:justify;
	}

a, a:visited {
color: #416ba0;
text-decoration: none;

}

a:hover 
{
color: #ff9900;
text-decoration: underline;
}
#cuerpo .img {
	float:left;
	margin-right:5px;
	}	

#volver {
	width:150px;
	padding-left:15px;
	margin-bottom:20px;
	margin-top:20px;
	background-image:url(img_portal/back.gif);
	background-position:left;
	background-repeat:no-repeat;

	}
