/*fondos y bordes*/
.bg_cuerpo_caja {
	background-color: #FFFFFF;
	background-image: url(img/css_bg_cuerpo_caja.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.bg_cuerpo_caja_der {
	background-image: url(img/css_bg_cuerpo_caja.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.bg_cuerpo_caja_der_boton {
	background-image: url(img/css_bg_cuerpo_caja.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-color: #FFFFFF;

}
.bg_cuerpo_caja_iz {
	background-image: url(img/css_bg_cuerpo_caja.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.bg_cuerpo_caja_iz_boton {
	background-image: url(img/css_bg_cuerpo_caja.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	background-color: #FFFFFF;

}
.bg_caja {
	background-repeat: no-repeat;
	background-position: center top;
	
}

/*textos*/
.titulo_caja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
.subtitulo_caja {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1E3F6C;
	text-decoration: none;

}
.precio_caja {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #BB1919;
	text-decoration: none;
}
.pormes {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #BB1919;
	text-decoration: none;
}
.texto_caja {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	line-height: 16px;
}
.titulo_rojo_caja {
	font-family: "Arial Narrow", Arial, Verdana, Tahoma, sans-serif;
	font-size: 22px;
	color: #D20000;
	text-decoration: none;
	line-height: 18px;
}
.botones_campo_caja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #113A62;
	text-decoration: none;
	letter-spacing: 1px;
}
.boton_dominios {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #113A62;
	text-decoration: none;
	letter-spacing: 1px;
}
.boton_posicionamiento {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #113A62;
	text-decoration: none;
	letter-spacing: 1px;
}
.campo_caja {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D5976;
	text-decoration: none;
	overflow: hidden;
}

/*links*/
.boton_caja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
A.boton_caja:link {
	text-decoration: none;
}
A.boton_caja:hover {
	text-decoration: none;
	color: #FFCC00;
}
.link_portfolio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
A.link_portfolio:link {
	text-decoration: none;
}
A.link_portfolio:hover {
	text-decoration: none;
	color: #FFCC00;
}
.link_caja {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A31616;
	text-decoration: none;

}
A.link_caja:link {
	text-decoration: none;
}
A.link_caja:hover {
	text-decoration: none;
	color: #000000;
}

