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

* { padding:0;
	margin:0;
	font-family:Helvetica,Arial,sans-serif;
	}

img {
	border:none;
	}

input.campo {
	/*border:1px solid #FFFFFF;*/
	border:1px solid #e0e0e0;
	margin-right:20px;
	color:#999999;
	font-weight:bold;
	float:left;
	}

select {
	/*border:1px solid #FFFFFF;*/
	color:#999999;
	}

#contForm {
	margin:0 auto;
	text-align:left;
	width:800px;
	}

.eti {
	font-weight:bold;
	width:90px;
	float:left;
	display:inline;
	}

.etiMore {
	font-weight:bold;
	width:150px;
	float:left;
	display:inline;
	}

.eti p , etiMore p {
	font-size:9px;
	color:#666666;
	}

.esp {
	clear:both;
	}

#cuerpoForm h1 {
	margin:15px 0;
	}

#formulario {
	overflow:hidden;
	margin-top:10px;
	}

.sel {
	color:#FF0000;
	}

.submit {
	border:none;
	padding:5px;
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
	}

.textArea {
	border:none;
	border:1px solid #e0e0e0;
	color:#999999;
	}

.add {
	border:none;
	padding:3px;
	background-color:#a2d244;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	}

.classList {
	font-size:12px;
	color:#666666;
	margin:10px 0;
	}

.classList a {
	color:#CCCCCC;
	}

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

.listColors {
	clear:both;
	margin-top:10px;
	overflow:hidden;
	}

.listColors ul{
	list-style:none;
	}

.listColors ul li {
	float:left;
	margin-right:5px;
	}

.listColors ul li a{
	font-weight:bold;
	}

.colors {
	clear:both;
	margin:15px 0;
	overflow:hidden;
	}

.colors .box{
	width:50px;
	height:50px;
	
	}

.colors  a{
	width:50px;
	height:50px;
	display:block;
	float:left;
	margin:0 5px 5px 0;
	}

.colors a:focus , #colors a:active{
	text-decoration:none;
	}

.topic  {
	clear:both;
	}

.topic p.desc {
	font-size:12px;
	color:#666666;
	}

.topic h2 {
	font-size:24px;
	color:#666666;
	}

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #e0e0e0;
  margin:0;
  padding:0;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:20px;
  cursor:pointer;
  font-size:12px;
}

.selColor {
	padding:15px;
	border:1px solid #e3e3e3;
	margin-left:0px;
	margin-top:0px;
	float:left;
	display:inline;
}

.selColor p {
	color:#000000;
	}

.imgSel {
	float:left;
	margin: 0 10px 10px 0;
}

/* PARTE DE TABS */

a.tab {
	text-decoration:none;
}

.tab {
	padding:10px;
	color:#FFF;
	background-color:#900
}

.tabSelect {
	background-color:#F00 !important;
}

.tabs {
	margin-bottom:10px;
}

/* MODULO PARA LOS LISTADOS EN EL PASO 4 */

.mod {
	width:800px;
	padding:15px 0;
	margin-right:10px;
	margin-bottom:10px;
	/*background-color:#F06;*/
	/*border:1px solid #E5E5E5;*/
	overflow:hidden;
	}

.del {
	padding:15px 0;
	float:right;
	}

a.close {
	background-color:#F00;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	text-decoration:none;
	}

.represent {
	/*text-align:center;*/
	margin:10px 0;
	}
	
.fila {
	border-bottom:1px dashed #CCC;
	padding-bottom:2px;
	}
/*----*/

/* VARIOS */
.style1 {
	font-size: 10px;
	font-style: italic;
}

.mensajeError {
	padding:10px;
	background-color:#F36;
	color:#FFF;
	margin:5px 0;
	}



.clearLeft {
	clear:both;
	overflow:hidden;
	}
	
#tabscontent {
	border-bottom:1px dashed #CCC;
}