/* CSS Document */
html, body {
    background-color: #FFF;
    background: url(/fondo.gif) repeat;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-style: normal; font-weight: normal; color: #000;
    font-size: 12px;
    margin: 0px;
    height: 100%;
}
input {
   	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
    border: 1px solid #000;
}
textarea {
    border: 1px solid #000;
    width: 99%;
   	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	overflow-x: hidden; overflow-y: hidden;
}
fieldset {border: 1px solid #fff;}
form {
    border: 0;
    margin: 0;
    padding: 0;
}
a:link, a:visited, a:active {
	text-decoration: none; font-size: 14px;
	color: #111;
}
a:hover {
	text-decoration: none; font-size: 14px;
	color: #cc0000;
}
a.menu1:hover {
	text-decoration: none; font-size: 14px;
	color: #d1d113;
}
a.menu2:hover {
	text-decoration: none; font-size: 14px;
	color: #d4311e;
}
a.menu3:hover {
	text-decoration: none; font-size: 14px;
	color: #287a7c;
}
a.menu4:hover {
	text-decoration: none; font-size: 14px;
	color: #cc275a;
}
a.menu5:hover {
	text-decoration: none; font-size: 14px;
	color: #d19a00;
}
a.menu6:hover {
	text-decoration: none; font-size: 14px;
	color: #68c9fd;
}
a.menu7:hover {
	text-decoration: none; font-size: 14px;
	color: #a00000;
}
a.enlace1:link, a.enlace1:visited, a.enlace1:active {
	text-decoration: none; font-size: 12px;	font-style: normal; font-weight: bold;
	color: #000;
}
a.enlace1w:link, a.enlace1w:visited, a.enlace1w:active {
	text-decoration: none; font-size: 12px;	font-style: normal; font-weight: bold;
	color: #fff;
}
a.enlace1:hover {
	text-decoration: none; font-size: 12px;	font-style: normal; font-weight: bold;
	color: #cc0000;
}
a.enlace1w:hover {
	text-decoration: none; font-size: 12px;	font-style: normal; font-weight: bold;
	color: #111111;
}
a.enlace2:link, a.enlace2:visited, a.enlace2:active {
	text-decoration: none; font-size: 10px;	font-style: normal; font-weight: bold;
	color: #0000ff;
}
a.enlace2:hover {
	text-decoration: none; font-size: 10px;	font-style: normal; font-weight: bold;
	color: #cc0000;
}
.small_white {
    font-size: 10px; color: #FFF;
}
.small_black {
	font-size: 10px;
}
.bold_small_black {
	font-size: 10px; font-weight: bold;
}
.medium_black {
	font-size: 12px;
}
.bold_medium_black {
	font-size: 12px; font-weight: bold;
}
.medium_black_justify {
	font-size: 12px; text-align: justify;
}
.medium_white {
	font-size: 12px; color: #FFF;
}
.bold_medium_white {
	font-size: 12px; font-weight: bold; color: #FFF;
}
.txt1 {
    font-size: 12px; text-align: justify; padding-top: 6px;
}
.txt2 {
    font-size: 10px; text-align: left; padding: 4px;
}
.txt1w {
    color: #fff; font-size: 12px; text-align: justify; padding-top: 6px;
}
.txt2w {
    color: #fff; font-size: 10px; text-align: left; padding: 4px
}
.txt3w {color: #fff; font-size: 12px; text-align: justify; padding: 0px}

