@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	background-image: url(../imagenes/fondo_enlaces.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}
a:link {
	color: #FF8000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e86a25;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #e86a25;
}
.granate{
	color: #912a4d;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #912a4d;
}
.line{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}
.margin10{
	padding: 10px;
}
.fondo_bolas{
	background-image: url(../imagenes/bolas.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.line_orange{
	border: 1px dashed #F35815;
	padding: 5px;
	margin-bottom: 20px;
	font-size: 15px;
}
.dest{
	color: #EA6E25;
	font-weight: normal;
}
.form{
	border: 1px solid #E96D23;
	color: #E96B23;
}
.form_bot{
	color: #EA6E22;
	border: 1px solid #E86D24;
	font-weight: bold;
}
.ley{
	font-size: 9px;
	color: #000000;
}

