body {
	margin: 0px;
	padding: 0px;
	background-color: #F7F7F7;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-x;
}

body, td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}

p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

h1 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	color: #ff6600;
	text-transform: uppercase;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

h2 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #8ab614;
	text-transform: uppercase;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

a { color: #ff6600; text-decoration: none; }
a:hover { color: #8ab614; text-decoration: underline; }

a.grayLink { color: #666666; text-decoration: none; }
a.grayLink:hover { color: #8ab614; text-decoration: none; }

a.footerLink { color: #979797; text-decoration: none; }
a.footerLink:hover { color: #979797; text-decoration: underline; }

.footerText { color: #979797; }
.blueText { color: #04135E; }
.orangeText { color: #ff6600; }

.line {
	height: 15px;
	background: url(../images/bg_line.gif);
	margin-bottom: 5px;
}

.box {
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 9px;
	padding-bottom: 9px;
	border: 1px solid #E4E4E4;
}

#menu1 a {
	font-size: 10px;
	width: 241px;
	height: 30px;
	margin-left: 10px;
	padding-left: 10px;
	line-height: 30px;
	display: block;
	float: none;
	overflow: hidden;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #E4E4E4;
	border-bottom: 1px solid #FFFFFF;
}

#menu1 a:hover { color: #FFFFFF; background-color: #333333; }

#menu2 a {
	font-size: 10px;
	width: 221px;
	height: 20px;
	padding-left: 10px;
	line-height: 20px;
	display: block;
	float: none;
	overflow: hidden;
	color: #666666;
	/* font-weight: bold; */
	text-transform: uppercase;
	text-decoration: none;
	background-color: #E4E4E4;
	border-bottom: 1px solid #FFFFFF;
}

#menu2 a:hover { color: #FFFFFF; background-color: #333333; }

/* FORMULARIOS */

form { /* Opera */
	margin: 0px;
	padding: 0px;
}
input, textarea, select {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #979797;
	background-color: #FFF;
	border: 1px solid #979797;
}
.button {
	text-align: center;
	color: #FFFFFF;
	background-color: #979797;
	border: 1px solid #979797;
}

/* CONTAINERS */

#Container {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_container.gif);
	background-repeat: repeat-y;
}

#Contents {
	width: 930px;
	overflow: hidden; /* Para un correcto display del fondo */
}

#Top {
	width: 960px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-image: url(../images/deco_top.gif);
}

#Bottom {
	width: 960px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/deco_bottom.gif);
}

#Footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
	margin-bottom: 20px;
}