/* CSS Document */
body{
	margin: 0px;
	padding: 0px; /* para Opera */
	background-color: #ffffff;
	font: normal 1em arial, helvetica, sans-serif;
	color: #000000;
	text-align: left; /* "center" para centrar pagina*/	
}
a{
	color: #000000;
	text-decoration:none;
}
a:hover{
	color: #666666;
	text-decoration:none;
}
p{
	font: normal 0.71em Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

h1 {
	color: #df8c2d;
	font-family: arial, verdana, helvetiva, geneva;
	font-size: 18px;
	margin-bottom: 10px;
}

h2 {
	color: #df8c2d;
	font-family: arial, verdana, helvetiva, geneva;
	font-size: 15px;
	margin-bottom: 5Px;
}


td.formulario{
	font: normal 0.71em arial, helvetica, sans-serif;
	color: #000000;
}

/**********************************************************/
#contenedor{
	width: 750px; /* "100%" para centrar pagina*/
	margin: 0px;
	padding: 0px;
}

/**********************************************************/
#cabecera{
	width: 750px;
	height: 117px;
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
	background-color: #000000;
	background-image: url('../img/cabecera/bgCabecera.png');
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
}
	#soloProfesionales{
		width: 350px;
		height: 20px;
		clear: both;
		float: none;
		padding: 47px 0px 0px 380px;
		font: normal 0.67em Arial, Helvetica, sans-serif;
		color: #ffffff;
		text-align: right;
	}
	
	#menuCabecera{
		width: 350px;
		height: 57px;
		clear: both;
		float: none;
		padding: /*26px*/26px 0px 0px 380px;
		font: bold 0.74em Arial, Helvetica, sans-serif;
		color: #ffffff;
		text-align: right;
	}
	#menuCabecera ul{
		margin: 0px;
		padding: 0px 0px 0px /*18px*/0px; 
		text-decoration: none; 
		list-style-type: none;
		text-align: right;
	}
	#menuCabecera ul li {
		margin: 0px;
		padding-left: 10px;
		display: inline;
		text-align: right;
	}
	#menuCabecera ul li a{text-align: right; color: #ffffff; text-decoration: none; }
	#menuCabecera ul li a:hover{text-align: right; color: #cccccc; text-decoration: none; }
	
	
/**********************************************************/
#cuerpo{
	width: 750px;
	height: 430px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: none;
	clear: both;
	background-color: #ffffff;
}
* html #cuerpo{

}

#ladoIzquierdo{
		width: 565px;
		min-height: 350px;
		padding: 0px;
		margin: 0px 0px 10px 0px;
		float: left;
		clear: left;
		background-color: #ffffff;
	}

	#banner{
		width: 558px;
		height: 139px;
		margin: 0px 3px;
		padding: 0px;
		float: none;
		clear: both;
		background-color: #ffffff;
		background-image: url('../img/banner/banner.jpg');
		background-repeat: no-repeat;
		background-position: top left;
		text-align: left;
	}
	
	#titulo{
		width: 565px;
		height: 55px;
		margin: 0px 0px;
		padding: 20px 0px 0px 5px;
		color: #df8c2d;
		font-family: arial, verdana, helvetiva, geneva;
		font-size: 22px;
		float: none;
		clear: both;
		background-color: #ffffff;
		background-image: url('../img/titulo/titulos.gif');
		background-repeat: no-repeat;
		background-position: top left;
		text-align: left;
	}
	
	#contenido {
		width: 545px;
		height: 100%;
		margin: 5px 10px 10px 10px;
		padding: 0px;
		float: none;
		clear: both;
		background-color: #ffffff;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #000000;
		text-align: left;
	}
	
	.txt_contenido{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #000000;
		text-align: left;
	}



#ladoDerecho{
		width: 185px;
		min-height: 400px;
		padding: 0px;
		margin: 0px 0px 10px 0px;
		float: right;
		clear: right;
		background-color: #ffffff;
	}
		#presupuesto{
			width: 165px;
			height: 120px;
			background-image: url('../img/ladoDerecho/solicitePresupuesto.jpg');
			background-repeat: no-repeat;
			background-position: top left;
			background-color: #cccccc;
			padding: 60px 10px 5px 10px
		}
		#presupuesto p{
			margin: 5px 0px;
		}
		#enlaces{
			width: 155px;
			height: 200px;
			background-image: url('../img/ladoDerecho/linea.gif');
			background-repeat: repeat-y;
			background-color: #ffffff;
			margin: 10px 0px 0px 0px;
			padding: 10px 10px 10px 20px
		}
		* html #enlaces{
			/*height: 250px;*/
			height:100%;
		}

/**********************************************************/
#piePagina{
	width: 750px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;	
	border-top: 1px solid #333333;
	text-align: center;
	background-color: #ffffff;
}
	#menuPiePagina{
		width: 730px;
		height: 20px;
		clear: both;
		float: none;
		padding: 10px;
		font: normal 0.67em Arial, Helvetica, sans-serif;
		color: #999999;
		text-align: center;
	}
	#menuPiePagina ul{
		margin: 0px;
		padding: 0px 0px 0px 18px; 
		text-decoration: none; 
		list-style-type: none;
		text-align: center;
	}
	#menuPiePagina ul li {
		margin: 0px;
		padding-left: 10px;
		display: inline;
		text-align: center;
	}
	#menuPiePagina ul li a{text-align: center; color: #999999; text-decoration: none; }
	#menuPiePagina ul li a:hover{text-align: center; color: #000000; text-decoration: none; }
