/*-----------------------------Dfefault styles--------------------------*/
body {
	margin:0px;
	background:#ffcb00;
}

p {	
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:12px;
	text-align:justify;
}
h1 {
	background:url(images/main/yellow_dot.gif) left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-style:italic;
	font-size:14px;
	/*text-indent:20px;*/
	margin-top:20px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	font-size:12px;
	text-align:center;
	margin-top:7px;
}
/*-----------------------GENERAL CLASSES--------------*/
.border_grey {
	border:white solid 1px;
}

.border_yellow_white {
	background:white;
	border:solid 1px #ffcb00;
	margin:5px;
}
.yellow {
	color:#FFCB00;
}
/*---------------------INDEX---------------------*/
#welcome {
	border:#FFCB00 solid 1px;
}
#welcome h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	margin-bottom:30px;
}

#welcome h2 {
	color:black;
}

#welcome ul {
	list-style:none;
	margin:5px;
	text-align:left;
}
#welcome ul li {
	margin-bottom:12px;
	background:url(images/main/white_dot.gif) no-repeat left; 
}
#welcome ul li.other_line {
	margin-top:-12px;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:11px;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	margin-left:10px;
}
#welcome ul li a, #welcome ul li a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:11px;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	margin-left:10px;
}
#welcome ul li a:hover {
	text-decoration:underline;
}
p#welcome {
	text-align:center;
	font-weight:bold;
	color:#FFCB00;
	border:none;
}

/*--------------------------HEADER---------------------*/

#header {
	background:url(images/main/header.jpg) top no-repeat;
}

#header #down {
	background:url(images/main/header_bg.jpg) top repeat-x;
}

#header p {
	margin:10px;
	text-align:right;
	font-weight:bold;
	color:#666666;
}

/*-------------------FOOTER------------------------*/

#footer {
	background:url(images/main/footer_bg.gif) top repeat-x #ffca00;
}
#footer p {
	color:black;
	font-weight:bold;
	margin-left:10px;
}
#footer a, #footer a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	margin-right:10px;
}
#footer a:hover {
	text-decoration:underline;
}

/*--------------------------NAV------------------------*/
table.nav {
	border:solid 1px white;
}

table.nav a, table.nav a:visited {
	display:block;
	width:133px;
	height:19px;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:12px;
	text-decoration:none;
	padding-left:5px;
	padding-top:3px;
	
}
table.nav a:hover {
	background:white;
	color:black;
}

/*-----------------------MENU PAGE------------------*/
#propositos {
	margin-top:30px;
}
#propositos h1 {
	margin-top:10px;
	margin-bottom:-10px;
}

/*------------------NOSOTROS----------------*/

ul {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:12px;
	text-align:justify;
	margin-left:15px;
}