body {
	margin: 0;
	padding: 0;
	background: #EFEFEF url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4D4D4D;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 17em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
   	text-decoration: none;
	/*border-bottom: 1px dotted #CC0001;*/
	color: #BF4D36;
}

a:hover {
	background: none;
    text-decoration: underline;
}

img {
    border:0px;
    border-style: hidden;
    text-decoration: none;
}
img:hover{
  text-decoration: none;
}

/* Header */

#header {
	width: 900px;
	height: 115px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left top;
}

#buscadorPanel{
  float:right;
}


/* Logo */

#logo {
    margin-left: 10px;
    padding-top: 25px;
    height: 85px;
    width: 310px;
	color: #BF4D02;
}

#logo h1, #logo p {
}

#logo p {
	margin: 0;
	padding: 0;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #7B5C02;
}

#logo p a {
	color: #7B5C02;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #BF4D02;
}

/* Search */

.searchEdit{
  border: 0px;
  width: 255px;
  height: 19px;
  padding-left: 36px;
  background-image: url(images/search.gif);
  background-repeat: repeat-x;

  font-family: Tahoma;
  font-size: 12px;
}

#searchDiv{
  float: right;
  margin-right:24px;
  margin-top:11px;
  *margin-top:10px;
}


/* Menu */

#menu {
	width: 910px;
	height: 37px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 7px 25px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: url(images/img03.jpg) no-repeat center top;
	text-decoration: none;
}

#menu .first {
	background: url(images/img03.jpg) no-repeat center top;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(images/img04.jpg) repeat-y left top;
    min-height: 350px;
}

#wrapper-top {
	width: 900px;
	background: url(images/img07.jpg) no-repeat left top;
}

#wrapper-btm {
	width: 900px;
	background: url(images/img05.jpg) no-repeat left bottom;
}

#wrapper2 {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(images/img04-2.jpg) repeat-y left top;
    min-height: 350px;
}

#wrapper2-top {
	width: 900px;
	background: url(images/img07-2.jpg) no-repeat left top;
}

#wrapper2-btm {
	width: 900px;
	background: url(images/img05-2.jpg) no-repeat left bottom;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
}

/* Content */

#content {
	float: right;
	width: 550px;
	margin: 0;
	padding: 0;
}

.post {
}

.post .title {
    font-size: 18px;
    font-weight: bold;
    color: #967001;
	border-bottom: 1px #A9A9A9 dashed;
}

.post .title a {
	background: none;
	color: #967001;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	margin-bottom: 30px;
	padding: 3px 0px;
	border-top: 1px #A9A9A9 dashed;
	border-bottom: 1px #A9A9A9 dashed;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.post .entry {
	padding: 10px 0 5px 0;
	text-align: justify;
}

.post a {
	color: #967001;
	border-bottom: 1px #967001 dotted;
}

.post .meta a {
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 260px;
	margin: 0;
	padding: 0 0 0 35px;
}

#sidebar_banner{
  margin-top: 25px;
  width:260px;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
    margin-left: 10px;
}

#sidebar li li {
	line-height: 25px;
	border-bottom: 1px dashed #AEAEAE;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #4D4D4D;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #BF4D36;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}


/* Login */

#loginPanel{
  margin-bottom: 25px;
}

#login{

}


.loginLink{
  color:#FB7907;
  font-family: Tahoma, Verdana;
  font-size: 17px;
}
.loginLink2{
  color:#FF7E07;
  font-family: Tahoma, Verdana;
  font-size: 15px;
}
.loginLink2_1{
  color:#FF7E07;
  font-family: Tahoma, Verdana;
  padding-left: 32px;
  font-size: 12px;
}

.tx_normal1{
  font: normal 11px arial, helvetica, sans-serif;
}

.loginButton{
  background-image: url(images/loginbutton.png);
  border: 0px;
  background-color: #FEF0C4;
  width: 51px;
  height: 13px;
}


/* Footer */

#footer {
	width: 940px;
	height: 30px;
	margin: 0 auto;
	padding: 40px 5px 15px 0;
	background: #4D4D4D url(images/img06.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FF833B;
	border-bottom: 1px #FF833B dotted;
}


#tx_footer{
  margin:0 auto;
  width: 910px;
  text-align:center;
  color: #B0AFAF;
  font-size: 10px;
}

.tx_footer_domain{
  font-size: 13px;
  font-weight: bold;
}


/* tables */


.tbl{
  border: 1px dotted #bbb;
}
.tbl td, tbl.th{
  border: 1px dotted #bbb;
  padding: .45em;
  padding-bottom: 4px;
  padding-top: 4px;
}
.tbl tr:hover{
  background-color: #CFCFCF;
  color: #9E1111;
}


table {
border-collapse: collapse;
font: normal 80%/140% arial, helvetica, sans-serif;
color: #555;
}

.domain{
  font-family:Verdana;
  font-weight: bold;
  text-decoration: none;
  border: 0px;
  color: #1F1F1F;
}

.domain-back{
  background-color: #F7F7F7;
}

.table-header{
  background-color: #D0E2F7;
}
.table-header-2{
  background-color: #FACC9D;
}

/* Buscador */

#buscador{
  margin-left: 15px;
  padding-top:25px;
  width: 90%;
}

#buscador h1{
  font-size: 16px;
}


.domain-align{
  margin-left : 58px;
  padding-bottom: 5px;
}


/* Entrada de Dominio */

#formEntradaDominio{
    font-family: Verdana, Tahoma;
    font-size: 18px;
    margin-top: 45px;
}

#ListaCategorias{
    font-family: Verdana, Tahoma;
    font-size: 16px;
    margin-top: 25px;
}


/* dominio */

#col-dom{
 float: right;
 width: 560px;
 margin-top: 15px;
}
#col-left-dom{
  margin-left: 10px;
  width: 110px;
}

#dominioDesc{
  max-width: 540px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.domItem{
  background-color: #FECCA0;
  padding: 3px;
  color: #A95307;

  font-size: 12px;
}

#infoComplementaria{
  margin-top: 25px;
  margin-bottom: 5px;
}


#col-edit-domain{
  margin-left: 20px;
}


/* Password  */

.password {
font-size : 12px;
border : 1px solid #cc9933;
width : 200px;
font-family : arial, sans-serif;
}
.pstrength-minchar {
font-size : 10px;
}

/* Formularios */

#signup{
    font-family: Verdana, Tahoma;
    font-size: 18px;
    margin-top: 45px;
}
#signup input { left:0px; position: relative;}

.info{
  padding-left: 8px;
  color: #FFFFFF;
}


.txred{
  color: #FF0000;
}


.error{
  max-width: 500px;
  color:#CC3333;
}


form, label, input{ font-size : 12px; }
.fieldset-l {
width : 43em;
padding : 0.5em 1em;
font-family: Arial;
font-size:12px;
border-width: 0px;
}

label {
position : relative;
width : 15em;
display : block;
margin : .7em 0em;
font-family: Arial;
font-size:12px;
}
label input { position : absolute; left : 45%; top : 0px; width : 15em; }
label textarea { position : absolute; left : 45%; top : 0px;}

/*br { display : none; }*/


/*   Categorias   */
#buttonPanel{
  margin-top: 10px;
}

.subcat{
  color: #1488D1;
}

#catList{
  /*min-width: 250px;*/
}

.cat_parent{
  color: #BF4D36;
}


/* Texto general */
.tx_hint{
    font-family: Verdana, Tahoma;
    font-size: 11px;
    color:#333333;
}

.tx_1{
    font-family: Tahoma;
    font-size: 14px;
}
.tx_2{
    font-family: Tahoma;
    font-size: 16px;
}
.tx_t20{
    font-family: Tahoma;
    font-size: 17px;
}

.tx_ver{
  font-family: Verdana;
}


/* BOXs */

.infoBox{
  background-color: #FFFF99;
  border-color: #111111;
  border-style: solid;
  border-width: 1px;

  font-size: 14px;
}

.errorBox{
  background-color: #E13434;
  border-color: #111111;
  border-style: solid;
  border-width: 1px;

  padding: 10px;

  font-size: 13px;
  color: #FFF;
}


/* BUSCADOR INSTANTANEO DE DOMINIOS LIBRES*/

.tx_bidl_green{
  font-size: 12px;
  color: #009933;

  margin-right: 10px;
  cursor: pointer;
}
.tx_bidl_red{
  font-size: 12px;
  color: #CC0000;

  margin-right: 10px;
  cursor: pointer;
}
.tx_bidl_db{
  font-size: 12px;
  color: #FF9900;

  margin-right: 10px;
  cursor: pointer;
}
.tx_bidl_domain{
  font-size: 12px;
  font-weight: bold;
  color: #000;

  margin-left: 10px;
}

.bidl-ext1{
  float: left;
  width: 80px;
  font-size: 14px;
  font-weight: bold;
}
.bidl-ext2{
  float: left;
  width: 80px;
  font-size: 12px;
  font-weight: bold;
}
.bidl-ext50{
  float: left;
  width: 80px;
  font-size: 10px;
}


/* SUGERENCIAS */

.sug1{
  width: 358px;
  height: 31px;
  background-image: url(images/sug1.jpg);
}
.sug2{
  background-color: #FFFFFF;
  width: 348px;
  padding-left: 10px;
}
.sug3{
  margin-top: -2px;
  margin-bottom: 10px;
  width: 358px;
  height: 7px;
  background-image: url(images/sug2.jpg);
}
.sugX{
  float:right;
  margin-top:6px;
  margin-right: 15px;
  cursor:pointer;
}


/* PORTADA */

.txPortada{
  color:#000;
  font-family: Verdana;
  font-size: 14px;
  border-bottom: 1px #EFEFEF solid;
}
.txPortadaCat{
  color:#660000;
  font-family: Tahoma, Verdana;
  font-size: 10px;
  background-color: #FFF;
}

#blog_articulo p{
  padding: 0px;
  margin: 0px;
}

#blog_articulo h1{
    font-family: Tahoma;
    font-size: 19px;
    color:#CC6600;
    margin-bottom: 15px;
}

#prodatos{
  margin-top: 35px;
  font-size: 10px;
  text-align: justify;
}

#ppd{
  margin: 20px 0;
  font-weight: bold;
}
#ppd a{
  color: #AAAAAA;
}

#banner{
  margin-top:-80px;
  width:472px;
  height:64px;
  border-width: 1px;
  border-style: solid;
  border-color: #BBBBBB;
  padding: 2px;
}
