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


img, div { behavior: url(iepngfix.htc) }

body{

	font-size:11px;

}

a{

	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

a:hover{

	color:#FF9933;
	font-weight:bold;
	text-decoration:underline;

}

#contenedor{

	margin:0px auto;
	width:100%;

}

#header_dir{

	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	/*background-color:#FF9933;*/
	background-image:url(../imagenes/header.gif);
	background-repeat:no-repeat;
	text-align:left;
	vertical-align:middle;
	height:22px;
	padding-left:8px;
	padding-top:5px;

}	

#contenido_dir{

	background-color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-size:11px;
	border-left:solid #FF9933;
	border-right:solid #FF9933;
	border-spacing:2px;

}

#footer_dir{

	font-family:"Trebuchet MS";
	font-size:11px;
	background-image:url(../imagenes/footer.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:20px;
	/*background-color:#FF9933;*/
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
}

/*---- ESTILOS FORMULARIO REGISTRO EN DIRECTORIO ----*/

#subtitulos{

	font-size:12px;
	font-weight:bold;
	color:#FF9900;

}

.cssform p{
width: 240px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -145px; /*width of left column*/
width: 145px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 228px;
}

textarea{

	font-family: "Trebuchet MS";
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	background-color: #FFFFFF;
	border: 1px solid #D17B02;
	font-size: 11px;

}

select{

	font-family: "Trebuchet MS";
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	background-color: #FFFFFF;
	border: 1px solid #D17B02;
	font-size: 11px;

}

.cssform textarea{
width: 228px;
height: 80px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}


/*---------------------------------------------------*/

/*--------- LISTADO RESULTADOS DIRECTORIO -----------*/

#contenedor_resultados{
	
	width:98%;

}

#fila_resultado{

	border-bottom:1px;
	border-bottom-color:#FF9900;
	padding:6px;
	border-bottom-style:dashed;

}

#fila_resultado:hover{

	background-color:#F3F3F3;
	border-bottom:1px;
	border-bottom-color:#FF9900;
	padding:6px;
	border-bottom-style:dashed;

}

#fila_resultado2{

	background:#FEF2E2;
	border-bottom:1px;
	border-bottom-color:#FF9900;
	padding:6px;
	border-bottom-style:dashed;

}

#fila_resultado2:hover{

	background-color:#F3F3F3;
	border-bottom:1px;
	border-bottom-color:#FF9900;
	padding:6px;
	border-bottom-style:dashed;

}


#razonsocial{

	font-weight:bold;
	color:#FF9900;
	
}

/*---------------------------------------------------*/