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

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(images/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5c5c5c;
	text-align: left;
	} 
	
#tableone {
	width: 914px;
	text-align: right;
	}
	
.links a {
	color:#b1835c;
}
	
.topmenu {
	background: url(images/topmenubg.jpg);
	height: 30px;
	}

.topmenu a {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #b1835c;
	text-decoration: none;
	padding: 0 5px 10px 5px;
	}

.topmenu a:hover {
	color: #FFF;
	background: url(images/ltopmenu_inkbg.png) no-repeat;
	padding: 0 5px 10px 5px;
    }
	
.headerbg {
	height: 126px;
	background: url(images/header_bg.jpg) no-repeat;
	}

.logo {
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-top: 20px;
	}
	
.asist {
	padding-right: 20px;
	}
	
/*menu*/
.menu {
	width: 910px;
	height: 36px;
	}
/* Author: Craig Erskine Description: Dynamic Menu System - Horizontal/Vertical */ 
ul#navmenu-h { z-index:4; margin: 0; padding: 4px; list-style: none; position:  relative; } ul#navmenu-h ul { width: 150px; /* Sub Menu Width */ margin: 0; list-style: none; display: none; position: absolute; top: 100%; left: 0; } ul#navmenu-h ul ul,ul#navmenu-h ul ul ul { top: 0; left: 100%; } ul#navmenu-h li { text-align:left; float: left; display: inline; position: relative;} ul#navmenu-h ul li {text-align:left; width: 100%; display: block; } /* Root Menu */ ul#navmenu-h a {text-align:left; border-top: 0px solid #FFF; border-right: 0px solid #FFF; padding: 7px; float: left; display: block; background: none; color: #b1835c; font: bold 11px Arial, sans-serif; text-decoration: none; text-transform: uppercase; height: 1%; } /* Root Menu Hover Persistence */ ul#navmenu-h a:hover,ul#navmenu-h li:hover a,ul#navmenu-h li.iehover a {text-align:left; background: #594636; color: #FFF; } /* 2nd Menu */ ul#navmenu-h li:hover li a,ul#navmenu-h li.iehover li a { color:#b1835c; float: none; border-top: 1px solid #fff8f2; background: #fbe8d8; } /* 2nd Menu Hover Persistence */ ul#navmenu-h li:hover li a:hover,ul#navmenu-h li:hover li:hover a,ul#navmenu-h li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover a { background: #ffecdb; } /* 3rd Menu */ ul#navmenu-h li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li a { background: #999; } /* 3rd Menu Hover Persistence */ ul#navmenu-h li:hover li:hover li a:hover,ul#navmenu-h li:hover li:hover li:hover a,ul#navmenu-h li.iehover li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover a { background: #666; } /* 4th Menu */ ul#navmenu-h li:hover li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li.iehover li a { background: #666; } /* 4th Menu Hover */ ul#navmenu-h li:hover li:hover li:hover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover li a:hover { background: #333; } /* Hover Function - Do Not Move */ ul#navmenu-h li:hover ul ul,ul#navmenu-h li:hover ul ul ul,ul#navmenu-h li.iehover ul ul,ul#navmenu-h li.iehover ul ul ul { display: none; } ul#navmenu-h li:hover ul,ul#navmenu-h ul li:hover ul,ul#navmenu-h ul ul li:hover ul,ul#navmenu-h li.iehover ul,ul#navmenu-h ul li.iehover ul,ul#navmenu-h ul ul li.iehover ul { display: block; }
/**/

/*carusel*/
#carousel {
	margin: 0 auto;
	width: 563px;
	height: 126px;
	padding: 0;
	overflow: scroll;
	border: 2px solid #999;
}
#carousel ul {
	list-style: none;
	width: 1689px;
	margin: 0;
	padding: 0;
	position: relative;
}
#carousel li {
	display: inline;
	float: left;
}
.textholder {
	text-align: left;
	font-size: small;
	padding: 6px;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}
/*/*/

#ajax-banner {
                background: #fff;
                border: 2px solid #e5e5e4;
                width: 563px;
                height: 126px;
                text-align: center;
            }
			
.field {
	height: 27px;
	border: 1px solid #ebebeb;
	color: #b1835c;
	}

.submit {
	border: 1px solid #565656;
	width: 71px;
	height: 30px;
	background: #7e634b;
	margin-top: 5px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#forgot a  {
font-size : 10px;
font-weight : normal;
color : #adadad;
text-decoration : underline;
} 

.bienvenido {
	padding: 3px;
	}

.curved {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior:url(border-radius.htc);
}

#plan1 {
	background: #483726;
	width: 190px;
	height: 34px;
	clear: both;
	float: left;
	padding-bottom: 3px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

#plan2 {
	background: #643400;
	width: 190px;
	height: 34px;
	clear: both;
	float: left;
	padding-bottom: 3px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

#plan3 {
	background: #a85700;
	width: 190px;
	height: 34px;
	clear: both;
	float: left;
	padding-bottom: 3px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

#plan4 {
	background: #ffd2a1;
	width: 190px;
	height: 34px;
	clear: both;
	float: left;
	padding-bottom: 3px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #b77025;
}


#tableone tr td table tr td table tr td .right .domtab #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible form table tr .links {
	color: #666;
}


.subtitleplans {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b1835c;
	padding-left: 15px;
	}
	
.plan1caract {
	background: #fff7e7;
	height: 113px;
	padding-left: 15px;
	color: #4a4a4a;
	}
	
.plan4caract {
	background: #fffcf9;
	height: 113px;
	padding-left: 15px;
	color: #4a4a4a;
	}
	
.cuadrito1 {
	background: #4b3b28;
	font: Arial, Helvetica, sans-serif ;
	font-weight: bold;
	color: #fff;
	height: 29px;
	width: 69px;
	padding-top: 2px;
	padding-left: 10px;
	}
	
.cuadrito1 a {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}

.cuadrito1 a:hover {
	font: Arial, Helvetica, sans-serif bold;
	color: #fff;
	text-decoration: none;
	border-bottom: #FFF 1px dashed;
	font-weight: bold;
	}

.plan2caract {
	background: #fdfdfd;
	height: 113px;
	padding-left: 15px;
	color: #4a4a4a;
	}
	
.cuadrito2 {
	background: #723b00;
	font: Arial, Helvetica, sans-serif;
	color: #fff;
	height: 29px;
	width: 69px;
	padding-top: 2px;
	padding-left: 10px;
	}
	
.cuadrito2 a {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}

.cuadrito2 a:hover {
	font: Arial, Helvetica, sans-serif bold;
	color: #fff;
	text-decoration: none;
	border-bottom: #FFF 1px dashed;
	font-weight: bold;
	}
	
.plan3caract {
	background: #fff7e7;
	height: 113px;
	padding-left: 15px;
	color: #4a4a4a;
	}
	
.cuadrito3 {
	background: #723b00;
	font: Arial, Helvetica, sans-serif;
	color: #fff;
	height: 29px;
	width: 69px;
	padding-top: 2px;
	padding-left: 10px;
	}
	
.cuadrito3 a {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}

.cuadrito3 a:hover {
	font: Arial, Helvetica, sans-serif bold;
	color: #fff;
	text-decoration: none;
	border-bottom: #FFF 1px dashed;
	font-weight: bold;
	}
	
.cuadrito4 {
	background: #ffd2a1;
	font: Arial, Helvetica, sans-serif;
	color: #b77025;
	height: 29px;
	width: 69px;
	padding-top: 2px;
	padding-left: 10px;
	}
	
.cuadrito4 a {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #b77025;
	text-decoration: none;
	}

.cuadrito4 a:hover {
	font: Arial, Helvetica, sans-serif bold;
	color: #b77025;
	text-decoration: none;
	border-bottom: #b77025 1px dashed;
	font-weight: bold;
	}
	

#tableone tr td table tr td table tr td table tr td #alert tr td table tr td .plan1caract tr td table tr td table tr td {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
.dos {
	font-size: 18px;
	color: #b77025;
}

.garantiassub {
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
	}
	
.domainseacrh {
	background: url(images/domainsearch.jpg);
	background-position: top;
	width: 536px;
	height: 95px;
	font-weight: bold;
	color: #333;
	}

.tables {
	float: left;
	padding: 5px;
	}

.fielddom {
	height: 20px;
	border: 1px dashed #ececec;
	background: #fff;
	color: #333;
	}

.choosedom {
	height: 24px;
	border: 1px dashed #ececec;
	background: #fff;
	color: #333;
}

.submitdom {
	height: 24px;
	border: 1px dashed #ececec;
	background: #fff;
	color: #333;
}

.footmenu {
	text-align: center;
	padding: 7px;
	color: #b1835c;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	background: url(images/footbg.jpg);
	height: 36px;
	text-align: center;
	}
	

.footmenu a{
	text-align: center;
	padding: 7px;
	color: #b1835c;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	height: 36px;
	text-align: center;
	}
	
.footmenu a:hover {
	text-align: center;
	padding: 7px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	height: 36px;
	text-align: center;
	}
	
	
