body {
margin:0;
}
.fondo_izq {
	background-image: url(images/fondo_izq.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.fonde_der {
	background-image: url(images/fondo_der.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.Titulo {
	font-family:Verdana;
	font-weight:bold;
	color:#747575;
	font-size:13px;
}

.text-blue-bold {
	font-family:Verdana;
	font-weight:bold;
	color:#0071bc;
	font-size:10px;
}
.text-blue-bold a:link, .text-blue-bold a:visited, .text-blue-bold a:active  {
	font-family:Verdana;
	font-weight:bold;
	color:#0071bc;
	font-size:10px;
	text-decoration: none;
}
.text-blue-bold a:hover   {
	font-family:Verdana;
	font-weight:bold;
	color:#0071bc;
	font-size:10px;
	text-decoration: underline;
}
.text-grey-bold {
	font-family:Verdana;
	font-weight:bold;
	color:#747575;
	font-size:10px;
}

.text-grey {
	font-family:Verdana;
	color:#505050;
	font-size:10px;
}
.text-grey a:link, .text-grey a:visited, .text-grey a:active  {
	font-family:Verdana;
	color:#505050;
	font-size:10px;
	text-decoration: none;
}
.text-grey a:hover   {
	font-family:Verdana;
	color:#0073BE;
	font-size:10px;
	text-decoration: none;
}
.list {
	list-style-image:url(images/bullet_list.gif);
}
.subtit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #126FB5;

}
.subtit a:link, .subtit a:visited, .subtit a:hover, .subtit a:active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #126FB5;
	text-decoration: none;

}

.input {
	font-size: 9px;
}
.bdaviso {
	border: 1px solid #0073BE;
}
.menudd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.iptbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border: 1px solid #666666;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border: 1px solid #666666;
}
.textoFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	
	color:#747575;
	text-decoration:none;
}