@charset "UTF-8";
/****************************************************************
MAINCONTENT
****************************************************************/
.maincontent {
	padding: 20px 30px 0px 30px;
}
.maincontent h2.reservasOnline {
	background-image: url(/img/soluciones/h2_reservasonline.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	border-bottom: 1px solid #e77200;
	margin-bottom: 20px;
}
.maincontent h2.reservasOnline span {
	display: none;
}
.maincontent h2.marketingInternet {
	background-image: url(/img/soluciones/h2_marketinginternet.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	border-bottom: 1px solid #e77200;
	margin-bottom: 20px;
}
.maincontent h2.marketingInternet span {
	display: none;
}
h3.center {
	font-size: 1.4em;
	text-align: left;
	color: #054E84;
	margin-bottom: 15px;
	background-image: url(../img/h3right_fondo.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}
h3.left, h3.right {
	font-size: 1.2em;
	text-align: left;
	color: #1685D8;
	margin-bottom: 15px;
	background-image: url(../img/h3left_fondo.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 12px;
	font-weight: bold;
}
/****************************************************************
MENUSOLUCIONES
****************************************************************/
.menuSoluciones {
	float: left;
	width: 160px;
	text-align: center;
	background-image: url(/img/hr_vertical.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 35px;
	padding-left: 0px;
	padding-bottom: 20px;
	min-height: 280px;
	margin-right: 10px;
}
* html .menuSoluciones, * html .menuOtras {
	height: 280px;
}
.menuOtras {
	float: right;
	width: 160px;
	text-align: center;
	background-image: url(/img/hr_vertical2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	padding-right: 0px;
	padding-bottom: 20px;
	min-height: 280px;
	margin-left: 10px;	
}
.menuSoluciones p, .menuOtras p {
	text-align: left;
	margin-top: 10px;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #666666;
}
.menuSoluciones a, .menuOtras a {
	color: #054E84;
	font-size: 1.1em;
	display: block;
	text-align: left;
	line-height: 1.4em;
	padding-right: 20px;
	margin-top: 10px;
	background-image: url(../img/icon_enlace.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.menuSoluciones a:hover, .menuOtras a:hover {
	text-decoration: underline;
}
/****************************************************************
DETALLE
****************************************************************/
.detalle {
	text-align: center;
	margin: 0px 200px;
}
.detalle p {
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: left;
	padding: 0px 0px 10px 10px;
	color: #000;
}
.detalle p strong {
	font-size: 1.1em;
	color: #1685D8;
}
.detalle img {
	margin-bottom: 20px;
}
.video {
	text-align: center;
	margin: 10px auto 20px auto;
	background-color: #bbb;
	width: 320px;
	padding: 1px;
}
.video span {
	padding: 5px;
	background-color: #eee;
	display: block;
	margin: 0 auto;
	width: 310px;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #054E84;
}
