body {
	margin: 20px 0 0 0;
	background-image: url(imagenes/bkg.gif);
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;	
}

a {color: #666; text-decoration:none}
a:hover {text-decoration:underline}

h1, h2, h3, h4,h5, h6, p, ul, ol, li, dl, dt, dd, form, label, img {
	margin: 0;
	border: 0;
	padding: 0;
}
ul, li {
	list-style-type: none;
}
.titulo-a {
	color: #000;
	font-size:18px;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
}
.titulo-b {
	color: #666;
	font-size:18px;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
}
.texto1 {
	text-decoration:underline;
}
.texto2 {
	color: #FF9933;
}
.texto3, .texto4, .texto4 a, .texto5, .texto5 a {
	color: #e65d12;
}
.texto4, .texto4 a {
	text-decoration: underline;
}
.texto5 {font-size:11px}

.footer1, .footer1 a {color:#000; font-size:11px}
.footer2, .footer2 a {font-size:11px}
.footer1 a:hover, footer2 a:hover {text-decoration:underline}

.borde-table {
	background-color: #FFF;
	border-right: 3px solid #CCC;
	border-left: 3px solid #CCC;
}
.links-izq, .links-izq ul a {
	margin-left:20px;
	color: #686868;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	line-height:30px;
}
.links-izq a:hover {
	background-color: #dfdfdf;
	text-decoration: none;
}
.links-izq-act {
	background-color: #dfdfdf;
	text-decoration: none;
}

.links-bullet, .links-bullet ul a {
	/*line-height: 20px;*/
	margin-left: 15px;
	color: #686868;
	text-decoration: none;
	/*padding: 5px;*/
	list-style-position: outside;
	list-style-image: url(imagenes/bullet-orange.gif);
}
.links-bullet li {
	padding-bottom:10px;
}
.links-bullet a:hover {
	text-decoration: underline;
}

.links-orange, .links-orange ul a{
	/*line-height: 30px;*/
	margin-left: 15px;
	/*padding: 5px;*/
	list-style-position: outside;
	list-style-image: url(imagenes/bullet-orange.gif);
}
.links-orange li {
	padding-bottom:10px;
}
.links-orange li a{
	color: #e65d12;
	text-decoration: underline;
}
.links-orange a:hover {
	text-decoration: none;
}

input, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #F4F4F4;
	border: 2px solid #CCC;
}
.bt-enviar{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	background-color: #e65d12;
	padding:5px;
	border:0;
}
.bt-enviar:hover{
	background-color: #FF9933;
}
.opacityit img{
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: .4;
	padding: 5px;
	border: 1px solid #999999;
}
.opacityit:hover img{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
