/* CSS Document AuralSolutions.com */



/* TAGS Base*/
/************/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
input, textarea, select,
table, caption, tbody, tfoot, thead, tr, th, td {
	/*margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;*/
	-moz-transition-property: color, background, border, padding, width;
	-moz-transition-duration: 0.4s, 0.4s, 0.4s, 0.4s, 0.4s;
	-webkit-transition-property: color, background, border, padding, width;
	-webkit-transition-duration: 0.4s, 0.4s, 0.4s, 0.4s, 0.4s;
	transition-property: color, background, border, padding, width;
	transition-duration: 0.4s, 0.4s, 0.4s, 0.4s, 0.4s;
}




body {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
}
img {
	border: none;
}

a {	color: #23A1D3; /*#0099CC*/	text-decoration: underline;}
a:hover {	color: #F2A519; text-decoration: none;}


h1 {
	margin: 20px 0px 10px 0px;;
	color: #61C0E4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}
h2 {
	margin: 0px;
	font-size: 18px;
	color: #61C0E4;
}
h3 {
	margin: 0px;
	color: #61C0E4;
}
h4 {
	margin: 0px;
}
h5 {
	margin: 0px;
}
h6 {
	margin: 0px;
}

p {
	margin: 0px 0px 5px 0px;
}
p {
	line-height: 20px;
}


/****************/
/* FIN TAGS Base*/



/* Estilos Comunes */
/*******************/

#page_container {
	position: relative;
	width: 1159px;
	margin: 0px auto;
	padding: 0px;
}
#heading {
	position: relative;
	width: 1159px;
	margin: 0px auto;
}
#body {
	position: relative;
	width: 955px;
	margin: 0px auto 0px auto;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	background-color: #FFFFFF;
}
#foot {
	position: relative;
	width: 955px;
	margin: 0px auto;
	text-align: center;
	color: #80BEE2;
	padding: 10px 0px 10px 0px;
}

#foot a {	color: #80BEE2; /*#23A1D3*/	text-decoration: underline;}
#foot a:hover {	color: #F2A519; /*#23A1D3*/	text-decoration: none;}

#foot_menu {
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	background-color: #F9F9F9;
	margin: 0px 0px 10px 0px;
}

#foot_menu .foot_menu_line {
	position: relative;
	width: 100%;
	clear: both;
	margin: 0px 0px 0px 0px;
}
#foot_menu .foot_menu_topop {
	position: relative;
	float: left;
	width: 100px;
	/*background-color: #CDE6F3;*/
	background-color: #E6F2F9;
	color: #80BEE2;
	text-align: right;
}
#foot_menu .foot_menu_topop a {
	color: #80BEE2;
}

#foot_menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#foot_menu li {
	margin: 0px;
	float: left;
}
#foot_menu a {
	display: block;
	border-right: 1px solid #CDE6F3;
	border-bottom: 1px solid #CDE6F3;
	padding: 1px 10px 1px 10px;
	text-decoration: none;
}
#foot_menu a:hover { background-color: #FFBE28; color: #FFFFFF;}




.float_limiter {
	width: 100%;
	height: 0px;
	overflow: hidden;
	clear: both;
}
	/* Horizontal Menu */
	
	#hmenu {
		position: absolute;
		z-index: 20;
		top: 70px;
		right: 104px;
		width: 538px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
/*		border: 1px solid #666666;*/
	}
	ul#hmenulist {
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		width: 100%;
		color: #006699;
	}
	ul#hmenulist li {
		display: inline;
	}
	
	ul#hmenulist li a { float: left; width: 105px; color: #006699; padding: 8px 0px 8px 0px; margin: 0px; border-right: 1px solid #FFCC00; border-left: 1px solid #F5F5F5; text-align: center; text-decoration: none; font-weight: normal; overflow: hidden; text-shadow: #999999 3px 3px 3px;}
	ul#hmenulist li a:active { color: #FFFFFF; background-color: #F2A519; background-image: url(../menu_h_over_bg.png); background-position: left bottom; background-repeat: repeat-x;  border-right: 1px solid #FF6600; border-left: 1px solid #F5F5F5;}
	ul#hmenulist li a:hover { color: #FFFFFF; background-color: #F2A519; background-image: url(../menu_h_over_bg.png); background-position: left bottom; background-repeat: repeat-x;  border-right: 1px solid #FF6600; border-left: 1px solid #F5F5F5;	text-shadow: #666666 3px 3px 3px;}
	
	ul#hmenulist li.hmenu_selected a { color: #FFFFFF; background-color: #F2A519; background-image: url(../menu_h_selected_bg.png); background-position: left bottom; background-repeat: repeat-x;  border-right: 1px solid #FF6600; border-left: 1px solid #F5F5F5; text-shadow: #888888 3px 3px 3px;}
	ul#hmenulist li.hmenu_selected a:hover { color: #FFFFFF; background-color: #F2A519; background-image: url(../menu_h_over_bg.png); background-position: left bottom; background-repeat: repeat-x;  border-right: 1px solid #FF6600; border-left: 1px solid #F5F5F5; text-shadow: #666666 3px 3px 3px;}
	
	
		/* Sumbenu */	
		
		#submenu_box {
			position: relative;
			width: 955px;
			clear: left;
			margin: 0px auto 0px auto;
			color: #DD5C37;
			border-right: 1px solid #FFBE28;
			border-bottom: 2px solid #FFBE28;
			border-left: 1px solid #FFBE28; /*#037EC0;*/
			background-color: #FFE793; /*#25A3E6;*/
			z-index: 100;
		}
		#submenu {
			position: relative;
			float: left;
			width: 100%;
		}
		#submenu ul {
			list-style-type: none;
			padding: 0px;
			margin: 0px;
			width: 815px;
			float: right;
			text-align: center;
		}
		#submenu ul li {
			display: inline;
		}
		
		/*#submenu ul li a { margin: 0px; padding: 2px 5px 2px 5px; border-left: 1px solid #FFFFFF; border-right: 1px solid #FFBE28; color: #DD5C37; background-color: #FFCC00;}*/
		#submenu ul li a { float: left; padding: 3px 10px 4px 10px; color: #DD5C37; background-color: #FFE793; border-right: 1px solid #FFBE28; text-decoration: none;  text-shadow: #FFFFFF 3px 3px 3px;}
		#submenu ul li a:active { color: #FFFFFF; background-color: #FFBE28; text-shadow: #666666 3px 3px 3px;}
		#submenu ul li a:hover { color: #FFFFFF; background-color: #FFBE28; text-shadow: #666666 2px 2px 3px;}
		
		
		.submenu_title {
			float: left;
			width: 140px;
			font-weight: bold;
			font-size: 14px;
			background-color: #FFBE28;
			color: #FFFFFF;
			text-align: center;
		}
		.submenu_title a { display: block; color: #FFFFFF; text-decoration: none; padding: 2px 10px 2px 10px;}
		.submenu_title a:hover { color: #FFFFFF; text-decoration: none;}
	/* FIN Horizontal Menu */

#heading_date {
	position: absolute;
	z-index: 20;
	top: 50px;
	right: 104px;
	width: 165px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #006699;
	text-align: center;
	/*padding: 2px 0px 3px 0px;
	border: 1px solid #0099CC;*/
}

img.banda_tecnologias {
	margin: 10px 0px 10px 0px;
}

.updating_website_box {
	margin: 0px;
	padding: 50px;
	font-size: 16px;
	color: #80BEE2;
	line-height: 26px;
	text-align: center;
}

.base_page_title {
	padding: 10px 30px 10px 30px;
	border-bottom: 1px solid #E0E0E0;
	background-color: #F9F9F9;
	text-align: center;
}
.base_page_title h1 {
	margin: 0px;
	padding: 0px;
}

.text_body {
	padding: 10px 30px 30px 30px;
}
.text_body li {
	line-height: 20px;
}

/***********************/
/* FIN Estilos Comunes */



/* Estilos de la pagina principal */
/**********************************/

.home_domhostblock {
	position: relative;
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
}


/* Caja de ofertas de Hosting */
.home_domhostblock_hostbox {
	position: relative;
	float: left;
	width: 600px;
}
.home_domhostblock_hostbox h1 {
	color: #61C0E4;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background-image: url(../home/homepage_hostblock_limits.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.home_domhostblock_hostbox_baseinfo {
	color: #FF6600;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin: 20px 0px 10px 0px;
}
.home_domhostblock_hostbox_baseinfo ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.home_domhostblock_hostbox td {
	width: 50%;
	vertical-align: middle;
}
.home_domhostblock_hostbox_pro {
	position: relative;
	width: 275px;
	margin: 0px auto 10px auto;
	text-align: left;
	color: #5082AB;
}
.home_domhostblock_hostbox_pro a { color: #23A1D3; text-decoration: underline;}
.home_domhostblock_hostbox_pro a:hover { color: #F2A519; text-decoration: none;}

.home_domhostblock_hostbox_pro_precio {
	position: absolute;
	top: 33px;
	right: 15px;
	width: 80px;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 60px;
	font-weight: bold;
	color: #FF3300;
}
.home_domhostblock_hostbox_pro_precio sup {
	position: absolute;
	top: 7px;
	right: 0px;
	font-size: 24px;
	font-style: italic;
}
.home_domhostblock_hostbox_pro_periodo {
	position: absolute;
	top: 93px;
	right: 3px;
	width: 80px;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #FF3300;
}

.home_domhostblock_hostbox_xt {
	position: relative;
	width: 275px;
	margin: 10px auto 0px auto;
	text-align: left;
	color: #AA6B42;
}
.home_domhostblock_hostbox_xt a {	color: #CB8503; text-decoration: underline;}
.home_domhostblock_hostbox_xt a:hover {	color: #23A1D3; text-decoration: none;}

.home_domhostblock_hostbox_xt_precio {
	position: absolute;
	top: 54px;
	right: 15px;
	width: 80px;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 45px;
	font-weight: bold;
	color: #FF3300;
}
.home_domhostblock_hostbox_xt_precio sup {
	position: absolute;
	top: 7px;
	right: -6px;
	font-size: 20px;
	font-style: italic;
}
.home_domhostblock_hostbox_xt_periodo {
	position: absolute;
	top: 103px;
	right: 3px;
	width: 80px;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #FF3300;
}

.home_domhostblock_hostbox_pro_list {
	position: absolute;
	top: 43px;
	left: 10px;
	width: 180px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.home_domhostblock_hostbox_xt_list {
	position: absolute;
	top: 37px;
	left: 10px;
	width: 180px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.home_domhostblock_hostbox_xt_list ul, .home_domhostblock_hostbox_pro_list ul {
	margin: 0px;
	/*padding: 0px 0px 0px 15px;*/
	padding: 0px 0px 0px 5px;
	list-style-type: none;
}
.home_domhostblock_hostbox_xt_list li, .home_domhostblock_hostbox_pro_list li {
	margin: 0px 0px 4px 0px;
	padding: 0px;
}

.home_domhostblock_hostbox_morebot {
	position: absolute;
	bottom: 8px;
	left: 60px;
	width: 140px;
	text-align: center;
	font-weight: bold;
	color: #23A1D3;
}



/* Caja de dominios */
.home_domhostblock_dombox {
	position: relative;
	float: right;
	width: 335px;
	height: 490px;
	background-image: url(../home/dominios_descr_bg.png);
	background-position: 200px bottom;
	background-repeat: no-repeat;
}
.home_domhostblock_dombox h1 {
	color: #F2A519;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-image: url(../home/homepage_domains_limits.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.home_domhostblock_dombox_intro {
	position: relative;
	margin: 0px 0px 0px 10px;
	color: #24A1D3;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
}
.home_domhostblock_dombox_precio {
	float: right;
	margin: 0px 10px 0px 0px;
}

.home_domhostblock_dombox_tip {
	position: relative;
	color: #F2A519;
	text-align: center;
	font-size: 12px;
	margin: 20px 0px 4px 0px;
}



.home_domhostblock_dombox_form {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px 0px 10px 0px;
	background-image: url(../home/homepage_domains_limits.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.home_domhostblock_dombox form {
	margin: 0px;
	padding: 0px;
}

.home_domhostblock_dombox_form_fields_layer {
	position: relative;
	width: 100%;
	height: 21px;
	overflow: hidden;
	background-image: url(../home/form_dominios.png);
	background-position: 10px top;
	background-repeat: no-repeat;
	z-index: 150;
	font-size: 0px;
	text-align: left;
}


.home_domhostblock_dombox_form_fieldtxt {
	border: none;
	background: none;
	width: 175px;
	height: 17px;
	color: #24A1D3;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px 0px 0px 67px;
}

.home_domhostblock_dombox_form_fieldselect {
	border: none;
	background-color: #FFFFFF;
	width: 67px;
	height: 18px;
	color: #24A1D3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	border: 1px solid #FF9900;
}
.home_domhostblock_dombox_form_button {
	position: relative;
	width: 83px;
	float: right;
	margin: 20px 40px 0px 0px;
	padding: 0px;
}
.home_domhostblock_dombox_form_button_submit {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 83px;
}
.home_domhostblock_dombox_form_button_txt {
	position: absolute;
	top: 4px;
	left: 0px;
	width: 83px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
}
ul.home_domhostblock_dombox_form_ej {
	float: left;
	width: 115px;
	margin: 0px;
	padding: 7px 0px 10px 70px;
	list-style-type: none;
	font-weight: normal;
	text-align: left;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	background-image: url(../home/dominios_ej_bg.png);
	background-position: 20px center;
	background-repeat: no-repeat;
}


.home_domhostblock_dombox_domdescr {
	position: relative;
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
}
.home_domhostblock_dombox_domdescr h3 {
	color: #22A1D3;
	font-size: 16px;
	margin: 0px 20px 15px 0px;
	text-align: center;
}
.home_domhostblock_dombox_domdescr p {
	margin: 0px 20px 5px 0px;
	text-indent: 10px;
	color: #999999;
	text-align: justify;
}

	/* base caja hosting y dominios */
	.home_home_domhostblock_basebox {
		position: relative;
		float: left;
		width: 100%;
		margin: 0px 0px 10px 0px;
		font-size: 1px;
	}
	.home_home_domhostblock_basebox_leftline {
		position: relative;
		float: left;
		width: 600px;
		height: 8px;
		background-image: url(../home/homepage_hostblock_limits.png);
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	.home_home_domhostblock_basebox_rightline {
		position: relative;
		float: right;
		width: 340px;
		height: 5px;
		background-color: #E8F7FF;
		margin: 2px 0px 0px 0px;
	}
	/* FIN base caja hosting y dominios */


.home_servicios_box {
	position: relative;
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}
.home_servicios_box h1 {
	text-align: center;
}
.home_servicios_box p {
	text-indent: 10px;
}

.home_servicios_box_left {
	float: left;
	width: 50%;
	border-right: 1px dotted #59C5FF;
	padding: 0px 0px 20px 0px;
	/*background-image: url(../home/hitech_bg.png);
	background-position: left 20px;
	background-repeat: no-repeat;*/
}
.home_servicios_box_left img {
	float: left;
	margin: 0px 10px 10px -50px;
}
.home_servicios_box_left ul {
	padding: 10px 0px 10px 30px;
	margin: 0px;
	list-style-type: circle;
	list-style-position: inside;
}
.home_servicios_box_left li {
	text-indent: -25px;
	margin-bottom: 3px;
}
.home_servicios_box_left h2 {
	color: #F2A519;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	border-bottom: 1px dashed #59C5FF;
}

.home_servicios_box_right {
	float: right;
	width: 49%;
	/*background-image: url(../home/clock_bg.png);
	background-position: right 40px;
	background-repeat: no-repeat;*/
}

.home_servicios_box_right a#fantastico_de_luxe {
	/*float: left;*/
	display: block;
	width: 200px;
	text-align: center;
	padding: 7px 0px 8px 0px;
	margin: 10px auto 10px auto;
	font-size: 15px;
	font-style: italic;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	background-image: url(../home/verlista_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #F2A519;
}
.home_servicios_box_right a#fantastico_de_luxe:hover {
	text-decoration: none;
}

.home_servicios_box_left_in {
	padding: 0px 30px 0px 70px;
	text-align: justify;
}
.home_servicios_box_right_in {
	padding: 0px 100px 0px 20px;
	text-align: justify;
}
.home_servicios_box_right_in_img {
	float: right;
	margin: 0px -50px 10px 20px;
}
.home_servicios_box_right_img {
	text-align: center;
	margin: 20px 0px 0px 0px;
}


.home_news_container {
	position: relative;
	height: 260px;
	clear: both;
	margin: 0px 0px 20px 0px;
	background-image: url(../home/home_newsbox.png);
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.home_news_title {
	margin: 20px 0px -5px 100px;
	letter-spacing: 4px;
	font-size: 20px;
	color: #ADDEF1;
}

.home_news_window {
	position: relative;
	width: 820px;
	height: 240px;
	margin: 10px 0px 0px 100px;
	overflow: auto;
}
.home_news_layer {
	position: relative;
	width: 790px;
	padding: 0px 0px 30px 0px;
}

.home_news_layer h2 {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #999999; /*#F2A519;*/
	padding: 2px 0px 2px 0px;
	border-bottom: 1px dotted #61C0E4;
}
.home_news_layer h3 {
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	color: #F2A519; /*#ABABAB;*/
	padding: 2px 10px 10px 0px;
}

.home_news_leftcol {
	position: relative;
	float: left;
	width: 380px;
	/*border: 1px dotted #CCCCCC;*/
}
.home_news_rightcol {
	position: relative;
	float: right;
	width: 380px;
	/*border: 1px dotted #CCCCCC;*/
}

.home_news_box {
	position: relative;
	margin: 0px 0px 25px 0px;
}
.home_news_body {
	position: relative;
	text-align: justify;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #9AA4C7;
	padding: 0px 5px 0px 5px;
}
.home_news_body p {
	margin: 0px 0px 5px 0px;
}

/**************************************/
/* FIN Estilos de la pagina principal */





/* Pagina de Contacto */
/**********************/

.contactus_form_layer {
	padding: 30px 50px 0px 220px;
	font-size: 14px;
}

.contactus_form_attr_cell {
	width: 180px;
	padding: 4px 10px 4px 10px;
	font-weight: bold;
	text-align: left;
	vertical-align: text-bottom;
	vertical-align: bottom;
}
.contactus_attr_independ {
	padding: 0px 0px 5px 0px;
	text-align: left;
	font-weight: bold;
}
.contactus_fullline_cell {
	padding: 10px 10px 5px 10px;
	text-align: left;
}

.contactus_form_field_cell {
	padding: 4px 10px 4px 10px;
	text-align: left;
}
.contactus_campo_txt {
	width: 280px;
	color: #999999;
	border: 2px solid #FFD18C;
	padding: 3px 0px 3px 5px;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.contactus_campo_txt_over {
	width: 280px;
	color: #6666CC;
	background-color: #F4F4F4;
	border: 2px solid #AAAAFF;
	padding: 3px 0px 3px 5px;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.contactus_campo_select {
	width: 290px;
	height: 22px;
	color: #999999;
	border: 2px solid #FFD18C;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.contactus_campo_select_over {
	width: 290px;
	height: 22px;
	color: #6666CC;
	background-color: #F4F4F4;
	border: 1px solid #AAAAFF;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.contactus_campo_txtarea_little {
	width: 480px;
	height: 120px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	border: none;
	background-color: #FFFFFF;
}
.contactus_campo_txtarea_little_over {
	width: 480px;
	height: 120px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6666CC;
	border: none;
	background-color: #F4F4F4;
}

.contactus_campo_txtarea_capa {
	width: 480px;
	/*height: 160px;*/
	padding: 10px 0px 10px 10px;
	border: 2px solid #FFD18C;
	background-color: #FFFFFF;
	-moz-border-radius: 10px 10px 10px 10px;
}
.contactus_campo_txtarea_capa_over {
	width: 480px;
/*	height: 160px;*/
	padding: 10px 0px 10px 10px;
	border: 2px solid #AAAAFF;
	background-color: #F4F4F4;
	-moz-border-radius: 10px 10px 10px 10px;
}
.contactus_campo_button_cell {
	padding: 20px 10px 20px 10px;
	text-align: center;
}
.contactus_campo_button {
	width: 140px;
	height: 30px;
}

.contactus_nota_form_1 {
	margin: 20px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
	border-top: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	text-align: left;
	font-size: 12px;
	color: #DC7734;
	background-color: #FFDE9B;
	background-image: url(../contactus_form_notas_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
.contactus_nota_form_1 ul,ol {
	padding: 0px 0px 0px 35px;
	margin: 10px 0px 10px 0px;
}

.contactus_nota_form_1 li{
	margin-bottom: 4px;
}

.contactus_nota_inform {
	padding: 5px 0px 5px 0px;
	font-size: 10px;
	color: #999999;
}

#gen_capa_mensaje_operacion_ok {
	position: relative;
	padding: 20px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #00CC33;
	background-color: #D8FACF;
	text-align: center;
	font-size: 12pt;
	color: #009933;
	-moz-border-radius: 10px 10px 10px 10px;
}
#gen_capa_mensaje_operacion_err {
	position: relative;
	padding: 20px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #FF9900;
	background-color: #F8E3BA;
	text-align: center;
	font-size: 12pt;
	color: #CC3300;
	-moz-border-radius: 10px 10px 10px 10px;
}




/**************************/
/* FIN Pagina de Contacto */



/* Agradecimiento envio Formulario de Contacto */
/***********************************************/

.thanxform_titulo {
	color: #009933;
	letter-spacing: 2px;
	text-align: center;
	background-color: #E8F1C9;
	border-bottom: 5px solid #B7DF99;
	border-left: 1px solid #B7DF99;
	border-top: 1px solid #B7DF99;
	border-right: 1px solid #B7DF99;
	padding: 10px 0px 10px 0px;
	margin: 10px 20px 0px 20px;
	-moz-border-radius: 10px 10px 10px 10px;
}
.thanxform_titulo_no {
	color: #CC3300;
	letter-spacing: 2px;
	text-align: center;
	background-color: #F9CCC1;
	border-bottom: 5px solid #F39983;
	border-left: 1px solid #F39983;
	border-top: 1px solid #F39983;
	border-right: 1px solid #F39983;
	padding: 10px 0px 10px 0px;
	margin: 10px 20px 0px 20px;
	-moz-border-radius: 10px 10px 10px 10px;
}
.thanxform_cuerpo_txt {
	font-size: 12px;
	color: #6666CC;
	line-height: 18px;
	padding: 20px 20px 20px 150px;
	background-image: url(../contact-us/sobre.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0px 60px 20px 60px;
}
.thanxform_cuerpo_txt_no {
	font-size: 12px;
	color: #CC6666;
	line-height: 18px;
	padding: 20px 20px 20px 150px;
	background-image: url(../contact-us/sobre_tachado.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0px 60px 20px 60px;
}
.thanxform_backtohome {
	width: 320px;
	margin: 5px auto 25px auto;
	
	text-align: center;
	color: #3399FF;
	font-size: 14px;
	
}
.thanxform_backtohome a {
	display: block;
	padding: 15px 20px 15px 20px;
	background-color: #F0F0FF; /*#BBBBCC;#689DDD;*/
	border: 1px solid #CCCCDD;
	color: #666699;
	text-decoration: none;
}
.thanxform_backtohome a:hover {
	padding: 15px 20px 15px 20px;
	background-color: #E0E0FF;
	border: 1px solid #CCCCDD;
}


/*.thanxform_ {}*/
/***************************************************/
/* FIN Agradecimiento envio Formulario de Contacto */



/* HOSTING */
/***********/

.host_choose_xt_pro {
	margin: 30px;
	text-align: center;
}
.host_choose_xt_pro ul {
	height: 100%;
	clear: both;
	overflow: hidden;
	position: relative;
	list-style-type: none;
}
.host_choose_xt_pro li {
	float: left;
}
.host_choose_xt_pro a {
	margin: 0px 30px 0px 30px;
	width: 200px;
	display: block;
	text-align: center;
	padding: 7px 0px 8px 0px;
	font-size: 15px;
	font-style: italic;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	background-image: url(../home/verlista_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #F2A519;
}
.host_choose_xt_pro a:hover {
	text-decoration: none;
}

.host_comparetable {
	margin: 30px 0px 30px 0px;
}
.host_comparetable thead th {
	padding: 10px 5px 10px 5px;
	vertical-align: middle;
	text-align: center;
	border-bottom: 3px solid #D9FAFF;
	color: #F90;
	font-size: 16px;
	font-weight: bold;
}
.host_comparetable tbody th, .host_comparetable tbody td, .host_comparetable tbody td.blank, .host_comparetable tbody tr:hover td.blank {
	padding: 4px;
	vertical-align: middle;
	border-bottom: 1px solid #D9FAFF;
}
.host_comparetable tbody td.blank, .host_comparetable tbody tr:hover td.blank {
	border: none;
	background: none;
}
.host_comparetable tbody th {
	text-align: left;
}

.host_comparetable tbody td {
	text-align: center;
	padding: 5px;
}
.host_comparetable tbody th.title {
	font-size: 14px;
	color: #F90;
}
.host_comparetable tbody th.title, .host_comparetable tbody tr:hover th.title {
	padding: 8px 5px 8px 5px;
	border-bottom: 3px solid #D9FAFF;
	background: none;
}

.host_comparetable tbody tr:hover td, .host_comparetable tbody tr:hover th {
	background-color: #FFC;
	border-bottom: 1px solid #FC9;
}


/***************/
/* FIN HOSTING */



/* SERVICIOS */
/*************/

ul.portfolio {
	height: 100%;
	overflow: hidden;
	margin: 10px 20px 20px 20px;
	padding: 0;
	list-style: none;
}
ul.portfolio li {
	height: 100%;
	overflow: hidden;
	clear: both;
	padding: 20px 0;
	border-top: 1px dotted #CCC;
	display: table;
}
ul.portfolio li:first-child {
	border: none;
}
ul.portfolio li .pic, ul.portfolio li .txt {
	display: table-cell;
	position: relative;
	vertical-align: text-top;
	vertical-align: top;
	padding: 20px;
	height: 100%;
}
ul.portfolio li .pic {
	float: left;
	/*margin: 0 20px 0 0;*/
	border-right: 10px solid #E6E6E6;
}
ul.portfolio li .txt h4 a {
	color: #000;
	text-decoration: none;
}
ul.portfolio li .txt h4 a:hover {
	text-decoration: underline;
}
ul.portfolio li:hover .pic {
	border-right-color: #FC0;
}

.seo_desc_pic {
	float: right;
	margin: 0 0 30px 20px;
}


/* FIN SERVICIOS */
/*****************/





