/********************************************************************
Author: carlos@wezstudio.com from Wezstudio
Author URL: http://www.wezstudio.com/
Description: Master Stylesheet for wezstudio v2
Created: 09 Feb 2009
********************************************************************/


/* @group Common elements */
html {
	font-size:100%; /* http://www.alistapart.com/articles/howtosizetextincss */
}

body {
	background:	#FFF url("/images/header/background_header.jpg") repeat-x scroll 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 1em; /*1em=16px*/
	color:#353535;
}

a {
	color:#0481ED;
}

a:visited {
	color:#B20101;
}

/* All SPAN invisible */
span {
	display:none;
}



/* Common text */

p {
	font-size: 16px;
	line-height: 20px;
	color:#353535;
	margin-top:10px;	
}

sup {
	vertical-align:super;	
}

/* quotes */

.quote {
	font-family: "Times New Roman", serif;
	display:inline;
	font-size:20px;
	margin-left:2px;
	margin-right:2px;
}

blockquote {
	font-family: Georgia, Palatino, "Century Schoolbook", Arial, Helvetica, sans-serif;
}



/* @end */

/* @group Structure & flow */

#wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 0px;
	text-align: left;
}

#content {
	/*
	clear:both;
	width: 960px;
	padding-top: 80px;
	padding-bottom: 80px;
	*/	
	padding-top: 40px;
	/*padding-bottom: 40px;*/
}


/* @end */

/* @group Services */

/* @group Services Menu*/

#services_menu {
	/*margin-bottom:20px;*/
	float:right;
}

#services_menu  ul {
	list-style-type:none;
	height:18px;
	display:block;
	float:left;
}

#services_menu li {
	display:inline;
	float:left;
	margin:0 0 0 20px;
	padding:0;
	position:relative;
	text-transform:uppercase;
	top:-35px;
}


#services_menu  a {
	text-decoration:none;
}

#services_menu  a:hover {
	text-decoration:underline;
}

#services_menu img {
	float:left;
	left:350px;
	position:relative;
	top:-62px;
}

/* @end */

/* @group Services Splash */

.splash {
	background: transparent url("/images/services_background.png") no-repeat scroll 0 0;
	width: 910px;
	height: 180px;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 25px;
	padding-right: 25px;
	clear:both;
}

/* Splash */

.splash_left {
	float: left;
	width: 230px;
}

.splash_left img {
	margin-top: 10px;
	position:relative;
	left:-10px;
}

.splash_right {
	float: left;
	width: 670px;
	padding-left:10px;
}

.splash h2, .splash h3 {
	color:#000;
	line-height:30px;
	margin-bottom:10px;
}

.splash h2 {
	font-size:24px;
	font-weight:normal;
}

.splash h3 {
	font-size:20px;
	font-weight:bold;
}



.splash_right p {
	color:#353535;
	font-size:18px;
	line-height:24px;
	clear:both;
}

.splash_right p strong {
	font-weight:bold;
}

.splash_box {
	width:150px;
	margin-right:15px;
	float:left;
	margin-top:35px;
}

.splash_box a {
	text-decoration:underline;
	color: #570104;
	font-size:18px;
}

/*
.splash_box a:hover {
	text-decoration:underline;
}
*/

.splash_box a:visited {
	color: #570104;
}

.splash_box p {
	font-size:11px;
	line-height:12px;
	color: #353535;
	margin-top:5px;
}

/* @end */

/* @end */

/* @group Header */


#header {
	/*
	height: 120px;	
	clear: both;
	margin-top: 20px;
	*/
	height: 100px;	
	margin-top: 20px;
}

/* Logo */

#logo {
	background: transparent url("/images/header/logo_wezstudio.gif") no-repeat scroll 0 0;
	width: 298px;
	height: 78px;
	display:block;
	margin:0;
	padding:0;
	position:relative;
	top:-7px;
}


/* RSS */

#rss_header {
	background: transparent url("/images/header/rss_header.png") no-repeat scroll 0 0;
	width: 61px;
	height: 28px;
	display: block;
	padding: 0;
	float:right;
	top: -80px;
	position: relative;
}

/* @group Menu */

#menu {
	font-size: 18px;
	float:right;
	position:relative;
	top:-57px;
	clear:both;
}

#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
}


#menu li {
	display:inline;
	margin:0;
	padding:0;
	text-transform: uppercase;
	float:left;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:12px;
	padding-right:12px;
}

#menu li.menu_active {
	/*
		background: transparent url("/images/header/menu_active_background.png") repeat scroll 0 0;
		color:#EADFB5;
	*/
	color:#FFF;
	background-color:#7C1D20;
}

#menu a{
	color:#FFF;
	text-decoration: none;
}

#menu a:hover {
	color:#EADFB5;
}

/* @end */

/* @end */

/* @group Footer */

#footer-space {
	padding-top:40px;
	clear:both;
}

#footer-wrap {
	clear:both;
	width:100%;
	margin: 0;
	height: 55px;
	background: #444343 none repeat scroll 0 0;
	padding: 25px 0;
}

#footer {
	width: 960px;
	margin: 0 auto;
}

#sitemap_footer {
	background: transparent url("/images/footer/sitemap_footer.png") no-repeat scroll 0 0;
	margin-right: 10px;
	display: block;
	float: left;
	width: 44px;
	height:44px;
}

#blog_footer {
	background: transparent url("/images/footer/blog_footer.png") no-repeat scroll 0 0;
	margin-right: 10px;
	display: block;
	float: left;
	width: 44px;
	height:44px;
}

/*
#rss_footer {
	background: transparent url("/images/footer/rss_footer.png") no-repeat scroll 0 0;
	margin-right: 10px;
	display: block;
	float: left;
	width: 44px;
	height: 43px;
}*/

#newsletter_footer {
	background: transparent url("/images/footer/newsletter_footer.gif") no-repeat scroll 0 0;
	margin-right: 10px;
	display: block;
	float: left;
	width: 44px;
	height: 44px;
}

#contact_footer {
	width: 200px;
	margin-left:40px;	
}

.footer_container {
	padding-top: 3px;
	width: 240px;
	height: 43px;
	float:left;
}


.footer_container p {
	color: #fefefe;
	font-size: 14px;
	line-height: 20px;
	margin:0;
}


.footer_container a, .footer_container a:visited {
	color: #1b87e3;
}

/* Sub-Footer*/
#subfooter-wrap {
	clear:both;
	width:100%;
	margin: 0;
	height: 20px;
	background: #2e2e2e none repeat scroll 0 0;
	padding: 30px 0;
}

#subfooter {
	width: 960px;
	margin: 0 auto;
}


/* Powered by */

#subfooter p {
	color: #666666;
	float:left;
	font-size: 14px;
	left:35px;
	margin-right:55px;
	position:relative;
}

/* Apache */

#apache_subfooter {
	background:	transparent url("/images/footer/apache_subfooter.png") repeat-x scroll 0 0;
	width:119px;
	height:36px;
	display: block;
	float: left;
	position: relative;
	top: -6px;
	margin-right: 25px;
}

/* Radiant */

#radiant_subfooter {
	background:	transparent url("/images/footer/radiant_subfooter.png") repeat-x scroll 0 0;
	width:75px;
	height:28px;
	display: block;
	float: left;
	position: relative;
	top: -2px;
	margin-right: 30px;
}

/* Rails */

#rails_subfooter {
	background:	transparent url("/images/footer/rails_subfooter.png") repeat-x scroll 0 0;
	width:99px;
	height:26px;
	display: block;
	float: left;
	position: relative;
	top: -3px;
	margin-right: 40px;
}

/* MySQL */

#mysql_subfooter {
	background:	transparent url("/images/footer/mysql_subfooter.png") repeat-x scroll 0 0;
	width:68px;
	height:36px;
	display: block;
	float: left;
	position: relative;
	top: -11px;
}

/* @end */

/* @group Sections */

.section div{
	float:left;
	width:610px;
}

.section {
	clear:both;
	width:960px;
}

/* A 50% page width text */



.section_50 {
	width:465px;
}

.section_50_left {
	margin-right:15px;
}

.section_50_right {
	margin-left:15px;
}

.section, .section_50 {
	margin-top:50px;
/*	height:220px;*/
	float:left;
}


.section strong, .section_50 strong {
	font-size:22px;
	color:#000000;
}

.section p, .section_50 p {
	font-size: 16px;
	line-height: 18px;
	color:#353535;
	margin-top:10px;	
}

.section em, .section_50 em {
	font-weight:bold;
	font-style:normal;
}

.section img {
	/*
	width:320px;
	float:left;
	*/
	float:left;
}

.section_margin {
	margin-right:30px;
}

/* @end */




/* @group About Page */

.hidden {
	display:none;
}



#about_upper h2, #about_bottom h2 {
	font-size: 22px;
	color:#000;	
}

#about_upper {
	height:350px;
	clear:both;
}

#about_upperleft {
	width: 465px;
	margin-right: 30px;	
	float:left;
}

#about_upperright {
	width: 465px;
	float:left;
}

#about_bottom {
	margin-top:50px;	
}

#about_tech_desc {
	margin-top:45px;
}

/* About us Photos & cites */

#about_us_jose_carlos_gil {
	margin-right: 30px;
}

.about_us_photo {
	float:left;
	width:216px;
}

.about_us_photo img
{

}

.about_us_photo blockquote p
{
	position:absolute;
	clear:both;
	width:216px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	font-size:18px;
	line-height:20px;
	color: #949393;
}


/* Twitter - LinkedIn - Facebook */

/* common */

.about_linkedin {
	background:	transparent url("/images/about_us/linkedin.png") repeat-x scroll 0 0;
	width:27px;
	height:27px;
	display: block;
	position: relative;
	top:-32px;
	left:155px;
	float:left;
}

.about_linkedin:hover {
	background-position: 27px 0;
}

/* jcgil */

#about_twitter_jcgil {
	background:	transparent url("/images/about_us/twitter.png") repeat-x scroll 0 0;
	width:27px;
	height:27px;
	display: block;
	position: relative;
	top:-32px;
	left:158px;
	float:left;
}


#about_twitter_jcgil:hover {
	background-position: 27px 0;
}


/* xlluch */

#about_facebook_xlluch {
	background:	transparent url("/images/about_us/facebook.png") repeat-x scroll 0 0;
	width:27px;
	height:27px;
	display: block;
	position: relative;
	top:-32px;
	left:158px;
	float:left;
}

#about_facebook_xlluch:hover {
	background-position: 27px 0;
}




/* How we work */

#about_how_we_work 
{
	background: transparent url("/images/about_us/como_trabaja_wezstudio.png") no-repeat;
	width: 930px;
	height: 358px;
	margin-top:50px;
	margin-left:20px;
	padding-bottom: 30px;
}

/*
#about_how_we_work span
{
	display:none;
}
*/


/* @end */

/* @group Online Shop */


#shop_products {
	height:210px;
}

#shop_products div {
	width:610px;
}

#shop_cart {
	height:210px;
}

#shop_cart div {
	width:610px;
}

#shop_cart_payments_logos {
	float:right;
	width:353px;
	height:68px;
	border: 0;
}

#shop_admin {	
	height:180px;
}

#shop_admin div {
	width:610px;
}

#shop_international_image {
	float:left;
	margin-top:30px;
	width:215px;
	height:111px;
}

#shop_international strong, #shop_international p, #shop_international img{
	margin-right:15px;
}

#shop_marketing strong, #shop_marketing p, #shop_marketing img{
	margin-left:15px;
}



/* @end */


/* Contact */

#contact_main {
	width: 630px;
	float:left;
}

#contact_intro {
	clear:both;
}


#contact_intro h2 {
	font-size: 22px;
	color:#000;	
}

#contact_intro p {
	font-size:16px;
	line-height:18px;
	margin-top:10px;
	color:#353535;
}

#contact_intro_note {
	margin-top:26px;
	clear:both;
	font-size:12px;
}

#contact_intro_note img {
	float:left;
}

#contact_intro_note small {
	float:left;
	width:600px;
	margin-left:10px;
	line-height:14px;
}

#contact_intro_note small em {
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	color:#000;
}

#contact_intro em {
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	color:#000;
}

/* FORM */

#contact_form {
	clear:both;
	color:#000;
	padding-top:30px;
}

#contact_form_box {
	width:420px;
	float:left;
}

#message {
	height:250px;
	margin-bottom:20px;
	width:99%;
}

#email {
	margin-bottom:20px;
	width:99%;
}

#contact_form label {
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
}

#contact_form span {
	color:red;
	float:none;
	font-weight:bold;
	display:inline;
}

#contact_form a {
	float:right;
}

/* Ayuda Form */

.contact_form_help {
	float:left;
	margin-left:20px;
	width:190px;
	background: transparent url("/images/contact/ayuda_mensaje_fondo.png") no-repeat scroll 0 0;
	height:156px;
}

.contact_form_help p {
	font-size:11px;
	line-height:14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top:0;
}

#contact_form_help_email {
	margin-top:170px;
}

/* Contact Sidebar */

#contact_sidebar {
	width: 310px;
	height: 200px;
	margin-left:20px;
	float:right;
}

/* vCard */

.vcard {
	background: transparent url("/images/contact/vcard_fondo.png") no-repeat scroll 0 0;
	width:297px;
	height:144px;
	float:right;
	color:#000;
}

.vcard span {
	display:inline;
}


.org {
	color:#571719;
	font-size:24px;
	margin-top:10px;
	margin-left:40px;
}

.desc {
	margin-left:40px;
	font-size:12px;
}

.adr {
	font-size:12px;
}

.name_tel {
	margin-top:10px;
	margin-bottom:5px;
	margin-left:40px;
	padding-left:40px;
	font-size:18px;
	line-height:22px;
	background: transparent url("/images/contact/vcard_phone.png") no-repeat scroll 0 0;
}

.email {
	font-size:14px;
	margin-left:40px;
	padding-left:40px;
	padding-top:4px;
	background: transparent url("/images/contact/vcard_email.png") no-repeat scroll 0 0;
}

/* Map */

/* 
OLD MAP 
#contact_map {
	float:right;
	background: transparent url("/images/contact/mapa_fondo.png") no-repeat scroll 0 0;
	width:295px;
	height:265px;
	margin-top:35px;
}

#contact_map img {
	padding: 20px;
}
*/

/* Contact Map */

#contact_map {
	float:right;
	background: transparent url("/images/contact/mapa_fondo.png") no-repeat scroll 0 0;
	width:295px;
	height:265px;
	margin-top:35px;
	font-size:13px;
	font-family:arial,helvetica,sans-serif;
	color:#000;
}



#contact_map_msg {
	float:left;
	background-color:#59636E;
	color:#FFF;
	z-index:400;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	height:40px;
	width:259px;
}

#contact_map_info {
	width:193px;
	float:left;
}

#contact_map_msg a, #contact_map_msg a:visited {
	color:#F8D534;
	width:66px;
	margin-top:2px;
	float:left;
}

#contact_map_msg span {
	float:left;
	margin-right:2px;
	text-align:right;
	display:inline;
}

#contact_map_msg img {
	border:0;
	float:left;
	margin-left:0;
	height:17px;
	width:17px;
}

#contact_map_msg p {
	font-size: 12px;
	line-height: 14px;
	color:#FFF;
	margin:6px;
	float:left;	
}

#map_canvas,#wezstudio_map {
	width:259px;
	height:179px;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	float:left;	
}


/* Features box */

.features {
	background: transparent url("/images/services_background.png") no-repeat scroll 0 0;
	width:960px;
	height:190px;
	margin-top:50px;
	padding:20px;
	float:left;
}

.features h3 {
	font-size:18px;
	color:#000;
	margin-bottom:15px;
}

.feature {
	width:230px;
	float:left;
	margin-bottom:15px;
	height:60px;
}

.feature img {
	float:left;
	margin-right:10px;
}

.feature strong {
	font-size:10px;
	font-weight:bold;
	margin-right:20px;
}

.feature p {
	font-size:10px;
	line-height:10px;
	margin-right:20px;
	margin-top:5px;
}

.feature sup {
	font-size:8px;
}

/* Web Design & CMS */



/* Apps */



/* Campañas e-mail */

#marketing_online_campaigns {
	margin-top:30px;
}

#marketing_online_campaigns ul {
	float:left;
	margin-left:45px;
	width:464px;
	list-style-type: disc;

	color:#353535;
	font-size:16px;
	line-height:18px;
}

/* Services */

/* Services Intro */

.services_intro {
	margin-bottom:50px;
}

.services_intro h2 {
	font-size:22px;
	color:#000;
	clear:both;
}


/* Service Box */

.services_box {
	width: 960px;
	height:230px;
	clear:both;
}

.services_box_top {
	background: transparent url("/images/services/service_background_top.png") no-repeat scroll 0 0;
	/*margin-top:50px;*/
}

.services_box_middle {
	background: transparent url("/images/services/service_background_middle.png") no-repeat scroll 0 0;
}

.services_box_bottom {
	background: transparent url("/images/services/service_background_bottom.png") no-repeat scroll 0 0;
}

.services_box img {
	float:left;
	margin-top:43px;
	margin-bottom:1px;
	margin-left:1px;
}

.services_box div {
	float:left;
	width:700px;
	margin-left:40px;
	font-size:14px;
}

.services_box h3 {
	font-family: arial,helvetica,georgia,verdana,sans-serif;
	color:#000;
	font-size:22px;
	padding-top:45px;
}

.services_box ul {
	margin-top:20px;
	line-height:20px;

	list-style-position:inside;
	list-style-image:url("/images/services/cruz.png");
	list-style-type:disc;
}

.services_box small {
	margin-left:410px;
	line-height:50px;
}

/* Related Services */

.related_services {
	padding-top:50px;
	clear:both;
}

.related_services h3 {
	font-size:22px;
	color:#000;
}

.related_service {
	margin-top:30px;
	height:70px;
}

.related_service img {
	float:left;
	margin-right:20px;
}

.related_service siv {
	float:left;
}

.related_service strong {
	/*font-weight:bold;*/
	font-size:18px;
	display:block;
}

/* Home */

/* Carousel */

#carousel_panel {
	clear:both;
}

.carousel {
	position: relative; 
	overflow: hidden; 
	width: 960px; 
	height: 267px;
	background: transparent url("/images/home/panel_background.png") no-repeat scroll 0 0;			
}

.carousel .panel{
	float: left; 
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; 
	width: 880px;
	margin:0;
	padding: 0;
	left:80px;
	top:20px;
	position:relative;
}

#panel_buttons {
	clear:both;
	float:left;
	left:325px;
	position:relative;
	top:-55px;
}

.panel_button, .panel_button:visited {
	margin:0;
	padding: 0;
	float:left;
	margin-right: 8px;

	background-color: #7f8789;
	width:110px;
	height:22px;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	display:block;
	padding-top:9px;
	color: #FFF;
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}

.panel_button:hover { 
	background-color: #9fa0a4;			
}

#panel_buttons a.selected {
	background-color: #3E87DE;			
}


#panel_button_anim {
	float:left;
	width:20px;
	height:20px;
	position:relative;
	left:410px;
	top:-30px;
	margin:0;
	padding:0;
}

#panel_button_prev, #panel_button_next {
	float:left;
	position:relative;
	margin:0;
	padding-left:4px;	
	padding-right:4px;	
	top:-150px;
/*	border: solid 1px black;*/
	display:block;
	width:24px;
	height:32px;
}



#panel_button_prev {
	background: transparent url("/images/home/prev.png") no-repeat scroll 0 0;			
	left:-539px;
}

#panel_button_next {
	background: transparent url("/images/home/next.png") no-repeat scroll 0 0;			
	left:351px;
}

#panel_buttons li {
	display:inline;
}

.panel {
	font-size: 16px;
	font-family:arial, georgia, verdana, sans-serif;
	line-height:22px;	
}

.panel h2 {
	font-size: 24px;
	font-weight: bold;

}

.panel_text {
	float:left;
	margin-left:10px;
	position:relative;
	width:550px;
	clear:right;
	margin-top:20px;
}

.panel_text ul {
	list-style-type: disc;
	list-style-image: url(/images/home/cruz.png);
	list-style-position:inside;
	margin-left:20px;
	margin-top:20px;
}

.panel_text a {
	float:right;
	margin-right:20px;
}


.panel_img {
	float:left;
	margin-top:20px;
}

.panel_link {
	/*
	clear:both;
	float:right;
	left:0;
	margin-right:100px;
	position:relative;
	top:-70px;
	*/
	float:right;
	position:relative;
	clear:both;
	top:-70px;
}


/* Description */

#home_main_content {
	clear:both;
	padding-top:30px;
}

#home_whoweare {
	width:620px;
	float:left;
}

#home_whoweare h2, #home_news h2 {
	font-size:22px;
	color:#000;
	margin-bottom:15px;
	font-weight:normal;
}

#home_whoweare p {
	color:#353535;
	font-size:16px;
	line-height:18px;
	margin-top:10px;
}

#home_main_content img {
	float:left;
	margin-left:99px;
}

#home_content {
	clear:both;
	padding-top:30px;
}

#home_news {
	width:620px;
	float:left;	
}

.home_one_news {
	clear:both;
	height:110px;
	margin-top:10px;
}

.home_one_news h3 {
	font-weight:normal;
}

.home_one_news img {
	float:left;
	width: 146px;
	height: 102px;
	padding-left: 4px;
	position: relative; 
	overflow: hidden; 
	background: transparent url("/images/home/news_frame.png") no-repeat scroll 0 0;				
}

.home_one_news div {
	float:left;
	margin-left:25px;
	width:445px;
	margin-top:5px;
}

#more_news {
	float:right;
	margin-right:10px;
	font-size:16px;
}

/* Testimony */

#home_testimony {
	float:right;
	width: 337px;
	height: 328px;
	position: relative; 
	overflow: hidden; 
	background: transparent url("/images/home/testimony_bg.png") no-repeat scroll 0 0;
}


#home_testimony_text {
	padding-top:80px;
	padding-left:55px;					
	padding-right:25px;					
	color: #949393;	
	line-height:24px;
	font-size:18px;
	margin-top:0;
}


#home_testimony_info {
	float:right;
	margin-top:20px;
	margin-right:25px;
}

#home_testimony_info img {
	float:left;
	margin-right:10px;
	border: 1px solid #E8E8E8;
}

#home_testimony_name {
	float:left;
	margin-top:5px;
}

#home_testimony_name strong {
	display:block;
	clear:right;
	font-weight:normal;
}

#home_testimony_name small {
	display:block;
	clear:right;
	margin-top:5px;
	font-size:13px;
}

/* thanks */

#thanks {
	margin:0 auto;
	padding:0;
	position:relative;
	text-align:center;
	width:960px;
}

#thanks p {
	line-height:30px;
}

#thanks a {
	font-size:20px;
}


/* Sitemap */

#sitemap {
	background: transparent url("/images/sitemap/submarino_bg.jpg") no-repeat bottom center;
	width:960px;
	height:550px;
}

#sitemaplist {
	float:left;
	color:#353535;
	width:500px;
}

#sitemaplist h2 {
	color:#000000;
	font-size:32px;
	font-family: Arial, Helvetica, sans-serif;
}

#sitemap1, #sitemap1 li {
	font-size:20px;
	line-height:22px;
	margin-top:25px;
	margin-left: 0px;
}

#sitemap2, #sitemap2 li {
	font-size:16px;
	line-height:18px;
	margin-top:20px;
	margin-left: 10px;
}


/* Tag cloud */
/* http://24ways.org/2006/marking-up-a-tag-cloud */
#tag-cloud {
	float:right;
	width: 410px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
	position:relative;
	background-color:#d4e8f6;
	height:210px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

#tag-cloud li {
	display:inline;
}

/*
#tag-cloud a {
	color: #284869;
	line-height:38px;
}
*/
#tag-cloud a {
	line-height:38px;
}

.very-popular {
	font-size:21px;
	font-weight:bold;
}

.popular {
	font-size:17px;
	font-weight:bold;
}

.less-popular {
	font-size:13px;
	font-weight:bold;
}

/* end of Tag cloud */

/* 404 */

#content404_flight {
	position:relative;
	margin-left:20px;
	position:relative;
	top:-48px;
}

#content404 a {
	font-size:20px;
}

#content404 p {
	margin-top:50px;
}

#content404 strong {
	font-size:24px;
	margin-bottom:20px;
	display:block;
}

#content404_header {
	clear:both;
	height:83px;
	margin-bottom:40px;
}

#content404_header h2 {
	color: #000;
	font-size:36px;
	line-height:36px;
	margin-top:10px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

#content404_header h3, #content404_header a {
	font-size:24px;
	line-height:26px;
	margin-top:10px;
	font-weight:normal;
}

#content404 ul, #content404 li, #content404 p {
	color:#353535;
	font-size:16px;
	line-height:18px;
}

#content404 ul, #content404 li {
	list-style-position:inside;
	list-style-type:disc;
	margin-top:10px;
}

/* gallery */

div.gallery {
	margin-top:20px;
	float:none;
	background-color: #F9F9F9;
	width:320px;
	height:80px;
	border: solid 2px #F0F3F5;
	padding:15px;
}

div.gallery_desc {
	float:left;
	width:185px;
	position:relative;
	left:-8px;
}

.gallery p {
	font-size:14px;
	line-height:18px;
}

.gallery strong {
	font-size:18px;
}

.gallery span {
	background: transparent url("/images/gallery/enlarge_icon.png") no-repeat scroll 0 0;
	width: 23px;
	height:21px;
	display:block;
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	z-index:1;	
}

.gallery img {
	border:5px solid #BBBBBB;
	float:left;
	position:relative;
	left:-23px;
}

.gallery_hidden {
	display:none;
}

/* gallery modal */

#control_overlay {
	background-color:#333333;
}

#gallery_modal {
	font-family: arial,helvetica,georgia,verdana,sans-serif;
	border:1px solid #DCDCDC;
}

#gallery_modal_close {
	background:	transparent url("/images/gallery/icon_close.png") repeat-x scroll 0 0;
	width:30px;
	height:30px;
	display:block;
	position:absolute;
	top:-15px;
	left:-15px;
}

#gallery_modal_info {
	float:left;
	padding:20px;
	border-right: solid 1px #DCDCDC;
	background-color:#FFF;
	width:512px;
	height:460px;
}

#gallery_modal_selection {
	float:left;
	padding:20px;
	width:110px;
	background-color:#FBFBFB;
	height:460px;
}

#gallery_modal_selection img {
	margin:3px;
	width:88px;
	height:64px;
	border: solid 1px #DCDCDC;
}

.gallery_modal_selection_item {
	padding:3px;
	background-color:#FFF;
	width:96px;
	height:74px;
	margin-top:5px;
	/*
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-khtml-border-radius: 6px;
	*/
}

.gallery_noselected {
	border: solid 3px #DCDCDC;
}

.gallery_selected {
	border: solid 3px #4EAFF4;
}


#gallery_modal_info h2 {
	font-size:22px;
	margin-bottom:10px;
	color:#000;
}

#gallery_modal_info p {
	margin-top:10px;
	font-size: 14px;
	line-height: 16px;
	color:#353535;
	font-weight:bold;
}

/* Button */

.button, .button:visited {
	padding-top:7px;
	padding-bottom:7px;
	padding-left:15px;
	padding-right:15px;
	background-color:#1C9BE9;
	color:#FEFEFE;
	font-size:14px;
	text-decoration:none;
	display:inline;
	font-weight:bold;
	font-family: arial, helvetica, sans-serif;
}

.button:hover {
	background-color:#20a5f6;
	color:#FFF;	
}

/* BigButton, igual a button, pero mas grande */


.bigbutton, .bigbutton:visited {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:30px;
	background-color:#1C9BE9;
	color:#FEFEFE;
	font-size:18px;
	text-decoration:none;
	display:inline;
	font-weight:bold;
	font-family: arial, helvetica, sans-serif;
	float:left;
}

.bigbutton:hover {
	background-color:#20a5f6;
	color:#FFF;	
}


/* suscribe box */

.suscribe-box {
	font-size:14px;
	font-family: arial, helvetica, sans-serif;
	color:#000;
	width:630px;
	height:144px;
	padding-top:18px;
	padding-bottom:18px;
	padding-left:25px;
	padding-right:25px;
	background-color:#fbfbfb;
	margin-top:50px;
	background:	transparent url("/images/newsletter/suscribe_box_bg.png") no-repeat scroll 0 0;
	clear:both;
	float:left;
}

.suscribe-box img  {
	float:left;
}

.suscribe-box-info {
	float:left;
	width: 515px;
	margin-left:15px;
}

.suscribe-box-info p a, .suscribe-box-info p a:visited {
	color:#1B87E3;
}

.suscribe-box-input {
	float:left;
}

.suscribe-box strong {
	font-weight:bold;
	font-size:18px;
}

.suscribe-box p {
	color:#8B8888;
	margin-top:5px;
	margin-bottom:8px;
	font-size:14px;
	float:left;
	line-height:18px;
}

.suscribe-box input {
	color:#afafaf;
	width:360px;
	margin-right:3px;
}

.suscribe-box small {
	float:left;
	color:#8b8888;
	display:block;
	margin-top:8px;
	font-size:12px;
}

/* Share this */

.share_this {
	font-size:22px;
	font-family: arial, helvetica, sans-serif;
	color:#000;
	width:415px;
	height:44px;
	padding-top:18px;
	padding-bottom:18px;
	padding-left:25px;
	padding-right:25px;
	background-color:#fbfbfb;
	margin-top:50px;
	background:	transparent url("/images/share_this/share_this_bg.png") no-repeat scroll 0 0;
	clear:both;
	float:left;
}

.share_this p {
	font-size:22px;
	font-family: arial, helvetica, sans-serif;
	color:#000;
	line-height:22px;
	margin-top:0;
}

.share_this img {
	float:left;
	margin-left:5px;
}

.share_this span {
	display:block;
	float:left;
	margin-top:6px;
}


/* call to action */

.call_to_action {
	margin:0 auto;
	padding-top:60px;
	clear:both;
	width:470px;
}

.call_to_action_content {
	padding:7px;
	background-color:#800000;
	font-family: arial,helvetica,georgia,verdana,sans-serif;
	border: solid 4px #4B0909;
	text-align:center;
	/*
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-khtml-border-radius: 15px;
	*/
}

.call_to_action p {
	margin-top:0;
}

.call_to_action a {
	text-decoration:none;
	color:#f8d534;	
	font-size:14px;
	line-height:22px;
}

.call_to_action strong {
	display:block;
	font-size:22px;
	line-height:26px;
	color:#FFF;
	margin-top:0;
	text-decoration:underline;
	font-weight:normal;
}

/* Qweb */

#qweb {
	width:97px;
	height:31px;
	display: block;
	float: left;
	position: relative;
	top: -8px;
	margin-left:40px;
}

/* Solicitar pack */

.request_splash ul, .request_splash li {
	line-height:20px;
	list-style-position:inside;
	list-style-type:disc;
	margin-top:10px;
}


.request_form_options, .request_form_options p {
	font-size:14px;
	line-height:20px;
	width:95%;
	height:75px;
}

.request_form_options p {
	border-bottom:1px dashed #000;
	padding-bottom:10px;
}

.request_form_options ul, .request_form_options li {
	margin:0;
	list-style:none outside none;
}

.request_form_options ul {
	padding-top:5px;
}

.request_form_options li {
	margin-top:5px;
}


.request_form_options input {
	margin-top:5px;
	float:left;
}
/* lista de opciones */

.request_form_selected_options {
	width:500px;
	float:right;
	border: 1px solid #BBBABA;
	padding:20px;
	margin-top:50px;
	background-color:#F6F9F9;
}

.request_form_selected_options_list {
	height:260px;
}

.request_form_selected_options ul > li > span {
	display:block;
	float:right;
	font-weight:bold;
}

.request_form_selected_options ul > li {
	display:block;
	height:25px;
	clear:both;
	border-bottom: 1px solid #BBBABA;
	padding-top:10px;
	font-size:16px;
	line-height:20px;
}

.request_form_selected_options > ul > li > a {
	font-size:14px;
}

.button_request_form {
	float:left;
}

#request_form_email_line, #request_form_button_line, #request_form_comment_line  {
	float:right;
	clear:both;
	border:0;
}

#request_form_button_line {
	margin-bottom:10px;
}

#request_form_email_line input {
	width:230px;
}


#request_form_comment_line {
	height:100px;
	width:500px;
	margin-bottom:10px;
}

#request_form_comment_line textarea {
	width:100%;
}


#request_form_button_line a {
	font-size:18px;
	font-weight:normal;
}

#request_form_email_line span {
	color:red;
	display:inline;
	float:none;
	font-weight:bold;
}

.request_form_first_title {
	font-family: arial,helvetica,georgia,verdana,sans-serif;
	color:#000000;
	font-size:22px;
	height:32px;
	margin-top:50px;
}

div#content li.request_form_title {
	font-family: arial,helvetica,georgia,verdana,sans-serif;
	font-weight:bold;
	color:#000000;
	font-size:22px;
	height:32px;
}

#request_form_total {
	font-weight:bold;
	font-size:18px;
	border:0;
	margin-bottom:10px;
}

#request_form_note {
	border:0;
	height:60px;
}

/* request form header */

.request_form_header {
	text-align:center;
	font-family: arial,helvetica,georgia,verdana,sans-serif;
	clear:both;
}

.request_form_header h2 {
	font-size:36px;
	line-height:40px;
	font-weight:bold;
}

.request_form_header h3 {
	color:#888888;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
}

/* Request form features */
.request_form_features div {
	font-family: arial,helvetica,georgia,verdana,sans-serif;
	width:130px;
	margin-left:30px;
	float:left;
	margin-top:40px;
	margin-bottom:50px;
}

.request_form_features h3 {
	font-size:14px;
	font-weight:bold;
	width:130px;
}

.request_form_features p {
	font-size:12px;
	line-height:14px;
	width:130px;
}

/* Portfolio */

.portfolio_item {
	float:left;
	/*margin-left:40px;
	margin-right:40px;
	margin-bottom:40px;*/
	margin-bottom:50px;
	width:455px;
}

.portfolio_item_margin {
	margin-right:50px;
}

.portfolio_item div {
	margin-top:5px;
	float:left;
	width:455px;
	font-size:12px;
	display:block;
}


.portfolio_item img  {
	padding:5px;
	background-color:#777;
}

.portfolio_item img:hover {
	background-color:#999;
}

#caption {
	display:inline;
}