/*   
Template Name: Unify - Responsive Bootstrap Template
Description: Business, Corporate, Portfolio and Blog Theme.
Version: 1.2
Author: Html Stream
Website: http://htmlstream.com/preview/unify
*/



#contact_form input:focus, #contact_form textarea:focus, #registroPaso1 input:focus, #formRegistroPaso2 input:focus, #formRegistroPaso2 select:focus {
	
	border-color:#fe6c01 !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(254, 108, 1, 0.6)
	
}



 @font-face {  
	 font-family: "Myriad Web Pro";  
	 src: url('../fuentes/MyriadWebPro.eot') format("truetype");
	 src: url('../fuentes/MyriadWebPro.eot?#iefix') format('embedded-opentype'),    
     url('../fuentes/MyriadWebPro.woff') format('woff'),
	 url('../fuentes/MyriadWebPro.ttf') format("truetype"),
     url('../fuentes/MyriadWebPro.svg#Myriad Web Pro') format('svg');
	
 }  
 
 
  @font-face {  
	 font-family: "Myriad Web Pro";  
	 src: url('../fuentes/MyriadWebPro-Bold.eot') format("truetype");
	 src: url('../fuentes/MyriadWebPro-Bold.eot?#iefix') format('embedded-opentype'),    
     url('../fuentes/MyriadWebPro-Bold.woff') format('woff'),
	 url('../fuentes/MyriadWebPro-Bold.ttf') format("truetype"),
     url('../fuentes/MyriadWebPro-Bold.svg#Myriad Web Pro') format('svg');
	 font-weight: bold;
	
 } 
 
  @font-face {  
	 font-family: "Open Sans";  
	 src: url('../fuentes/OpenSans-Regular.eot') format("truetype");
	 src: url('../fuentes/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),    
     url('../fuentes/OpenSans-Regular.woff') format('woff'),
	 url('../fuentes/OpenSans-Regular.ttf') format("truetype"),
     url('../fuentes/OpenSans-Regular.svg#Myriad Web Pro') format('svg');
	
 } 
 
 @font-face {  
	 font-family: "Monda";  
	 src: url('../fuentes/Monda-Regular.eot') format("truetype");
	 src: url('../fuentes/Monda-Regular.eot?#iefix') format('embedded-opentype'),    
     url('../fuentes/Monda-Regular.woff') format('woff'),
	 url('../fuentes/Monda-Regular.ttf') format("truetype"),
     url('../fuentes/Monda-Regular.svg#Myriad Web Pro') format('svg');
	
 } 

 

* {
	border-radius:0 !important;
}

body { 
    padding:0;
	color:#333; 
    font-size:13px;
    line-height:1.6;
	background: url(../img/fondo.gif);
	background-repeat:repeat-x;
	position:relative;
}


.top{
	background: #000000;
	
}


p, a, li { 
	color:#555;
	line-height:1.6; 
}

a,
a:focus, 
a:hover, 
a:active {
   outline:0 !important;
}
a:hover {
	color:#fe6c01;
	text-decoration:underline;
}

h1, h2, h3, h4, h5 {
	color:#555; 
	margin-top:5px; 
	text-shadow:none; 
	text-shadow:0 0 1px #f6f6f6;
	font-weight:normal !important; 
	font-family:"Open Sans", sans-serif; 
} 
h1 i, h2 i, h3 i, h4 i, h5 i {
	margin-right:7px;
}

/*Block headline*/
.heading {
	padding:5px 20px 5px 20px;
	border-left:4px solid #27c5f2; 
}

.headline {
	display:block;
	margin:10px 0 25px 0;
	border-bottom:1px dotted #e4e9f0;
}
.headline h3, 
.headline h4 {
	color:#585f69;
	margin:0 0 -2px 0;
	padding-right:10px;
	display:inline-block;
	text-shadow:0 0 1px #f6f6f6;
	border-bottom:2px solid #fe6c01;
}

/*Purchase*/
.purchase {
	padding:30px 0 20px;
	box-shadow:inset 0 0 4px #eee;
	background:url(../img/breadcrumbs.png) repeat;
}
.purchase .container {
	padding:0 20px;
}
.purchase .container .span9 {
	margin-right:20px;
}
.purchase span {
	color:#666;
	display:block;
	font-size:32px;
	line-height:35px;
	margin-bottom:12px;
}
.purchase a.btn-buy {
	color:#fff;
	font-size:16px;
	cursor:pointer;
	margin-top:22px;
	font-weight:bold;
	border-radius:2px;
	background:#fe6c01;
	display:inline-block;
	text-decoration:none;
	padding:12px 28px 9px;
	text-transform:uppercase;
	text-shadow:0 1px 0 #51a00b;
}
.purchase a.btn-buy:hover {
	color:#fff;
	background:#68af28;
	text-decoration:none;
	box-shadow:0 0 5px #c0c2c1;
} 

/*Service*/
.service { 
	margin-bottom:10px;
	padding:15px 15px 10px;
}
.service:hover {
	border-radius:2px;
	box-shadow:0 0 8px #ddd;
	background:#fcfcfc;
    -webkit-transition:box-shadow 0.2s ease-in-out;
    -moz-transition:box-shadow 0.2s ease-in-out;
    -o-transition:box-shadow 0.2s ease-in-out;
    transition:box-shadow 0.2s ease-in-out;
}
.service:hover i {
	color:#656565;
}
.service i {
	float:left;
	padding:10px;
	color:#fe6c01;
	font-size:45px;  
	text-align:center;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.service i.icon-cogs {
	font-size:37px;
}
.service .desc {
	width:100%;
	float:right;
}
.service .desc h4 {
	font-size:22px;
	line-height:25px;
	text-align: center;
}

.ie7 .service .circle i  {
	padding-bottom:45px !important; /*ie7*/
}

/*Blockquote*/
blockquote:hover {
	border-left-color:#fe6c01; 
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.hero {
	padding:18px;
	margin:20px 0;
	color:#566c8a;
	font-size:16px;
	background:#fcfcfc;
	border-left:4px solid #94c564; 
	font-family:"Open Sans", sans-serif;
}
.hero h1, .hero p { 
	text-shadow:1px 1px 0 #fff;
}

.hero-unify p {
	font-size:13px;
	line-height:20px;
}


/* Recent Work  */
.recent-work a {
	text-align:center;
	background:#fcfcfc;
	display:inline-block;
}

.recent-work a:hover {
	text-decoration:none;
}

.recent-work a:hover strong {
	color:#555;
}

.recent-work em.overflow-hidden {
	display:block;
}

.recent-work a span {
	display:block;
	padding:10px;
	border-bottom:solid 2px #eee;
}

.recent-work a strong {
	color:#555;
	display:block;
}

.recent-work a i {
	color:#777;
}

.recent-work a img {
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}

.recent-work a:hover img {
	opacity:0.8;
   -webkit-transform: scale(1.2) rotate(3deg);
   -moz-transform: scale(1.2) rotate(3deg);
   -o-transform: scale(1.0) rotate(3deg);
   -ms-transform: scale(1.2) rotate(3deg);
   transform: scale(1.2) rotate(3deg);
}

.recent-work a:hover span {
	border-bottom:solid 2px #fe6c01;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.3s ease-in-out;
}

/* Work */
.work {
	margin-top:6px;
}
.work .details {
	padding:10px;
}
.work .caption {
	display:block;
	padding-top:5px;
	color:#585f69 !important;
	font-size:18px !important;
}
.work .caption:hover {
	cursor:pointer;
	color:#444 !important;
	text-decoration:underline;
}

/* Testimonials */
.testimonial-body {
	padding:10px;
	margin-top:5px;
	background:#fcfcfc;
	border:1px solid #f5f5f5;
}
.testimonial-author{
	padding-top:15px;
	padding-left:20px;
}
.testimonial-author .arrow {
  width:0;
  height:0;
  position:absolute;
  margin-top:-16px;
  margin-left:20px;
  border-top:15px solid #fcfcfc;
  border-bottom:15px solid transparent;
  border-right:15px solid transparent;
}

.testimonial-author .name {
	color:#585f69;
	font-weight:bold;
}

.testimonal-arrow a {
	margin:0;
	top:-22px;
	float:right;
	color:#fe6c01;
	font-size:25px;
	position:relative;
	display:inline-block;
	text-decoration: none;
	padding:0 9px !important;
}
.testimonal-arrow a:hover {
	color:#fff;
	text-decoration:none;
	background:#fe6c01 !important;
}

/*Carousel Arrow */
.carousel-caption {
	padding:10px 15px;
}
.carousel-arrow a.carousel-control {
	font-size:40px;
	height:inherit;
}
.carousel-arrow a.left {
	left:0;
}
.carousel-arrow a.right {
	right:0;
}

/*Clients (Flexslider)*/
.clients {
	box-shadow:none !important;
	margin-bottom:0 !important;    
}
.clients li {
	float:left;
	overflow:hidden;
	margin-left:1px;
	position:relative;
	background:#fafafa;
}
.clients li:hover {
	background:#f6f6f6;
}
.clients li img.color-img {
	top:0;
	left:0;
	display:none;
	position:absolute;
}
.clients li:hover img.color-img { 
	display:block;
}
.clients li img {
    filter:gray; /* IE6-9 */
	float:none !important;
	margin:0 auto !important;
}
.clients li img:hover {
    filter:none;
}
.clients, 
.flexslider.home {
    border:0px;
    overflow:hidden;
    margin-top:10px;      
    margin-bottom:30px;      
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

.flexslider { 
	margin-top:10px !important;
}
.flexslider .flex-direction-nav a {
	margin-top:-10px !important;
}

/*Pegination*/
.pagination ul {
	box-shadow:none;
}
.pagination li a {
	color:#777;
	padding:5px 15px;
	border-radius:0 !important;
}

/*Footer*/
.footer {
	margin-top:30px;
	padding:20px 20px;
	background:#686868;
	color:#dadada;
} 
.footer h1, 
.footer h2, 
.footer h3, 
.footer h4, 
.footer h5 {
	text-shadow:none;
	font-weight:normal !important; 
} 
.footer p,
.footer a {
	font-size:14px;
} 
.footer p {
	color:#dadada;
} 
.footer a {
	color:#fe6c01;
}
.footer a:hover {
	color:#a8f85f;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.footer h4, 
.footer h3 {
	color:#e4e4e4;
	background:none;
	text-shadow:none;
}

/*Blog Posts*/
.footer .posts {
	padding:0 15px;
}
.footer .blog-list {
	margin:0;
	padding:0;
	color:#dadada;
	list-style:none;
}
.footer .blog-list li {
	padding:0 0;
	margin-bottom:7px; 
}
.footer .blog-list li span {
	color:#818488;
}
.footer .dl-horizontal,
.footer .dl-horizontal:hover {
	border:none !important;
	background:none !important;
}
.footer .dl-horizontal a {
	color:#dadada;
}
.footer .dl-horizontal a:hover {
	color:#a8f85f !important;
}
.footer .dl-horizontal img {
	border-color:#888 !important;
}

/*Copyright*/
.copyright {
	font-size:12px;
	padding:5px 10px;
	background:#535353;
	border-top:solid 1px #777;	
}
.copyright p {
	color:#dadada;
}
.copyright a {
	margin:0 5px;
	color:#fe6c01;
}
.copyright a:hover {
	color:#a8f85f;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.copyright .span8 {
	padding-top:15px;
}
.copyright .span4 {
	padding-top:10px;
}

/*Home Page "Main page" (Default)
------------------------------------*/
/*Thumbnail*/
.thumbnail-style { 
	padding:5px; 
	border-radius:2px; 
}
.thumbnail-style:hover { 
	box-shadow:0 0 8px #8B8B8B; 
    -webkit-transition:box-shadow 0.2s ease-in-out;
    -moz-transition:box-shadow 0.2s ease-in-out;
    -o-transition:box-shadow 0.2s ease-in-out;
    transition:box-shadow 0.2s ease-in-out;
}
.thumbnail-style h3 {
	margin:5px 0 0 0;
}
.thumbnail-style h3 a {
	font-size:20px;
}
.thumbnail-style h3 a:hover {
	color:#fe6c01;
	text-decoration:none;
}
.thumbnail-style .thumbnail-img {
	position:relative;
}
.thumbnail-style a.btn-more {
	right:-10px;
	bottom:10px;
	color:#fff;
	padding:1px 6px;
	position:absolute;
	background:#fe6c01;
	display:inline-block; 
}
.thumbnail-style a.btn-more:hover {
	text-decoration:none;
	box-shadow:0 0 0 2px #377500;
}
.thumbnail-style:hover a.btn-more {
	right:10px;
}

.thumbnail-kenburn img {
	left:10px;
	margin-left:-10px;
	position:relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
   -webkit-transform: scale(1.2) rotate(2deg);
   -moz-transform: scale(1.2) rotate(2deg);
   -o-transform: scale(1.2) rotate(2deg);
   -ms-transform: scale(1.2) rotate(2deg);
   transform: scale(1.2) rotate(2deg);
}
 
/*Welcome Block*/
.servive-block .span4 {
	padding:15px 15px;
	text-align:center;
	margin-bottom:20px;
	background:#fafafa;
	border-radius:2px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.servive-block .span4:hover {
	border-radius:2px;
	box-shadow:0 0 8px #ddd;
}
.servive-block .span4 h4 a:hover {
	color:#fe6c01;
	text-decoration:none;
}

.servive-block .span4:hover h4,
.servive-block .span4:hover i {
	color:#fe6c01;
}
.servive-block .span4 i {
	color:#565656;
	font-size:40px;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.servive-block-in .span4 i {
	color:#fe6c01;
}
.servive-block-in .span4:hover i {
	color:#565656;
}

/*Breadcrumbs*/
.breadcrumbs {
	padding: 0;
	
}
.breadcrumbs h1 {
	color: white;
	font-size:25px;
	text-shadow:0 1px 0 #3D3D3D;
}
.breadcrumbs .container {
	padding:0 8px;
}

.breadcrumb { 
	top:9px;
	padding-right:0;
	background:none;
	position:relative;
}
.breadcrumb a {
	color: white;
	
}
.breadcrumb li.active,
.breadcrumb li a:hover {
	color:#fe6c01;
	text-decoration:none;
	text-shadow: 0 1px 0 #b34d02 !important;
}

.breadcrumb > li{
	text-shadow: 0 1px 0 #3D3D3D !important;
	
}

/*Home Page "Options"
------------------------------------*/
/*Accardion*/
.acc-home a.accordion-toggle { 
	color:#686868; 
	font-size:18px; 
	background:none; 
	padding:5px 15px;
	background:#fafafa;
	border-bottom:solid 1px #eee; 
	text-decoration:none !important;
}
.acc-home a.active,
.acc-home a.accordion-toggle:hover { 
	color:#92d556; 
	text-decoration:none !important;
}
.acc-home .accordion-group { 
	border:none;
	margin:0 !important; 
}
.acc-home .accordion-heading, 
.acc-home .accordion-inner { 
	border:none;
}
.acc-home .accordion-inner { 
	border:none;
	padding-top:3px;
}
.acc-home .collapse.in { 
	margin-top:-1px;
	margin-bottom:20px;
	background:#fdfdfd;
	border-bottom:solid 1px #fe6c01; 
}

/*Posts*/
.posts .dl-horizontal { 
	margin-bottom:0;
	padding:3px;
	background:#fdfdfd;
	border-right:solid 2px #eee;
}
.posts .dl-horizontal:hover { 
	border-right:solid 2px #fe6c01;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.posts .dl-horizontal dt { 
	width:56px; 
	float:left;
}
.posts .dl-horizontal dt img { 
	width:50px; 
	height:50px; 
	border:solid 3px #eee;
}
.posts .dl-horizontal dd { 
	margin-left:66px;
}
.posts .dl-horizontal dd p { 
	margin:0;
}
.posts .dl-horizontal a {
	font-size:15px;
	line-height:14px !important; 
}
.posts .dl-horizontal a:hover { 
	color:#fe6c01; 
	text-decoration:none;
}
.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a { 
	color:#fe6c01;
	border-color:#fe6c01 !important;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

/*Home Page "Options"
------------------------------------*/
/*Slider*/
.slider-inner .da-slider {
	box-shadow:none;
	border-bottom:2px solid #ddd;
}

/*Carousel*/
.carousel-control { 
	color:#fff; 
	border:none; 
	margin-top:0;
	border-radius:2px; 
}
.carousel-control:hover { 
	opacity:1;
	color:#fe6c01; 
}

/*Tabs*/
.nav-tabs { 
	background:none !important;
}
.nav-tabs a { 
	font-size:14px;
	padding:5px 15px !important; 
}
.nav-tabs li.active a, 
.nav-tabs li.active a:hover,
.nav-tabs > .active > a, 
.nav-tabs > .active > a:hover, 
.nav-tabs > .active > a:focus { 
	color:#fff;
	border:none; 
	background:#fe6c01; 
}
.nav-tabs > li > a { 
	border:none;
	border-radius:0; 
}
.nav-tabs > li > a:hover { 
	color:#fff; 
	background:#fe6c01; 
}
.tab-content { 
	padding:7px 10px;
	border-top:solid 2px #fe6c01; 
}

/*Home Page "Options"
------------------------------------*/
/*Right Sidebar*/
.who li { 
	margin-bottom:6px;
}
.who li i { 
	color:#fe6c01; 
	position:relative; 
	top:2px; 
	margin-right:7px; 
	font-size:18px;
}
.who li:hover i, 
.who li:hover a { 
	color:#777;
}
.who li:hover a:hover {
	text-decoration:none;
}

/*Home Page "Options"
------------------------------------*/
/*Service Blocks*/
.service-alternative .service:hover { 
	background:#76ca2c;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.service-alternative .service:hover i,
.service-alternative .service:hover p,
.service-alternative .service:hover h4 { 
	color:#fff;
}

/*About Page
------------------------------------*/
.team ul { 
	text-align:right;
}
.team ul li {
	padding:0 !important;
	margin:0 !important;
}
.team ul li a,
.team ul li a:hover {
	text-decoration:none;
}
.team ul li i {
	color:#aaa;
	font-size:20px;
	padding:4px;
	background:#f7f7f7;
}
.team ul li i:hover {
	color:#fff;
	background:#fe6c01;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.team .thumbnail-style {
	padding:12px;
}
.team .thumbnail-style small {
	display:block; 
	font-size:12px;
}
.team .thumbnail-style h3 {
	margin-bottom:10px;
}
.team .thumbnail-style:hover h3 a {
	color:#fe6c01 !important;
}

/*Icons Page
------------------------------------*/
.icon-page li { 
	color:#555; 
	margin:5px 0;
	font-size:14px; 
	font-family:Arial; 
}
.icon-page li i { 
	font-size:14px; 
	margin-right:5px;
}
.icon-page li:hover { 
	color:#fe6c01;
}

/*Pricing Page
------------------------------------*/
/*Pricing Head*/
.pricing {
	position:relative;
	border-radius:3px;
	margin-bottom:15px;
	box-shadow:0 0 5px #eee;
	background-color: rgba(255, 255, 255, 0.8);
}
.pricing:hover {
	box-shadow:0 0 15px #b5b5b5;
}
.pricing:hover h4 {
	color:#55c931;
}
.pricing-head {
	text-align:center;
}
.pricing-head h3,
.pricing-head h4 {
	margin:0;
	line-height:normal;
	font-weight:bold !important;
}
.pricing-head h3 span, 
.pricing-head h4 span {
	display:block;
	margin-top:0px;
	font-size:20px;
	color: black;

}
.pricing-head h3 {
	color:#fafafa;
	padding:15px 0;
	font-size:24px;
	font-family:Arial;
	background:#55c931;
	border-radius:3px 3px 0 0;
	text-shadow:0 1px 0 #32a20f;
	border-bottom:solid 1px #41b91c;
}
.pricing-head h4 {
	color:#bac39f;
	padding:0px 0;
	font-size:70px;
	font-family:Arial;
	background:#fbfef2;
	text-shadow:0 1px 0 #fff;
	border-bottom:solid 1px #f5f9e7;
}
.pricing-head h4 i {
	top:-8px;
	font-size:28px;
	font-style:normal;
	position:relative;
}
.pricing-head h4 span {
	top:-10px;
	font-size:14px;
	font-style:normal;
	position:relative;
}
	
/*Pricing Content*/
.pricing-content li {
	color:#888;
	font-size:12px;
	padding:1px 15px;
	border-bottom:solid 1px #f5f9e7;
}
.pricing-content li i {
	top:2px;
	color:#fe6c01;
	font-size:16px;
	margin-right:5px;
	position:relative;
}

/*Pricing Footer*/
.pricing-footer {
	color:#777;
	font-size:11px;
	line-height:17px;
	text-align:center;
	padding:0 0px 3px;
	border-radius:0 0 3px 3px;
}
.pricing-footer a,
.pricing-footer button {
	color:#fff;
	border:none;
	font-size:16px;
	padding:2px 20px;
	text-align:center;
	border-radius:2px;
	background:#55c931;
	display:inline-block;
	text-transform:uppercase;
	text-shadow:0 1px 0 #38b312;
	border-bottom:solid 2px #41b91c;
	margin-bottom: 25px;
	
}
.pricing-footer a:hover,
.pricing-footer button:hover {
	cursor:pointer;
	background:#40ba1a;
	text-decoration:none;
	box-shadow:0 0 3px #999;
}

/*Priceing Active*/
.price-active,
.pricing:hover {
	z-index:9;
	margin-top:-15px;
	box-shadow:0 0 15px #b5b5b5;
}
.price-active h4 {
	color:#55c931;
}

.no-space-pricing .pricing:hover {
	-webkit-transition:box-shadow 0.3s ease-in-out;
	-moz-transition:box-shadow 0.3s ease-in-out;
	-o-transition:box-shadow 0.3s ease-in-out;
	transition:box-shadow 0.2s ease-in-out;
}
.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
	color:#55c931;
	padding:15px 0;
	font-size:80px;
	-webkit-transition:color 0.5s ease-in-out;
	-moz-transition:color 0.5s ease-in-out;
	-o-transition:color 0.5s ease-in-out;
	transition:color 0.5s ease-in-out;
}

/*Gallery Page
------------------------------------*/
.gallery .thumbnail,
.gallery .thumbnail:hover {
	padding:0;
	border:none;
	box-shadow:none;
}
.gallery .thumbnails {
	margin-bottom:6px;
}

/*Registration and Login Page
------------------------------------*/
.reg-page,
.login-page  {
	overflow:hidden;
	margin:0 auto;
	background:#fcfcfc;
	border:solid 1px #eee;
	box-shadow:0 0 7px #eee;
}

/*Registration*/
.reg-page {
	min-width:30%;
	max-width:30%;
	padding:30px 50px 30px;
}
.reg-page h3 {
	margin-bottom:25px;
}

/*Login*/
.login-page {
	min-width:25%;
	max-width:25%;
	padding:35px 30px 30px;
}
.login-page h3 {
	margin:0 0 25px 0;
}
.login-page input.login-inputs {
	width:86%;
}
.login-page .checkbox {
	margin-top:7px;
}
.login-page .checkbox input {
	margin-right:6px !important;
}
.login-page button {
	margin:0 0 5px 0;
}

/*Login Page v1.1*/
.log-page {
	width: 85.345%;
	padding: 20px;
	margin: 0 auto;
	background:#fcfcfc;
	border:solid 1px #eee;
	box-shadow:0 0 7px #eee;
}

.input-append, .input-prepend{
	width:
	
}

.posicion_whois{
	margin-top: 5px;
	
}

/*404 Page
------------------------------------*/
.page-404 p {
	top:70px;
	color:#777;
	font-size:300px;
	line-height:180px;
	text-align:center;
	position:relative;
}
.page-404 p i {
	font-style:normal;
	text-shadow:0 0 3px;
}
.page-404 p span {
	display:block;
	font-size:32px;
	position:relative;
}

/*Clients Page
------------------------------------*/
.clients-page { 
	overflow:hidden;
}
.clients-page p { 
	overflow:auto;
}
.clients-page p a { 
	overflow:auto;
	text-decoration:underline;
}
.clients-page a.img-hover {
	display:block;
	position:relative;
}
.clients-page img { 
	float:left;
	margin-right:20px;
	background:#fafafa;
	border:solid 1px #eee;
	width:120px;
	height:120px;
}
.clients-page img.img-colorful {
	display:none;
}
.clients-page a:hover img.img-colorful,
.clients-page:hover img.img-colorful {
	top:0; 
	left:0;
	display:block;
	position:absolute;
}

/*Privacy Page
------------------------------------*/
.privacy {}
.privacy a {
	text-decoration:underline;
}
.privacy a:hover {
	color:#fe6c01;
	text-decoration:none;
}

/*Portfolio Page
------------------------------------*/
.portfolio-columns .span3 {
	margin-bottom:1.8%;
}
.portfolio-columns .span4 {
	margin-bottom:2.3%;
}
.portfolio-columns .span6 {
	margin-bottom:2.2%;
}

/*Portfolio Item Page
------------------------------------*/
.portfolio-item h3 { 
	margin-top:0;
}
.portfolio-item li {
	padding:3px 0;
} 
.portfolio-item p a {
	text-decoration:underline;
}
.portfolio-item p a:hover {
	text-decoration:none;
}

/*Blog Page
------------------------------------*/
.blog-page ul,
.blog-page li {
	margin:0 !important;
	padding:0 !important;
}
.blog h3 {
	color:#fe6c01;
}
.blog ul {
	color:#555;
	font-size:12px;
}
.blog li {
	margin-right:7px !important;
}
.blog li i {
	color:#666;
}
.blog li a:hover {
	color:#fe6c01;
	text-decoration:none;
}
.blog ul.blog-info {
	border-top:solid 1px #eee;
}
.blog .blog-img { 
	margin:10px 0;
}

/*Blog Tags*/
ul.blog-tags a {
	font-size:13px;
	padding:2px 5px;
	background:#f7f7f7;
	margin:0 2px 5px 0;
	display:inline-block;
	text-shadow:0 1px 0 #fff;
}
ul.blog-tags a:hover,
ul.blog-tags a:hover i {
	color:#fe6c01;
	text-decoration:none;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
ul.blog-tags a i {
	color:#777;
}
.blog ul.blog-tags {
	border-bottom:solid 1px #eee;
	padding-bottom:4px !important;
}
.blog ul.blog-tags a {
	font-size:10px;
	display:inline;
	padding:2px 3px;
	margin-right:2px;
	background:#f4f4f4;
}

/*Blog Ads*/
.blog-ads li {
	display:inline;
}
.blog-ads li img {
	opacity:0.6;
	width:60px;
	height:60px;
	margin:0 2px 8px;
}
.blog-ads li img:hover {
	opacity:1;
	box-shadow:0 0 0 4px #fe6c01;
}

/*Blog Latest Tweets*/
.blog-twitter p {
}
.blog-twitter p span {
	color:#777;
	display:block;
	font-size:11px; 
}
.blog-twitter p a {
	color:#fe6c01;
	text-decoration:none;
}
.blog-twitter p a:hover {
	text-decoration:underline;
}

/*Blog Item Page
------------------------------------*/
.blog-item .media img {
	top:3px;
	width:54px;
	height:54px;
	position:relative;
}
.blog-item h4.media-heading {
	position:relative;
}
.blog-item h4.media-heading span {
	top:3px; 
	right:0;
	color:#777;
	font-size:12px;
	position:absolute;
}
.blog-item h4.media-heading span a {
	color:#fe6c01;
}

/*Contact Page
------------------------------------*/
.map {
	width:100%; 
	height:350px;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
}

.map-box {
	height: 250px;
}

.map-box-space {
	margin-top: 25px;
}

/*Coming Soon Page
------------------------------------*/
.coming-soon-page {
	background: #585f69;
}

.coming-soon-border {
	border-top: solid 3px #fe6c01;
}

.coming-soon-logo  {
	margin-top: 10px;
	padding-top: 15px;
	border-top: solid 1px #4c5159;
}

.coming-soon-logo a {
	display: block;
	text-align: center;
}

.coming-soon,
.coming-soon-plugin {
	padding: 20px;
	text-align: center;
	margin-top: 20px;
}  

.coming-soon-plugin {
	min-height: 260px;
}

.coming-soon h1,
.coming-soon p {
	color: #fff;
}

.coming-soon h1 {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 15px;
	text-shadow: none;
}

.coming-soon p {
	font-size: 16px;
	line-height: 22px;
}

.coming-soon input {
	box-shadow: none;	
	-moz-box-shadow: none;	
	-webkit-box-shadow: none;	
}

.coming-soon-copyright {
	padding: 5px 0;
}

.coming-soon-copyright p {
	color: #fff;
	text-align: right;
}

/*One Page
------------------------------------*/
.one-page {
	padding-left: 0;
	padding-right: 0;
}

.one-page h1,
.one-page h2 {
	color: #fff;
	font-size: 30px;
	text-shadow: none;
	margin-bottom: 20px;
}

.one-page p {
	color: #fff;
}

.one-page .one-default p,
.one-page .one-default h1,
.one-page .one-default h2,
.one-page .one-grey p,
.one-page .one-grey h1,
.one-page .one-grey h2 {
	color: #555;
}

.one-page .one-page-inner {
	padding: 30px 20px;
	min-height: 300px;
}

.one-page .one-page-btn {
	font-size: 20px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;  
	margin-bottom: 15px;
}

.one-page .btn-u {
	margin-bottom: 15px;	
}

.one-page .one-default {
	background: #fff;
}
.one-page .one-grey {
	background: #fafafa;
}
.one-page .one-blue {
	background: #3498db;
}
.one-page .one-red {
	background: #e74c3c;
}
.one-page .one-orange {
	background: #e67e22;
}
.one-page .one-green {
	background: #2ecc71;
}

/*Search Page
------------------------------------*/
.search-page h2 {
	font-size: 28px;
	margin-bottom: 20px;
}

.booking-blocks {
	overflow: hidden;
	padding: 15px 20px;
	margin-bottom: 25px;
	background: #fafafa;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.booking-blocks:hover {
	border-radius:2px;
	background: #fafafa;
	box-shadow:0 0 8px #ddd;
}

.booking-blocks p a {
	color: #fe6c01;
}

.booking-blocks .booking-img {
  width: 140px;
  margin-right: 10px;
}

.booking-blocks .booking-img li {
  color: #777;
}

.booking-blocks .booking-img li i {
  color: #78ccf8;
  font-size: 12px;
  margin-right: 5px;
}

.booking-blocks .booking-img img {
  float: left;
  width: 140px;
  height: auto;
  margin: 5px 10px 10px 0;
}

.booking-blocks h2 {
  margin-top: 0;
  font-size: 20px;
  line-height: 20px;
}

.booking-blocks ul.inline li {
  padding: 0;
}

.booking-blocks ul.inline li i {
  color: #f8be2c;
  cursor: pointer;
  font-size: 16px;
}

.booking-blocks ul.inline li i:hover {
  color: #f8be2c;
}

/*Others (Global classes)
------------------------------------*/
.color-red { color:#c00;}
.color-green { color:#fe6c01;}
.color-blue { color:#3498db;}

.pull-lft { text-align:left;}
.pull-rgt { text-align:right;}

.rgt-img-margin { margin:4px 0 5px 8px;}
.lft-img-margin { margin:5px 20px 5px 0;}

.overflow-hidden { overflow:hidden;}
.padding-left-5 { padding-left:5px;}
.img-width-200 { width:200px;}

/*Image Border*/
.img-border {
	border:solid 3px #fff;
}

/*Background light-style*/
.bg-light { 
	padding:10px 15px; 
	border-radius:3px;
	margin-bottom:10px; 
	background:#fcfcfc; 
}
.bg-light:hover { 
	padding:9px 14px;
	border:solid 1px #e5e5e5;
}

/*Link read-more*/
a.read-more {
	font-weight:bold;
	text-decoration:none;
}
a.read-more:hover { 
	color:#fe6c01; 
	text-decoration:none;
}

/*Link color-green-style*/
.linked:hover {
	color:#fe6c01;
	text-decoration:none;
}

/*CSS3 Hover Effects*/
.hover-effect {
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.hover-effect-kenburn {
	left:10px;
	margin-left:-10px;
	position:relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.hover-effect-kenburn:hover {
	-webkit-transform: scale(2) rotate(5deg);
	-moz-transform: scale(2) rotate(5deg);
	-o-transform: scale(2) rotate(5deg);
	-ms-transform: scale(2) rotate(5deg);
	transform: scale(2) rotate(5deg);
}

/*Spaces*/
.margin-bottom-5, 
.margin-bottom-10, 
.margin-bottom-20, 
.margin-bottom-20,
.margin-bottom-25, 
.margin-bottom-40, 
.margin-bottom-50, 
.margin-bottom-60 { 
	clear:both;
}   
.margin-bottom-5 {
	margin-bottom:5px;
}
.margin-bottom-10 {
	margin-bottom:10px;
}
.margin-bottom-20 {
	margin-bottom:20px;
}
.margin-bottom-25 {
	margin-bottom:25px;
}
.margin-bottom-30 {
	margin-bottom:30px;
}
.margin-bottom-40 {
	margin-bottom:40px;
}
.margin-bottom-50 {
	margin-bottom:50px;
}
.margin-bottom-60 {
	margin-bottom:60px;
}

.top-2 {
	top:2px;
}

/*Button Style*/
.btn {
	box-shadow: none;
}

.btn-u {
	border:0;
	font-size:14px;
	cursor:pointer;
	padding:5px 13px;
	position:relative;
	background:#fe6c01;
	display:inline-block;
	color:#fff !important;
	text-decoration:none !important;
}
.btn-u:hover {
	color:#fff;
	background:#5fb611;
	text-decoration:none;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}

.btn-u-small {
	padding:3px 12px;
}
.btn-u-large {
	font-size:18px;
	padding:10px 25px;
}
a.btn-u {
	padding:4px 13px;
	vertical-align:middle;
}
a.btn-u-small {
	padding:2px 12px;
}
a.btn-u-large {
	font-size:18px;
	padding:6px 25px;
}

/*Buttons Color*/
.btn-u-blue {
	background: #3498db !important;
}
.btn-u-blue:hover {
	background: #2980b9 !important;
}

.btn-u-red {
	background: #e74c3c !important;
}
.btn-u-red:hover {
	background: #c0392b !important;
}

.btn-u-orange {
	background: #e67e22 !important;
}
.btn-u-orange:hover {
	background: #d35400 !important;
}

.btn-u-sea {
	background: #1abc9c !important;
}
.btn-u-sea:hover {
	background: #16a085 !important;
}

.btn-u-green {
	background: #2ecc71 !important;
}
.btn-u-green:hover {
	background: #27ae60 !important;
}

.btn-u-yellow {
	background: #F1C40F !important;
}
.btn-u-yellow:hover {
	background: #F39C12 !important;
}

/*Social Icons*/
.social-icons {
	margin:0;
}
.social-icons li {
	float:left;
	display:inline;
	list-style:none;
	margin-right:5px;
	margin-bottom:5px;
	text-indent:-9999px;
}
.social-icons li a, a.social-icon {
	width:28px;
	height:28px;
	display:block;
	background-position:0 0;
	background-repeat:no-repeat;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.social-icons li:hover a {
	background-position:0 -38px;
}

.social_amazon {background: url(../img/icons/social/amazon.png) no-repeat;}
.social_behance {background: url(../img/icons/social/behance.png) no-repeat;}
.social_blogger {background: url(../img/icons/social/blogger.png) no-repeat;}
.social_deviantart {background: url(../img/icons/social/deviantart.png) no-repeat;}
.social_dribbble {background: url(../img/icons/social/dribbble.png) no-repeat;}
.social_dropbox {background: url(../img/icons/social/dropbox.png) no-repeat;}
.social_evernote {background: url(../img/icons/social/evernote.png) no-repeat;}
.social_facebook {background: url(../img/icons/social/facebook.png) no-repeat;}
.social_forrst {background: url(../img/icons/social/forrst.png) no-repeat;}
.social_github {background: url(../img/icons/social/github.png) no-repeat;}
.social_googleplus {background: url(../img/icons/social/googleplus.png) no-repeat;}
.social_jolicloud {background: url(../img/icons/social/jolicloud.png) no-repeat;}
.social_last-fm {background: url(../img/icons/social/last-fm.png) no-repeat;}
.social_linkedin {background: url(../img/icons/social/linkedin.png) no-repeat;}
.social_picasa {background: url(../img/icons/social/picasa.png) no-repeat;}
.social_pintrest {background: url(../img/icons/social/pintrest.png) no-repeat;}
.social_rss {background: url(../img/icons/social/rss.png) no-repeat;}
.social_skype {background: url(../img/icons/social/skype.png) no-repeat;}
.social_spotify {background: url(../img/icons/social/spotify.png) no-repeat;}
.social_stumbleupon {background: url(../img/icons/social/stumbleupon.png) no-repeat;}
.social_tumblr {background: url(../img/icons/social/tumblr.png) no-repeat;}
.social_twitter {background: url(../img/icons/social/twitter.png) no-repeat;}
.social_vimeo {background: url(../img/icons/social/vimeo.png) no-repeat;}
.social_wordpress {background: url(../img/icons/social/wordpress.png) no-repeat;}
.social_xing {background: url(../img/icons/social/xing.png) no-repeat;}
.social_yahoo {background: url(../img/icons/social/yahoo.png) no-repeat;}
.social_youtube {background: url(../img/icons/social/youtube.png) no-repeat;}

/*Glyphicons*/
.glyphicons-demo {
    text-align: ;
}

.glyphicons-demo .glyphicons {
    color: #999999;
    display: inline-block;
    font-size: 14px;
    line-height: 48px;
    margin-right: 20px;
    text-align: left;
    width: 150px;
}

.glyphicons-demo .glyphicons i:before {
    color: #666666;
    line-height: 55px !important;
}

.glyphicons-demo a:hover {
	color: #fe6c01;
	text-decoration: none;
}

/*Style Switcher*/
i.style-switcher-btn {
	right: 0;
	top: 37px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	z-index: 555555;
	position: fixed;
	padding: 7px 9px;
	background: #585f69;
}

i.style-switcher-btn:hover {
	background:#707985;
}

i.style-switcher-btn-option {
	top: 38px;
	background: #9097a0;
}

i.style-switcher-btn-option:hover {
	background: #707985;
}

.style-switcher {
	right: 0;
	top: 37px;
	display: none;
	z-index: 555555;
	position: fixed;
	background: #585f69;
	padding: 15px 15px 15px 20px;
}

.style-switcher-inner {
	background: #9097a0;
}

.style-switcher .theme-close {
	top: 10px;
	right: 6px;
	position: absolute;
}

.style-switcher .theme-close i {
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 5px 7px;
	background: #464e5b;
}

.style-switcher .theme-close i:hover {
	color: #464e5b;
	background: #fff;
 }

.style-switcher .theme-heading {
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.style-switcher ul {
	margin-bottom: 0;
}

.style-switcher li {
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: #c00;
	margin-right: 5px;
	display: inline-block;
	border: solid 1px #70747a; 
}

.style-switcher li:hover,
.style-switcher li.theme-active {
	margin-right: 3px;
	border: solid 2px #fff;
}

.style-switcher li.theme-default {
	background: #fe6c01;
}
.style-switcher li.theme-blue {
	background: #3498db;
}
.style-switcher li.theme-orange {
	background: #e67e22;
}
.style-switcher li.theme-red {
	background: #e74c3c;
}
.style-switcher li.theme-light {
	background: #ecf0f1;
}

/*Revolution Slider*/
.bg-black-opacity {
	background: url(../img/sliders/revolution/bg-text.png) repeat;
	padding: 7px;
	text-shadow: none !important;
}


/*Personalización Hostytec*/

.busc_dominios{
	background-color: #fe6c01;
	padding: 0;
	
	
}

.titulo_busc_dom{
	color: white;
    float: left;
    font-family: "Myriad Web Pro",Arial;
    font-size: 24px;
    margin-right: 4px;
    margin-top: 0;
	
	
	
	
}

.boton_busc{
	color: white;
	background: black !important;
	margin-top:5px;
	
}

.form_busq{
	 margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 6px;
	text-align: right;
	
}

.input_dom{
	width: 335px;
	margin-top: 6px;
	padding-left: 6px !important;
	padding-right: 6px !important;
	font-family: "Myriad Web Pro",Arial;
    font-size: 19px !important;
    font-weight: bold;
	
}

.boton_hostytec{
	
}

.service i{
	width: 100% !important;
	
}

.tamano_icono{
	font-size: 39px;
	
}

.tamano_icono2{
	font-size: 20px;
    margin-right: 8px;
	
	
}

.mas_info{
	color: #FE6C01;
	
	
}

.da-img a{
	position: relative;
}

.da-img a img.index_img{
	position: absolute;
	top: 0;
	left: 0;
	
}
 
.da-img a img.index_hover{
	
	display:none;
	position: absolute;
	top: 0;
	left: 0;

}

.da-img a:hover img.index_hover{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	
}

.desc p{
	text-align:center;
	
}

.sin_limite{
	font-weight: bold;
	color: #f56801;
	float: right;
	font-size: 12px;
	
}

.al_mes{
	color: #999999 !important;
	
}

.caract_servidores li{
	text-align: center;
	font-size: 17px !important;
	font-weight: bold;
	
}

.fondo_hosting{
	background: url(../img/fondo_hosting.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;

	
}

.precio_host{
	background: none !important;
	
}

.titulo{
	color: white;
    font-family: "Myriad Web Pro",Arial,Helvetica;
    font-size: 30px;
    font-weight: bold !important;
    text-shadow: 2px 2px 2px #666666; 
	margin: 0 !important;
}

.subtitulo{
	color: black;
    font-family: "Myriad Web Pro",Arial,Helvetica;
    font-size: 21px;
	margin-top:0px !important;
	line-height: 24px;
	text-shadow: none;
	
}

.aplicaciones{
	text-align: center;
	margin-left: 0px !important;
	
}

.aplicaciones > li{
	display: inline-block;
	float:none !important;
	
}




.caja_dominios{
	background-color: #fe6c01;
	margin-top: -21px;
	padding-bottom: 2px;

	
	
	
}



.titulo_caja_dom{
	color: white;
    font-family: "Myriad Web Pro",Arial,Helvetica;
    font-size: 26px;
	text-shadow: 2px 2px 2px #666666; 
	float: left;
	margin-left: 20px;
	
	
}

.texto_exp_caja_dom{
	font-family: Arial,Helvetica;
	color: white;
	float: right;
	font-size: 13px;
	margin-right: 20px;
	margin-top: 11px;
	
	
}

.input_dominio{
	height: 41px;
	box-shadow: inset 2px 2px 2px #666666;
	-moz-box-shadow: inset 2px 2px 2px #666666;
	-webkit-box-shadow: inset 2px 2px 2px #666666;
	border: 0;  
	margin-left: 23px;
	padding-left: 12px;
    width: 96.701%;
	font-family: "Myriad Web Pro",Arial,Helvetica;
	font-size: 24px;
	color: black;
	
	
}

.boton_dom{
	background-color: black;
    border: 1px solid #C0C0C0;
    color: white;
    float: right;
    font-family: "Myriad Web Pro",Arial,Helvetica;
    font-size: 24px;
    font-weight: bold;
    height: 40px;
    margin-right: 20px;
    margin-top: 1px;
    padding-top: 1px;
    text-align: center;
    width: 98%;
	
	
	
	
	
}

.boton_dom:hover{
	text-decoration: none;
	
}

.certificados{
	float: left;
	margin-left: 0px;
	margin-top: 3px;
	background-image: url(../img/certificados_grey.png);
	width: 398px;
	height:84px;
	background-size: cover;
	
	
}


.tamano_icono{
	font-size: 18px;
	margin-top: 0px;
	margin-right:2px;
	
}

.caja_resultados_green{
	height: 48px;
	background-color: #ebebeb;
	border: 1px solid #a3a2a2;
	width: 99.8292058% !important;
	margin-top:4px;
	
	
}

.caja_resultados_red{
	height: 48px;
	background-color: #f5e3e1;
	border: 1px solid #b58c8c;
	width: 99.8292058% !important;
	margin-top:4px;
	
}


.nombre_resultados{
	color: #676767;
    float: left;
    font-family: "Myriad Web Pro",Arial,Helvetica;
    font-size: 20px;
    margin-left: 10px;
    margin-top: 9px;
    overflow: hidden;
    width: 408px;
	
}

.nombre_resultados_gtlds{
	color: #676767;
    float: left;
    font-family: "Myriad Web Pro",Arial,Helvetica;
    font-size: 20px;
    margin-left: 10px;
    margin-top: 9px;
    overflow: hidden;
    width: 600px;
	
}

.registrar_dom{
	background-color: #5E8B0C;
    color: white;
    float: right;
    font-family: "Myriad Web Pro",Arial,Helvetica;
    font-size: 17px;
    height: 31px;
    margin-right: 7px;
    margin-top: 8px;
    padding-top: 2px;
    text-align: center;
    width: 16.933%;
	
}

.trasladar_dom{
	background-color: #B6B6B6;
    color: white;
    float: right;
    font-family: "Myriad Web Pro",Arial,Helvetica;
    font-size: 17px;
    height: 31px;
    margin-right: 7px;
    margin-top: 8px;
    padding-top: 2px;
    text-align: center;
    width: 16.933%;
	
}

.trasladar_dom_lista{
	background-color: #B6B6B6;
    color: white;
    float: right;
    font-family: "Myriad Web Pro",Arial,Helvetica;
    font-size: 14px;
    height: 27px;
    margin-right: 7px;
    margin-top: 8px;
    padding-top: 6px;
    text-align: center;
    width: 16.933%;
	
}



.registrar_dom_resp{
	 background-color: #5E8B0C;
    color: white;
    display: none !important;
    float: right;
    font-size: 9px;
    height: 18px !important;
    margin-right: 5px;
    margin-top: 5px;
    padding-top: 4px;
    text-align: center;
    width: 48px;
	
}

.registrar_dom_resp:hover{
	text-decoration: none;
	background-color: #74A122;
    color: white;
    text-decoration: none;
    box-shadow: 1px 1px 2px #242423;
	
	
}

.trasladar_dom_resp{
	background-color: #B6B6B6;
    color: white;
    display: none !important;
    float: right;
    font-size: 9px;
    height: 18px !important;
    margin-right: 5px;
    margin-top: 5px;
    padding-top: 4px;
    text-align: center;
    width: 48px;
	
}

.trasladar_dom_resp:hover{
	text-decoration: none;
	background-color: #C2C2C2;
    color: white;
    text-decoration: none;
    box-shadow: 1px 1px 2px #242423;
	-moz-box-shadow: 1px 1px 2px #242423;
	-webkit-box-shadow: 1px 1px 2px #242423;
	
	
}


.trasladar_dom_resp_lista{
	background-color: #B6B6B6;
    color: white;
    display: none !important;
    float: right;
    font-size: 9px;
    height: 20px !important;
    line-height: 9px;
    margin-right: 5px;
    margin-top: 5px;
    padding-top: 2px;
    text-align: center;
    width: 48px;
	
}

.trasladar_dom_resp_lista:hover{
	text-decoration: none;
	background-color: #C2C2C2;
    color: white;
    text-decoration: none;
    box-shadow: 1px 1px 2px #242423;
	-moz-box-shadow: 1px 1px 2px #242423;
	-webkit-box-shadow: 1px 1px 2px #242423;	
}


.contratar_dom_resp:hover{
	text-decoration: none;
	background-color: black;
	color: white;
	
}

.registrar_dom:hover{
	background-color: #74A122;
    color: white;
    text-decoration: none;
    box-shadow: 1px 1px 2px #242423;
	
	
}

.trasladar_dom:hover{
	background-color: #C2C2C2;
    color: white;
    text-decoration: none;
    box-shadow: 1px 1px 2px #242423;
	-moz-box-shadow: 1px 1px 2px #242423;
	-webkit-box-shadow: 1px 1px 2px #242423;
	
	
}

.trasladar_dom_lista:hover{
	background-color: #C2C2C2;
    color: white;
    text-decoration: none;
    box-shadow: 1px 1px 2px #242423;
	-moz-box-shadow: 1px 1px 2px #242423;
	-webkit-box-shadow: 1px 1px 2px #242423;
	
	
}

.datos_whois{
	color: #575757;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 29px;
    margin-right: 13px;
    margin-top: 5px;
    padding-top: 11px;
}

.datos_whois:hover{
	color: #fe6c01;
	text-decoration: none;

}

.datos_web{
	color: #575757;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 29px;
    margin-right: 13px;
    margin-top: 5px;
    padding-top: 11px;
}

.datos_web:hover{
	color: #fe6c01;
	text-decoration: none;

}

.icono_result{

    float: left;
    font-size: 14px;
    margin-right: 4px;
    margin-top: 2px;
	
}


.precio_dom{
	color: #575757;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 35px;
    margin-right: 14px;
    margin-top: 3px;
    padding-top: 0;
    text-align: left;
    width: 145px;
}

.cifra_dom{
	font-size: 26px;
    font-weight: bold;
	color: black;
	font-family: "Myriad Web Pro",Arial,Helvetica;
	
}

.caja_disponibilidad{
	float: right;
    font-family: "Myriad Web Pro",Arial,Helvetica;
    font-size: 17px;
    margin-right: 13px;
    margin-top: 11px;

	
}

.disponible{
	color: #5E8B0C !important;
    float: right !important;
    text-align: left;
    width: 133px;
	
}

.no_disponible{
	color: #890909;
    float: right;
    text-align: left;
    width: 133px;
	
}

.espacio_vacio_dom{
	float: right;
    height: 40px;
    margin-top: 4px;
    width: 122px;
	
}

.espacio_vacio_dom_error{
	float: right;
    height: 40px;
    margin-top: 4px;
    width: 327px;	
}

.iconos_disp{
	float: left;
    font-size: 29px;
    margin-right: 3px;
    margin-top: -1px;
	
}

.tipo_dom{
	color: #575757;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin-top: 4px;
    text-align: right;
    width: 88px;
	margin-right: 4px;
	
}



.ventana_contratar{
	background-color: #DEDDDD;
	border: 1px solid #B4B4B4;


	
}

.boton_contratar{
	background-color: black;
    color: white;
    float: left;
    font-family: "Myriad Web Pro",Arial,Helvetica;
    font-size: 22px;
    height: 44px;
    margin: 10px;
    padding: 13px 7px 7px;
    text-align: center;
    width: 335px;
	
}

.btn_promocion_web{
	background-color: black;
    color: white;
    float: left;
    font-family: "Myriad Web Pro",Arial,Helvetica;
    font-size: 22px;
    margin: 3.345%;
    padding: 3.345%;
    text-align: center;
    width: 86.456%;
	
}


.titulo_alta{
	color: black;
    font-family: "Myriad Web Pro",Arial,Helvetica;
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 0;
    margin-left: 15px;
	margin-right: 15px;
    margin-top: 8px;

	
}

.precio_alta{
	font-size: 31px;
	font-weight: bold;
	
}

.texto_alta{
	line-height: 18px;
    margin-bottom: 12px;
    margin-left: 16px;
	margin-right: 16px;
}

.licencias{
	background-size: cover;
    margin: 0 auto !important;
    text-align: center;
	
}

.mapa_web{
	width: 100%;
	text-align: left;
	float: left;
	color: #DADADA !important;	
	font-size: 13px !important;	
}

.mapa_web:hover{
	color: #fe6c01;
	text-decoration: underline;		
}

.cont_pago{
	border-top: 1px solid #999;
	background-color:#686868;
	text-align: center;
	color: #DADADA !important;
	padding-top: 11px;
	
}

.tarjetas{
	width: 100%;
	float: left;
	text-align: center;
	background-size: cover;
	height:40px;

}

.titulo_caract_dom{
	color: #FE6C01;
    font-family: "Myriad Web Pro",Arial,Helvetica;
    font-size: 17px;
	
}
.titulo_caract_dom2{
	color: #FE6C01;
    font-family: "Myriad Web Pro",Arial,Helvetica;
    font-size: 17px;
	float:left;
	
}

.nombre_certificado{
	
     background-color: #FFFFFF !important;
    border-bottom: 1px solid #CCCCCC !important;
    height: 47px;
}
	
/*constructor web	*/
	
	
.formCabecera {
    float: right;
    font-size: 15px;
    margin-bottom: 15px;
    text-align: left;
    width: 76%;
}



.formCabecera input.campoTexto {
    border: 1px solid #9C9C9C !important;
    box-shadow: -4px 5px 5px #CCCCCC inset;
	-moz-box-shadow: -4px 5px 5px #CCCCCC inset;
	-webkit-box-shadow: -4px 5px 5px #CCCCCC inset;
    height: 21px;
    margin-top: 4px;
    width: 96.999%;
	padding-left: 1.311% !important;
	padding-right: 1.311% !important;
}

.amarillo {
    background-color: #FDC744;
    float: left;
    margin-left: 0 !important;
    margin-top: 4px;

}
.naranja {
    background-color: #FC8741;
    float: left;
    margin-left: 5px;
    margin-top: 4px;

}
.ocre {
    background-color: #DD6413;
    float: left;
    margin-left: 5px;
    margin-top: 4px;

}
.rojo {
    background-color: #FE4747;
    float: left;
    margin-left: 5px;
    margin-top: 4px;
}
.celeste {
    background-color: #448EFE;
    float: left;
    margin-left: 5px;
    margin-top: 4px;
}
.azul {
    background-color: #0062AF;
    float: left;
    margin-right: 0 !important;
    margin-top: 4px;
}
.verde {
    background-color: #32C34A;
    float: left;
    margin-left: 5px;
    margin-top: 4px;
}

.botonRegistro {
	font-family: "Myriad Web Pro",Arial,Helvetica;
    background: none repeat scroll 0 0 #F75505;
    border-radius: 4px 4px 4px 4px;
	float: right;
    color: white;
    font-size: 17px;
    height: 35px;
    margin-bottom: 6px;
    margin-top: 25px;
	border-top: none;
	border-left: none;
	border-right:none;
	border-bottom: 2px solid #AC4B05;
	width: 100% !important;
}

.botonRegistro:hover{
	background: black;
	border-bottom: 2px solid #737373;
	
}

.botonLoginConstructor,.botonMasInfo{
	font-family: "Myriad Web Pro",Arial,Helvetica;
    background: none repeat scroll 0 0 #F75505;
    border-radius: 4px 4px 4px 4px;
	float: right;
    color: white;
    font-size: 17px;
    height: 35px;
    margin-bottom: 6px;
	border-top: none;
	border-left: none;
	border-right:none;
	border-bottom: 2px solid #AC4B05;
	width: 203px !important;
	
}

.botonLoginConstructor:hover,.botonMasInfo:hover{
	background: black;
	border-bottom: 2px solid #737373;

}


.seleccionaColor {
   height: 26px;
    margin: 1.051%;
    width: 12.475%;
}

.seleccionaColor:hover {
   box-shadow: 2px 2px 2px #303030;
}

.divNombreWeb{
    color: black;
    font-family: "Myriad Web Pro",Arial,Helvetica;
    font-size: 17px;
	margin-bottom: -5px;
	
}

.imagenCabeceraIzquierda {
    margin-top: 10px;
	position: relative;
}

.boton_mas_info{
	background-color: #000;
	border: 1px solid #CCCCCC;
    box-shadow: 2px 2px 6px #BABABA;
	-moz-box-shadow: 2px 2px 6px #BABABA;
	-webkit-box-shadow: 2px 2px 6px #BABABA;
    color: #FFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 46px;
    left: 380px;
    padding-top: 0;
    position: absolute;
    text-align: center;
    top: 152px;
    width: 115px;
	
}

.boton_mas_info:hover{
	box-shadow: 2px 2px 2px #777777;
	-moz-box-shadow: 2px 2px 2px #777777;
	-webkit-box-shadow: 2px 2px 2px #777777;
	color: #777777;


	
}

.fondo_formulario{
	background: none repeat scroll 0 0 #E4E4E4;
    border: 1px solid #CECECE;
    box-shadow: 0 0 7px #939393;
	-moz-box-shadow: 0 0 7px #939393;
	-webkit-box-shadow: 0 0 7px #939393;	
    padding-left: 2.456%;
    padding-right: 2.456%;
    padding-top: 9px;
    width: 94.856% !important;
	
}

.miniatura_diseno{
	display: inline-block;
    float: none !important;
	margin:11px;
	
}

.cont_miniaturas{
	margin-left: 0 !important;
    text-align: center;
	margin-top: 23px;
	
	
}

.login_cabecera{
	background-color: #8C8C8B !important;
    color: #222222 !important;
	font-weight: bold;
    float: left;
    font-size: 11px !important;
    height: 17px  !important;
    margin-bottom: 2px !important;
    margin-top: 4px;
    padding: 0 2px !important;
    width: 192px;
	margin-right: 5px;
	border: 1px solid #B2B2B2 !important;
	transition: all 0.4s ease-in-out 0s;
	  -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
	
	
	
}

.login_cabecera:focus {
	background-color: #D8D8D8 !important;
	border: 1px solid white !important;
	color: #222222 !important;
	
}

.iconos_sup{
	color: #cccccc !important;	
	margin-right: 10px !important;	
}

.iconos_sup:hover, iconos_sup:active{
	color: #e76303 !important;
	text-decoration: none;		
}

.boton_login{
	color: #CCCCCC;
    float: right;
    font-size: 18px;
    height: 15px !important;
    margin-top: 3px;
    padding-left: 0;
    padding-top: 0;
    width: 17px !important;
	
	
}

.boton_login:hover{
	color: #fe6c01;
	text-decoration: none;
}

.pos_icono_sup{
	float: right;
	margin-top: 2px;
	
}

.boton_info{
	
	
}

.captcha{
	background-color: white;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	
}

.recaptcha{
	font-size: 12px;
	float: right;
	color: #DADADA !important;
	text-decoration: none;
	
}

.recaptcha:hover{
	color: #fe6b03 !important;
	text-decoration: none;
	
}

.confirma{
	width: 293px !important;
	
}

.imagen_login{
	text-align: center;

	
}

.enlace_login{
	color: #fd6c00;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	
}

.enlace_login:hover{
	text-decoration: underline;
	
}

.titulo_webs{
	font-size: 15px !important;
	
}

.titulo_mcw{
	float: right;
	margin-right: 71px !important; 
	
	
}

.telefono{
	font-weight: bold;
	font-size: 14px;
	
}

.letra_peq{
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color:#848484;
	margin-top: 25px;	
}

.enlaces_tutoriales{
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;		
}

.cont_enlaces_tutoriales{
	background-color: #E9E9E9;
    float: left;
    margin-top: 2px;
    width: 100%;
    color: #7B7B7B;
	font-family: Arial, Helvetica, sans-serif;	
}

.cont_enlaces_tutoriales:hover{
	text-decoration: none;
	background-color: #B2B2B2;
	color: white;
	
}

.cont_enlaces_tutoriales_active{

    float: left;
    margin-top: 2px;
    width: 100%;
	font-family: Arial, Helvetica, sans-serif;	
	text-decoration: none;
	background-color: #B2B2B2;
	color: white;
	
}
.cont_enlaces_tutoriales_active:hover{
	text-decoration: none;
	color: white;
	
}



.boton_contratar_multi{
	width: 90.456%;
	margin-left: 4.345%;
    margin-right: 4.345%;
	background: none repeat scroll 0 0 #FE6C01;
    border-bottom: 2px solid #AC4B05;
    text-shadow: 0 1px 0 #AC4B05;
	color: white !important;
	float: left;
	
}

.boton_contratar_multi:hover{
	background: black;
	border-bottom: 2px solid #3A3939;
	   text-shadow: 0 1px 0 #3A3939;
	
}

.modo_pago{
	float: left;
	padding-left: 5px;
	font-size: 11px;
	padding-top: 3px;
	
	
	
}

.precio_btn_multi{
	float: right;
	padding-right: 5px;
	font-size: 14px;

	
	
}

.icono_tut{
	float: right;
	margin-right: 5px;
}

.tamano_titulo_servidor{
	color: white !important;
	font-size: 24px !important;
	
}

.margen_sub_hosting{
	margin-bottom: 30px !important;
	
}

/*Menu extranet*/

.menu-extranet{
	background-color: #FE6C01;

	
	
}

.menu-extranet ul{
		float: right;
		list-style-type: none;
		color: white !important;
		font-family: "Monda";
		margin-bottom: 4px;
	
	
}

.menu-extranet ul li{
		display: inline;
	
}
	
	


.fondo_menu_extranet{
	background-color: #FE6C01;
	width: 100%;
	
}

.enlace_menu_extranet{
	color: white !important;
	padding-left: 5px;
    padding-right: 9px;
	height: 23px !important;

}

.enlace_menu_extranet:hover{
	background-color: #000;
	text-decoration: none;
}

.bienvenido{
	float: left;
	color: white;
	font-family: "Monda";
	margin-left: 10px;
	
}

.imagen_tut {
    border: 1px solid #D2D1D1;
    text-align: center;
	margin-top: 15px;
}

.navbar-inner{
	min-height: 0px !important;
	
}

.buscador_dominios_cabecera{
	float: left;
	margin-left: 46px;
	margin-top: 11px;
	position: relative;
	
	
}

.buscador_dominios_cabecera input{

	background: url("../img/head-iconsearch.png") no-repeat scroll 12px center #8C8C8B;
	border-width: 0;
	font-size: 20px;
    height: 26px;
	padding: 0 30px 0 38px;
    width: 350px;
	color: #222222 !important;
	font-family: "Myriad Web Pro",Arial,Helvetica;
	margin-bottom: 0px; 
	border: 1px solid #B2B2B2;
	transition: all 0.4s ease-in-out 0s;
	  -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
	padding-top: 0px;
	padding-top: 3px \9;
}


@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.buscador_dominios_cabecera input{

	background: url("../img/head-iconsearch.png") no-repeat scroll 12px center #8C8C8B;
	border-width: 0;
	font-size: 20px;
    height: 26px;
	padding: 0 30px 0 38px;
    width: 350px;
	color: #222222 !important;
	font-family: "Myriad Web Pro",Arial,Helvetica;
	margin-bottom: 0px; 
	border: 1px solid #B2B2B2;
	transition: all 0.4s ease-in-out 0s;
	  -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
	padding-top: 3px;
}

.buscador_dominios_cabecera input:focus{

    background: url("../img/head-iconsearch.png") no-repeat scroll 12px center #D8D8D8;
	padding-left: 38px;
	padding-right: 30px;
    width: 350px;
	color: #222222 !important;
	border: 1px solid white;
	padding-top: 3px;


}

}

.buscador_dominios_cabecera input:focus{

    background: url("../img/head-iconsearch.png") no-repeat scroll 12px center #D8D8D8;
	padding-left: 38px;
	padding-right: 30px;
    width: 350px;
	color: #222222 !important;
	border: 1px solid white;

	
}

.buscar_dom_cabecera{
	font-size: 16px !important; 
    line-height: 14px;
    vertical-align: text-bottom;
	color: #fe6c01;
    padding: 5px 9px;
    position: absolute;
    right: 0;
    top: 0px;	
}

.buscar_dom_cabecera:hover{
	text-decoration: none;
	
}

.enlaces_aux_cabecera{
	color: #70706f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	float: left;
	margin-left: 20px;
	margin-top: 16px;
	
}

.procesos{
	text-align: center;	
	margin-left: 0;
}

.procesos > li{
	display: inline-block;
    float: none !important;
	
}

.cont_procesos{
	width: 100%; 
	text-align: center;
	margin-bottom: 20px;
	
	
}

.foto_gtlds{
	width: 100%;
	height: auto;
	text-align: center;
	box-shadow: 0 4px 5px #D1D0D0;
	-moz-box-shadow: 0 4px 5px #D1D0D0;
	-webkit-box-shadow: 0 4px 5px #D1D0D0;
	border: 1px solid #D1D0D0;
	background-color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	
	
}

.boton_protege{
	color: white;
    font-size: 20px;
    margin-top: 0;
    text-align: center;
	background-color: #F16700;
    height: auto;
    padding: 5px;
    width: 98.146%;
	font-family: "Myriad Web Pro",Arial,Helvetica;
	float: left;
	margin-bottom: 20px;
}

.boton_protege:hover{
	background-color: black;
	color: white;
	text-decoration: none;
}

.gtlds_2{
	list-style-type: none;
    margin-top: 0;
    padding-left: 0;
	margin-left: 0;
	line-height: 18px;
	
}

ul.gtlds_2 li{
	display: inline-block;
    margin-right: 10px;
	line-height: 18px;
	
}

ul.gtlds_2 li > a {
	color: #575757;
	line-height: 18px;
	padding: 0 3px;
}

ul.gtlds_2 li > a:hover {
    background-color: #fe6c01;
    text-decoration:  none;
    color:  white;
}

.fondo_datos{
	background-color: white;
    border: 1px solid #D1D0D0;
    box-shadow: 0 4px 5px #929292;
	
}

.interior_datos{
	padding: 15px;
	line-height: 2px;

	
}

.interior_datos h4{
	color: #fe6c01;
	font-family:  "Myriad Web Pro",Arial,Helvetica;
	margin-bottom: 0px;
	
}

.interior_datos p{
	font-size: 14px;
	
}

.menu_compania{
	text-decoration: none !important;
	
}

.tab-pane{
	margin-top: 20px!important;
	
}

.input_categoria{
	height: 43px;
	box-shadow: inset 2px 2px 2px #666666;
	-moz-box-shadow: inset 2px 2px 2px #666666;
	-webkit-box-shadow: inset 2px 2px 2px #666666;
	border: 0;  
	margin-left: 0.234%;
	padding-left: 12px;
    width: 99.901%;
	font-family: "Myriad Web Pro",Arial,Helvetica;
	font-size: 24px;
	color: black;
	padding-top: 7px;
	
	
}

#domainform{
	margin-bottom:8px !important;
	
}

.mas_info_plan{
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
    box-shadow: none !important;
    color: black !important;
    float: right;
    font-size: 11px !important;
    padding: 0 15px 0 0 !important;
    text-shadow: none !important;
    text-transform: none !important;	
	margin-bottom: 0px !important;
	
}

.lopd{
	font-family: "Myriad Web Pro",Arial,Helvetica;
	font-size: 16px;
	color: #FE6C01;
	text-decoration: none;

}

.lopd:hover{
	color: black !important;
	text-decoration: none;
	
	
}

.iconos_la_compania img{
	
    border: 0 !important;
	width: auto !important;
	height: auto !important;

	
}

.tabla_ok{
	width: 10%;
	text-align: right !important;
	font-size: 13px;
	font-weight: bold;
	
}

.ok_icono{
	color: #093; 
	font-size: 20px;
	
}



.buscador_dominios_cabecera input::-webkit-input-placeholder{
	color: #222222 !important;
	
}

.login_cabecera::-webkit-input-placeholder{
	color: #222222 !important;
}

.imagen_slider_dominios{
	background-image: url(../plugins/parallax-slider/img/dominios.png);
	width: 429px;
	height: 262px;
	background-repeat: no-repeat;
	
}

.imagen_slider_dominios:hover{
	background-image: url(../plugins/parallax-slider/img/dominios_hover.png);
}

.iextranet{
	border:none; 
	margin: 0 auto; 
	min-height:0px; 
	width:100%;
	overflow: hidden;
	overflow-x: auto;	
	-ms-overflow-x: auto;
	-webkit-overflow-scrolling:touch;
}

.disponible_fecha{
	color: #000000 !important;
    font-family: "Myriad Web Pro",Arial,Helvetica;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
	margin-top: -12px;
	
	
}

.imagen_gtlds{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	
}

.input_acceso{
	width: 274px !important;
	
}

.caja_gtlds_seleccion{
	background-color:#dddddd;
	margin-top: 5px;
	margin-bottom: 12px;
	
}


.tu_seleccion{
	color: #666666;
    font-family: "Myriad Web Pro",Arial,Helvetica;
    font-size: 18px;
    font-weight: bold;
    margin-left: 12px;
    margin-top: 5px;
	
}

.gtld_marcado{
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	color:#5a5a5a;
	font-size: 12px;
	text-align: left;
	float: left;
	width: 100%;
	margin-top: -1px;
	
}

.contenedor_ul_gtld{
	float: left;
    list-style: none outside none;
    margin: 4.345% 4.345% 6.345%;
    width: 91.105%;

}

.nombre_gtld_marcado{
	float: left;
	 margin-top: 1px;
	
	
}

.icono_cerrar_gtld{
	background-color: #999999;
    color: white;
    float: right;
    height: 14px;
    padding: 0 8px 6px;
	margin-top: 2px;
	margin-bottom: 2px;
	
}

.icono_cerrar_gtld:hover{
	color: white;
	text-decoration: none;
	background-color:#666666;
}

.boton_continuar_gtld{
	margin: 2px 4.345% 17px;
    width: 91.105%;
	background-color: black;
	font-family: "Myriad Web Pro",Arial,Helvetica;
    font-size: 18px;
	color: white;
	text-align: center;
	float: left;
	
	
}

.nombre_resultados_gtlds_plus{
	color: #676767;
    float: left;
    font-family: "Myriad Web Pro",Arial,Helvetica;
    font-size: 20px;
    margin-left: 10px;
    margin-top: 9px;
    overflow: hidden;
    width: 337px;
	
	
}

.no_disponible_gtlds{
	color: #890909;
    float: right;
    text-align: left;
    width: auto;
	
}

.disponible_gtlds{
	color: #5E8B0C !important;
    float: right !important;
    text-align: left;
    width: auto;
}

.caja_disponibilidad_gtld {
    float: right;
    font-family: "Myriad Web Pro",Arial,Helvetica;
    font-size: 17px;
    margin-right: 3px;
    margin-top: 11px;
}

.precio_dom_gtld{
	color: #575757;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 35px;
    margin-right: 14px;
    margin-top: 9px;
    padding-top: 0;
    text-align: left;
    width: 103px;
}

.datos_web_gtlds{
	color: #575757;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 29px;
    margin-right: 13px;
    margin-top: 5px;
    padding-top: 11px;
}

.datos_whois_gtlds{
	color: #575757;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 29px;
    margin-right: 13px;
    margin-top: 5px;
    padding-top: 11px;
}

.espacio_vacio_dom_gtlds{
	float: right;
    height: 40px;
    margin-top: 4px;
    width: 122px;
	
}

.cifra_dom_gtlds{
	font-size: 20px;
    font-weight: bold;
	color: black;
	font-family: "Myriad Web Pro",Arial,Helvetica;
	
}

.tipo_dom_gtlds{
	color: #575757;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin-top: 4px;
    text-align: right;
    width: 88px;
	margin-right: 7px;
	
}

.buscando_gtlds{
	float: left;
    margin-right: 5px;
    margin-top: -1px;
	
}

.texto_buscando{
	color: #8F8F8F;
    float: right;
    font-family: "Myriad Web Pro",Arial,Helvetica;
    font-size: 15px;
    height: 35px;
    margin-right: 14px;
    margin-top: 14px;
    padding-top: 0;
    text-align: left;
    width: auto;
	
}

.espacio_vacio_buscando {
    float: right;
    height: 40px;
    margin-top: 4px;
    width: 297px;
}

.caja_buscando {
    float: right;
    font-family: "Myriad Web Pro",Arial,Helvetica;
    font-size: 17px;
    margin-right: 3px;
    margin-top: 11px;
}

.disponible_busqueda{

    float: right !important;
    text-align: left;
    width: auto;
}

.error_gtld{
	float: left;
	margin-left: 4px;
	width: 80px;
}

.espacio_vacio_error {
    float: right;
    height: 40px;
    margin-top: 4px;
    width: 305px;
}

.no_disponible_gtlds_error{
	color: #890909;
    float: right;
    text-align: left;
    width: auto;
	
}

.banners_publicitarios{
	float: left;
    margin-bottom: 12px;
    margin-top: 5px;
    width: 100%;
	
}
.pregunta{
	margin-bottom: 15px;
}
@media screen and (max-width:768px){

	#myModalAcceso{width:100% !important;margin-left:0 !important;}
        html, body {
  overflow-x: hidden;
}
body {
  position: relative
}

}