@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

body, html {
	background-color:#fff;
	width: 100%;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto;
	}

/* TAGS ---------------------------------------------------------
-------------------------------------------------------------- */

h1 {
	font-family:DIN, Arial;
	font-size:24px;
	font-weight:normal;
	width:auto;
	height:40px;
	margin:30px 15px 15px;
	}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#666;
	margin:5px 15px;
	}
	
p a{
	color:#666;
	text-decoration:none;
	}	

p a:hover{
	color:#666;
	text-decoration:underline;
	}		
	
img a {
	border:none !important;
	}
	
img {
	border:none;
	}

/* TAGS ---------------------------------------------------------
-------------------------------------------------------------- */

.menu_selected {
	background-color:#f4f4f4;
	}


/* GENERAL CONTAINERS -------------------------------------------
-------------------------------------------------------------- */

#global {
	width:988px; 
	margin:0 auto;
	position:relative;
	}

#header-home {
	width:988px; 
	height:235px; 
	position:relative; 
	border-top:solid 6px #002777;
	}
	
#header {
	width:988px; 
	height:175px; 
	position:relative; 
	border-top:solid 6px #002777;
	}	
	
#content-home {
	width:988px; 
	height:506px;
	position:relative;
	}
	
#content {
	width:988px; 
	margin-bottom:50px;
	position:relative;
	}	
	

/* HEADER o HEADER-HOME ---------------------------------------
------------------------------------------------------------ */	
	
#logo {
	width:352px;
	height:93px;
	position:absolute;
	top:50px;
	left:0px;	
	}
	
#contacto {
	width:235px; 
	height:125px; 
	position:absolute; 
	right:0px; 
	top:30px;	
	}
	
/* contacto .................. */	

.contact-title {
	width:235px; 
	height:30px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	line-height:30px; 
	color:#002777; 
	margin:0px;
	}
	
.contact-information {
	width:235px;
	height:41px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	line-height:14px; 
	color:#666; 
	border-bottom:solid 1px #002777; 
	padding:0 0 20px 0;
	margin:0;
	}
	
.contact-information a{
	color:#666;
	text-decoration:none;
	}	
	
.contact-information a:hover{
	color:#666;
	text-decoration:underline;
	}	
	
.social-media {
	width:235px; 
	height:30px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	line-height:30px; 
	color:#002777;
	}
	
.social-media ul {
	list-style:none; 
	}
	
.social-media li {
	width:auto; 
	height:30px; 
	float:left; 
	margin-right:5px;
	}	
	
.social-media img {
	margin-top:3px;
	}	
	
	
/* .......................... */		


/* menu ..................... */	
#menu {
	width:235px; 
	height:125px; 
	position:absolute; 
	right:250px; 
	top:30px;
	}
	
#menu a {
	text-decoration:none;
	color:#002777;
	width:235px;
	display:block;
	}

#menu ul {
	list-style:none; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	line-height:30px; 
	color:#002777; 
	}
	
#menu li {
	width:235px; 
	height:30px; 
	border-bottom:solid 1px #002777;
	}
	
#menu li:hover {
	background-color:#f4f4f4;
	}
	
.no-line {
	border-bottom:none !important;
	}

	

/* CONTENT HOME -----------------------------------------------
------------------------------------------------------------ */	

#foto-home {
	width:988px; 
	height:306px; 
	}
	
	
/* travelthink ..................... */			
#blue-option {
	width:246px; 
	height:250px; 
	float:left;
	clear:left;  
	background-color:#F4F4F4; 
	border-right:solid 1px #FFF;
	position:relative;
	}
	
#blue-option:hover {
	background-color:#ced4e4;
	}		
	
.blue {
	color:#002777;
	background-image:url(../img/blue-line.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	}
	
/* arbitraje ..................... */			
#red-option {
	width:246px; 
	height:250px; 
	float:left;
	background-color:#F4F4F4; 
	border-right:solid 1px #FFF;
	position:relative;
	}
	
#red-option:hover {
	background-color:#eecfd8;
	}		
	
.red {
	color:#AB0D3E;
	background-image:url(../img/red-line.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	}
		
/* psicología ..................... */			
#green-option {
	width:246px; 
	height:250px; 
	float:left;
	background-color:#F4F4F4; 
	border-right:solid 1px #FFF;
	position:relative;
	}
	
#green-option:hover {
	background-color:#e5eed2;
	}		
	
.green {
	color:#7FAB1F;
	background-image:url(../img/green-line.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	}	
	
/* auditoría..................... */			
#grey-option {
	width:246px; 
	height:250px; 
	float:left;
	background-color:#F4F4F4; 
	border-right:solid 1px #FFF;
	position:relative;
	}
	
#grey-option:hover {
	background-color:#d7d7d8;
	}		
	
.grey {
	color:#36393B;
	background-image:url(../img/grey-line.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	}
	

.transparent {
	width:246px;
	height:200px;
	z-index:50;
	border:0;
	position:absolute;
	top:0;
	left:0;
	}			
	
	
	
	
/* CONTENT ---------------------------------------------------
------------------------------------------------------------ */		

/* title ..................... */	
#title {
	width:988px;
	height:130px;
	position:relative;
	}
	
.first-title {
	font-family:DIN, Arial;
	font-size:30px;
	font-weight:normal;
	width:auto;
	position:absolute;
	top:30px;
	left:0PX;
	color:#FFF;
	line-height: 27px;
	}
	
.soft-blue {
	color:#ced4e4;
	}	
	
.claim {
	height:15px;
	padding-left:30px;
	position:absolute;
	left:0px;
	top:60px;
	background-image:url("/img/white-line.jpg");
	background-repeat:no-repeat;
	background-position:left 6px;
	color:#fff;
	}
	
.subtitle {
	width:988px;
	height:30px;
	border-top:solid 6px #FFF;
	position:absolute;
	bottom:0px;
	left:0px;
	font-size:14px;
	color:#FFF;
	padding-left:15px;
	line-height:28px;
	}
	
.bg-blue {
	background-color:#002777;
	height:120px !important;
	margin-bottom:6px;
	}	
.bg-red {
	background-color:#AB0D3E;
	}
.bg-green {
	background-color:#7FAB1F;
	}	
.bg-grey {
	background-color:#36393B;
	}	
	
#small-contact {
	width:235px; 
	height:125px; 
	position:absolute; 
	right:0; top:0px;	
	}
	
.small-contact-title {
	width:235px; 
	height:30px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	line-height:30px; 
	color:#fff; 
	border-bottom:solid 1px #fff;
	margin:0px;	
	}
	
.small-contact-information {
	width:235px;
	height:40px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	line-height:14px; 
	color:#fff; 
	padding:10px 0;
	margin:0;
	}	
	
.small-contact-information a{
	color:#fff;
	text-decoration:none;
	}		
	
.small-contact-information a:hover{
	color:#fff;
	text-decoration:underline;
	}		
		
/*.......................... */		

#left {
	width:494px;
	height:auto;
	background-color:#FFF; 
	float:left;
	padding:25px 0;
	}	
	
#right {
	width:494px;
	height:auto;
	background-color:#F4F4F4; 
	float:left;
	padding:25px 0;
	}	
		
.important {
	font-weight:bold;
	margin-bottom:10px;
	}
	

/* plus (read more) .................. */	

.plus-blue {
	color:#002777;
	font-size:9px;
	margin-top:10px;
	padding-left:16px;
	background-image:url("/img/blue-bullet-arrow.png");
	background-repeat:no-repeat;
	background-position:left 2px;
	float:left;
	width:100%;
	}	
.plus-blue a {
	text-decoration:none;
	color:#002777;
	}	
	
.plus-red {
	color:#AB0D3E;
	font-size:9px;
	margin-top:10px;
	padding-left:16px;
	background-image:url("/img/red-bullet-arrow.png");
	background-repeat:no-repeat;
	background-position:left 2px;
	float:left;
	width:100%;
	}
.plus-red a {
	text-decoration:none;
	color:#AB0D3E;
	}			
	
.plus-green {
	color:#7FAB1F;
	font-size:9px;
	margin-top:10px;
	padding-left:16px;
	background-image:url("/img/green-bullet-arrow.png");
	background-repeat:no-repeat;
	background-position:left 2px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	width:100%;
	}
.plus-green a {
	text-decoration:none;
	color:#7FAB1F;
	}	
	
.plus-grey {
	color:#36393B;
	font-size:9px;
	margin-top:10px;
	padding-left:16px;
	background-image:url("/img/grey-bullet-arrow.png");
	background-repeat:no-repeat;
	background-position:left 2px;
	float:left;
	width:100%;
	}
.plus-grey a {
	text-decoration:none;
	color:#36393B;
	}	
		
/*.......................... */			
	
	
/* paragraph-title ..................... */	
h2 {
	margin:20px 15px 10px;
	line-height:50px;
	font-size:20px;
	font-family:DIN, Arial;
	font-weight:normal;
	}
	
.blue-line {
	color:#002777;
	background-image:url("/img/blue-line.jpg");
	background-position:left bottom;
	background-repeat:no-repeat;
	border-bottom:solid 1px #002777;
	}	
	
.red-line {
	color:#AB0D3E;
	background-image:url("/img/red-line.jpg");
	background-position:left bottom;
	background-repeat:no-repeat;
	border-bottom:solid 1px #AB0D3E;
	}		
	
.green-line {
	color:#7FAB1F;
	background-image:url("/img/green-line.jpg");
	background-position:left bottom;
	background-repeat:no-repeat;
	border-bottom:solid 1px #7FAB1F;
	}			
	
.grey-line {
	color:#36393B;
	background-image:url("/img/grey-line.jpg");
	background-position:left bottom;
	background-repeat:no-repeat;
	border-bottom:solid 1px #36393B;
	}
	


/* circle-bullet list ..................... */
.circle-bullet {
	list-style:none;
	margin:15px;
	}
	
.circle-bullet li {
	display:block;
	float:left;
	clear:left;
	width:350px;
	height:auto;
	margin:5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#666;
	padding-left:40px;
	background-position:left 2px;
	background-repeat:no-repeat;
	padding-bottom:10px;
	}	
	
.red1 {
	background-image:url("/img/red-bullet-01.png");
	border-bottom:solid 1px #AB0D3E;
	}
.red2 {
	background-image:url("/img/red-bullet-02.png");
	border-bottom:solid 1px #AB0D3E;
	}
.red3 {
	background-image:url("/img/red-bullet-03.png");
	border-bottom:solid 1px #AB0D3E;
	}	
.red4 {
	background-image:url("/img/red-bullet-04.png");
	}		

.green1 {
	background-image:url("/img/green-bullet-01.png");
	border-bottom:solid 1px #7FAB1F;
	}
.green2 {
	background-image:url("/img/green-bullet-02.png");
	border-bottom:solid 1px #7FAB1F;
	}	
.green3 {
	background-image:url("/img/green-bullet-03.png");
	border-bottom:solid 1px #7FAB1F;
	}	
.green4 {
	background-image:url("/img/green-bullet-04.png");
	border-bottom:solid 1px #7FAB1F;
	}	
.green5 {
	background-image:url("/img/green-bullet-05.png");
	border-bottom:solid 1px #7FAB1F;
	}		
.green6 {
	background-image:url("/img/green-bullet-06.png");
	}			
	
.grey1 {
	background-image:url("/img/grey-bullet-01.png");
	border-bottom:solid 1px #36393B;
	}	
.grey2 {
	background-image:url("/img/grey-bullet-02.png");
	border-bottom:solid 1px #36393B;
	}	
.grey3 {
	background-image:url("/img/grey-bullet-03.png");
	border-bottom:solid 1px #36393B;
	}		
.grey4 {
	background-image:url("/img/grey-bullet-04.png");
	}		
		


/* grey-arrow list..................... */
.grey-arrow {
	list-style:none;
	margin:15px;
	}
	
.grey-arrow li {
	display:block;
	float:left;
	clear:left;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#666;
	padding-left:20px;
	background-image:url("/img/small-grey-arrow.png");
	background-position:left 5px;
	background-repeat:no-repeat;
	}	

.grey-arrow a {
	text-decoration:none;
	color:#666;
	}	
	
.grey-arrow a:hover {
	text-decoration:underline;
	color:#666;
	}	
	
/* grey-arrow list plus separation ..................... */
.grey-arrow-plus {
	list-style:none;
	margin:15px;
	}
	
.grey-arrow-plus li {
	display:block;
	float:left;
	clear:left;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#666;
	padding-left:20px;
	background-image:url("/img/small-grey-arrow.png");
	background-position:left 5px;
	background-repeat:no-repeat;
	margin-top:10px;
	}	

.grey-arrow-plus a {
	text-decoration:none;
	color:#666;
	}	
	
.grey-arrow-plus a:hover {
	text-decoration:underline;
	color:#666;
	}		
	
	
/* travelthink list..................... */
.travelthink-arrow {
	list-style:none;
	margin:15px;
	}
	
.travelthink-arrow li {
	display:block;
	float:left;
	clear:left;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color:#002777;
	padding-left:15px;
	background-image:url("/img/bullet-travelthink.png");
	background-position:left 5px;
	background-repeat:no-repeat;
	}	

.travelthink-arrow a {
	text-decoration:none;
	color:#002777;
	}	
	
.travelthink-arrow a:hover {
	text-decoration:underline;
	color:#002777;
	}		
		

	
	
/* travelthink..................... */
#left-travel {
	width:695px;
	height:auto;
	float:left;
	border-right:solid 5px #fff;
	}
	
#right-travel {
	width:287px;
	height:auto;
	float:left;
	}	
	
.title-enews {
	width:680px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	padding-left:15px;
	line-height:28px;
	background-color:#5497CC;
	}
	
.title-youtube {
	width:273px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	padding-left:15px;
	line-height:28px;
	background-color:#6CD3E5;
	}	
	
#subscription {
	width:695px;
	height:30px;
	background-color:#F4F4F4;
	padding:10px 0;
	line-height: 11px;
	font-size: 12px;
	}
	
.subscription-text {
	font-size:12px;
	color:#002777;
	padding:0 130px 0 0;
	line-height:22px;
	vertical-align:middle;
	float:left;	  
	}


/* container news.............. */			
.news {
	width:695px;
	height:187px;
	padding-bottom:5px;
	position:relative;
	border-bottom:solid 1px #002777;
	}
	
.news-text {
	width:415px;
	padding:0 20px 0 0;
	float:left;
	clear:left;
	}

.news-image {
	width:250px;
	height:180px;
	margin:10px 10px 0 0;
	float:left;
	position:relative;
	}
	
.news-title {
	margin:20px 15px 10px;
	line-height:10px;
	font-size:14px;
	height:25px;
	color:#002777;
	background-image:url("/img/blue-line.jpg");
	background-position:left bottom;
	background-repeat:no-repeat;
	}	
	
.blue-line-only {
	width:675px;
	height:2px;
	margin:5px 15px;
	border-bottom:solid 1px #002777;
	}	
/* .......................... */		

.old-enews {
	width:695px;
	background-color:#F4F4F4;
	}
	
/* container youtube ............. */	
.bg-softgrey {
	background-color:#F4F4F4;
	width:257px;
	padding:0 15px;
	}
	
.youtube {
	width:257px;
	padding:8px 0;
	position:relative;
	border-bottom:solid 1px #002777;
	}

.video-title {
	font-size:12px;
	color:#002777;
	line-height:22px;
	margin-left:0px;
	}	

.youtube-image {
	width:257px;
	height:155px;
	}
		
.social-media-small {
	height:15px;
	position:absolute;
	right:0px;
	bottom:5px;
	list-style:none;
	}
	
.social-media-small li {
	display:inline;
	float:left;
	}

.view-all {
	background-image: url("/img/blue-bullet-arrow.png");
    background-position: left 2px;
    background-repeat: no-repeat;
    color:#002777;
    font-size: 9px;
	position:absolute;
	left:0px;
	bottom:5px;
	padding-left:16px;
	margin:0px;
	}
	
.view-all a {
	text-decoration:none;
	color:#002777;
	}	
	

/* FOOTER ---------------------------------------------------
------------------------------------------------------------ */		
.footer {
	width:988px;
	height:25px;
	border-top:solid 6px #002777;
	border-bottom:solid 1px #002777;
	margin:30px 0;
	float:left;
	clear:left;
	
	}
	
.footer p {
	color:#002777;
	margin-left:0;
	padding-left:0px;
	font-size:10px;
	}

.footer a {
	text-decoration:none;
	color:#002777;
	}
	
.footer a:hover {
	text-decoration:underline;
	color:#002777;
	}	


