@charset "UTF-8";
/* CSS Document */


.amarillo {
	color: #000;
}
.titu1 {
	color: #333;
}

.titulo {
	color: #FFF;
}

.bold {
	font-weight: bold;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-style: normal;
}
.italic {
	font-style: italic;
}
justificado {
	text-align: justify;
}
justif {
	text-align: justify;
}

#menu_global {
	height: 300px;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#menu {
	position: relative;
}

#menu_izq {
	top: -1px;
	left: -360px;
	position: relative;
}

#menu_der {
	clear: both;
	top: -52px;
	left: 360px;
	position: relative;
}

.verde {
	background-color: #FFFFCC;
}
