body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
object {
	outline:none
}
.bg-top {
	background-image: url(../images/bg-top.gif);
	background-repeat: repeat-x;
	height: 135px;
}
.bg-main {
	background-image: url(../images/bg-main.gif);
	background-repeat: repeat-x;
	height: 413px;
}
.bg-main-sec {
	background-image: url(../images/bg-main.gif);
	background-repeat: repeat-x;
	height: 80px;
}
.bg-content {
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-x;
}
a.top-menu:link, a.top-menu:visited {
	font-size: 13px;
	color: #edcc68;
	font-weight: bold;
	text-decoration: none;
	display:block;
	width:100%;
	background-image: url(../images/bg-menu.png);
	background-repeat: no-repeat;
	padding-top: 8px;
	height: 24px;
	text-align: center;
}
a.top-menu:hover, a.top-menu:active {
	color: #FFF;
	background-image: url(../images/bg-menu-hover.png);
	background-repeat: no-repeat;
}
a.top-menu#activo {
	color: #FFF;
	background-image: url(../images/bg-menu-hover.png);
	background-repeat: no-repeat;
}
.main-text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	color: #FFF;
	padding-left: 30px;
}
a.main-text-link:link, a.main-text-link:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	color: #FFF;
	text-decoration:none
}
a.main-text-link:hover, a.main-text-link:active {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	color: #FFF;
	text-decoration:underline
}
.sub-text-main {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #FFF;
}
.titulo-main {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	color: #92470e;
	font-style: italic;
}
.texto-main {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #92470e;
}
a.texto-main:link, a.texto-main:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #92470e;
	text-decoration:none
}
a.texto-main:hover, a.texto-main:active {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #77390b;
	text-decoration:underline
}
.texto-main-2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #92470e;
}
a.sub-sec-links:link, a.sub-sec-links:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #92470e;
	line-height:180%;
	text-decoration:none
}
a.sub-sec-links:hover, a.sub-sec-links:active {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #92470e;
	text-decoration:underline
}
a.sub-sec-links2:link, a.sub-sec-links2:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #92470e;
	line-height:180%;
	text-decoration:none
}
a.sub-sec-links2:hover, a.sub-sec-links2:active {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #92470e;
	text-decoration:underline
}
.texto-gris11 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #727272;
}
a.texto-gris11:link, a.texto-gris11:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #727272;
	text-decoration:none;
}
a.texto-gris11:hover, a.texto-gris11:active {
	color: #333;
}
a.link-footer:link, a.link-footer:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #727272;
	text-decoration:underline;
}
a.link-footer:hover, a.link-footer:active {
	color: #333;
}
a.link-12-gris:link, a.link-12-gris:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #727272;
	text-decoration:underline;
}
a.link-12-gris:hover, a.link-12-gris:active {
	color: #333;
}
.texto-gris12 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #727272;
}
a.texto-gris12:link, a.texto-gris12:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #727272;
	text-decoration:none;
}
a.texto-gris12:hover, a.texto-gris12:active {
	color: #333;
}
.contacto {
	border:1px solid #ccc;
	padding:6px;
	width:400px;
	color:#727272;
	font-size:14px;
}
.contacto:hover {
	border:1px solid #999;
	padding:6px;
	width:400px;
	color:#727272;
	font-size:14px;
}
.contacto:focus {
	background-color: #F7F7F7;
	border:1px solid #999;
	padding:6px;
	width:400px;
	color:#727272;
	font-size:14px;
}
.contacto textarea:focus, .contacto input[type="text"]:focus {
	border:1px solid #999;
	padding:6px;
	width:400px;
	color:#727272;
	font-size:14px;
}
.contacto#submit {
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	display:block;
	width:105px;
	background-image: url(../images/bg-menu.png);
	background-repeat: no-repeat;
	background-color:#FFF;
	padding-top: 6px;
	height: 32px;
	text-align: center;
	border: none;
}
.contacto#submit:hover {
	color: #fcff00;
	background-image: url(../images/bg-menu-hover.png);
	background-repeat: no-repeat;
}
.campo_relatores {
	font-size:12px;
	color:#939BB0;
	width:100%
}
.error-msje {
	color: #F00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.msje-ok {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #090;
}
/**********************************/
/*********** CROMATICO ************/
/**********************************/
a.cromatico:link, a.cromatico:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #92470e;
	text-decoration:none;
}
a.cromatico:hover, a.cromatico:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0095ff;
	text-decoration:underline;
}
/*********** CROMATICO ************/
