/* CSS Document */

body{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px; 
	background:#DE5640;
	background-image:url(../img/bg-htm.jpg);
	background-position:top center;
	background-repeat:repeat;
	font-family: Verdana, "Microsoft Sans Serif", Tahoma, Arial, Helvetica, Geneva;
	font-size: 11px;
	color:#666666;
}

.title {
	font-family: Verdana, Tahoma, "Microsoft Sans Serif", Arial, Helvetica, Geneva;
	font-size: 12px;
	font-weight: bold;
	color: #ED6148;
	text-decoration: none;
	line-height: normal;
	font-variant: normal;
	text-transform: uppercase;
}

.title2 {
	font-family: Verdana, Tahoma, "Microsoft Sans Serif", Arial, Helvetica, Geneva;
	font-size: 12px;
	font-weight: bold;
	color: #ED6148;
	text-decoration: none;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

.txt {
	font-family: Verdana, "Microsoft Sans Serif", Tahoma, Arial, Helvetica, Geneva;
	font-size: 11px;
	color:#666666;
	text-decoration: none;
	line-height:16px;
}



.links {
	font-family: Verdana, Tahoma, "Microsoft Sans Serif", Arial, Helvetica, Geneva;
	font-size: 10px;
	font-weight: bold;
	color: #ED6148;
	text-decoration: none;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}

.links:active {
	font-family: Verdana, Tahoma, "Microsoft Sans Serif", Arial, Helvetica, Geneva;
	font-size: 10px;
	font-weight: bold;
	color: #ED6148;
	text-decoration: none;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}
.links:visited {
	font-family: Verdana, Tahoma, "Microsoft Sans Serif", Arial, Helvetica, Geneva;
	font-size: 10px;
	font-weight: bold;
	color: #ED6148;
	text-decoration: none;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}
.links:link {
	font-family: Verdana, Tahoma, "Microsoft Sans Serif", Arial, Helvetica, Geneva;
	font-size: 10px;
	font-weight: bold;
	color: #ED6148;
	text-decoration: none;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}
.links:hover {
	font-family: Verdana, Tahoma, "Microsoft Sans Serif", Arial, Helvetica, Geneva;
	font-size: 10px;
	font-weight: bold;
	color: #f08f7e;
	text-decoration: none;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}


.pie {
	font-family: Verdana, "Microsoft Sans Serif", Tahoma, Arial, Helvetica, Geneva;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

.nav {
	font-family: Verdana, "Microsoft Sans Serif", Tahoma, Arial, Helvetica, Geneva;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.nav:active {
	font-family: Verdana, "Microsoft Sans Serif", Tahoma, Arial, Helvetica, Geneva;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.nav:visited {
	font-family: Verdana, "Microsoft Sans Serif", Tahoma, Arial, Helvetica, Geneva;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.nav:link {
	font-family: Verdana, "Microsoft Sans Serif", Tahoma, Arial, Helvetica, Geneva;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.nav:hover {
	font-family: Verdana, "Microsoft Sans Serif", Tahoma, Arial, Helvetica, Geneva;
	font-size: 10px;
	font-weight: bold;
	color: #f08f7e;
	text-decoration: underline;
}



.ayuda {
	cursor: help
}

.cursor {
cursor: url(../cursor.ico);
}

.boton {
cursor: pointer;
font-family: Verdana, "Microsoft Sans Serif", Tahoma, Arial, Helvetica, Geneva;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

ul{
 list-style-type: square;
}


