body {
	margin: 0px;
	background: url(imagenes/fondo_body.jpg) repeat-x top;
}
.fondoTdEsquina {
	/*background: url(imagenes/down.jpg) no-repeat left top;*/
}
.fondoTdBox {
	background: url(imagenes/box.jpg) no-repeat left top;
}
.fondoTdBotonera {
	background: url(imagenes/fondo_botonera.jpg) repeat-y left;
}
.fondoBoxMedio {
	background: url(imagenes/fondo_box_medio.jpg) repeat-y left;
}
A.pie {
	font: normal 10px/12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

input {
	font: lighter 10px/14px Georgia, "Times New Roman", Times, serif;
	color: #006599;
	background: #F3F3F3;
	border: 1px solid #999999;
	height: 14px;
}


p {
	font: lighter 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	margin: 4px;
}
.tablaGeneral {
	border-right: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	background: #006599;
}
.fondoTdPie {
	background: url(imagenes/fondo_pie.jpg) no-repeat center center;
	border: 5px solid #FFFFFF;
}
h3 {
	font: lighter 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin: 4px;
}
h2 {
	font: bold 22px/26px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin: 2px;
}

h6 {
	font-size: 6px;
	line-height: 6px;
	margin: 0px;
}
h1 {
	font: 14px/16px Georgia, "Times New Roman", Times, serif;
	color: #336666;
	margin: 4px;
}
textarea {

	font: lighter 10px/14px Georgia, "Times New Roman", Times, serif;
	color: #006599;
	background: #F3F3F3;
	border: 1px solid #999999;
}
#mandaform {
	height: 20px;
	color: #FFFFFF;
	background: #006599;
	font-size: 14px;
}
.bordeImagenesGrandes {
	background: #F3F3F3;
	border: 1px solid #CCCCCC;
	padding: 3px 3px 20px;
}
A.linksComunes {
	color: #006599;
	text-decoration: none;
}
A.linksComunes:Hover {

	color: #006599;
	text-decoration: underline;
}
A.linksBotones {
	color: #FFFFFF;
	text-decoration: none;
	background: #006699;
	padding: 1px 2px;
	border: 1px solid #CCCCCC;
}
A.linksBotones:Hover {
	color: #006599;
	text-decoration: none;
	background: #CCCCCC;
	padding: 1px 2px;
	border: 1px solid #006699;
}
.textoInicio {
	font-family: "Comic Sans MS";
	font-size: 16px;
	line-height: 18px;
	font-weight: lighter;
	color: #006666;
	font-style: normal;
}
li {
	list-style: none;
}
A.pie:Hover {
	text-decoration: none;
}
A.inicio {
	color: #33CCFF;
	text-decoration: none;
}

.stepcarousel{
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 390px;
	height: 133px;
}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	vertical-align: middle;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 3px; /*margin around each panel*/
	width: 125px;
	vertical-align: middle;
}
A.inicio:Hover {
	color: #33CCFF;
	text-decoration: underline;
}
A.inicioFuerte {
	color: #3366CC;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
A.inicioFuerte:Hover {
	text-decoration: underline;
}
