body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #004170;
	color: #004170;
}
#contenedor {
	text-align: left;
	margin: auto;
	width: 780px;
	background-color: White;
}
#cabecera {
	background-color: White;
}
#cuerpo {
	background-color: White;
}
#pie {
	background-color: White;
}
#menu-cabecera {
	background-color: #3576a4;
}
#principal {
	background-image: url(../images/fondo-principal.jpg);
	background-repeat: repeat-x;
	padding: 50px 18px 0 30px;
}
#columna {
	background-image: url(../images/fondo-columna.gif);
	padding: 0 10px 0 10px;
}


.tabla-imagen .pico1 {
	width: 12px;
	height: 12px;
	background-image: url(../images/marco-img1.gif);
	background-repeat: no-repeat;
}
.tabla-imagen .pico2 {
	width: 12px;
	height: 12px;
	background-image: url(../images/marco-img3.gif);
	background-repeat: no-repeat;
}
.tabla-imagen .pico3 {
	width: 12px;
	height: 12px;
	background-image: url(../images/marco-img6.gif);
	background-repeat: no-repeat;
}
.tabla-imagen .pico4 {
	width: 12px;
	height: 12px;
	background-image: url(../images/marco-img8.gif);
	background-repeat: no-repeat;
}
.tabla-imagen .fondo-top {
	height: 12px;
	background-image: url(../images/marco-img2.gif);
	background-repeat: repeat-x;
}
.tabla-imagen .fondo-bottom {
	height: 12px;
	background-image: url(../images/marco-img7.gif);
	background-repeat: repeat-x;
}
.tabla-imagen .fondo-left {
	width: 12px;
	background-image: url(../images/marco-img4.gif);
	background-repeat: repeat-y;
}
.tabla-imagen .fondo-right {
	width: 12px;
	background-image: url(../images/marco-img5.gif);
	background-repeat: repeat-y;
}
.module {
  margin: 53px 0 0 0;  
}

.justify {
	text-align: justify;
}

.azul1 {
	color: #3576a4;
}
.azul2 {
	color: #004170;
}
.negro {
	color: #000;
}
.blanco {
	color: White;
}
.arial {
	font-family: Arial;
}
.sub1 {
	font-size: 14px;
	font-weight: bold;
	color: #adc8d3;
}
.sub2 {
	color: #a5d1ef;
	font-size: 24px;
	font-family: Arial;
	font-weight: bold;
}
.sub3 {
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
}
.link0{
	text-decoration: none;
}
.link1 {
	font-weight: bold;
	text-decoration: none;
	color: #004170;
}
.link2 {
	color: #004170;
}
.link3 {
	color: #004170;
	text-decoration: none;
}
.link{
	color: #004170;
	text-decoration: none;
}
.link1:hover,.link:hover,.link2:hover {
	color: #adc8d3;
}
.link0:hover{
	color: #004170;
}
.precio {
	color: #3576a4;
	font-weight: bold;
	font-size: 21px;
}
.size9 {
	font-size: 9px;
}
.size10 {
	font-size: 10px;
}
.size11 {
	font-size: 11px;
}
.size14 {
	font-size: 14px;
}
.size24 {
	font-size: 24px;
}
.size60 {
	font-size: 60px;
}

.img1 {
	border: 5px solid #c2dae5;
}

.campo {
	font-family: "Trebuchet MS";
	font-size: 11px;
	padding: 1px;
	border: 0;
}

.campo2 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	padding: 1px;
	border: 0;
	border-bottom: 1px dashed #a3a3a3;
}

.error {
	color: red;
	font-weight: bold;
}
.linkmenuON{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color:#004170;
	background-image: url(../images/flechaB.gif);
	background-repeat: no-repeat;
	padding-left:15px;	
	text-decoration: none;
}
.linkmenuOFF{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color:#FFFFFF;
	padding-left:15px;	
	text-decoration: none;
}
.linkmenuOFF:hover,.linkmenuON:hover{
	text-decoration: underline;
}