/* CSS Document */

body {
	background:#FFF8DE;
	padding:0px;
	margin:0px;
}

* {
	font-family:"Trebuchet MS";
	font-size:9pt;
	color:#231F20;
}

p {
	margin:0 0 10px 0;
	padding:0;
	text-align:justify;
}

.textoresaltado {
	color:#6C640E;
}

a {
	color:#6C640E;
	text-decoration:none;
}

a:hover {
	color:#FCAF17;
}

a img {
	border:0;
}

#todo {
	width:775px;
	margin-left:auto;
	margin-right:auto;
}
	#header {
		margin-bottom:2px;
	}
	
		#header #telmail {
			position:relative;
			left:108px;
			top:165px;
			font-weight:bold;
		}

	#menu {
	}

	#contenido {
		padding:10px;
	}
a.boton_disenografico {
			display:block;
			width:238px;
			height:128px;
			background:url(../includes/noexpire.php?file=../gfx/home/1_off.jpg&type=jpeg);
			font-size:0px;
		}
a.boton_disenografico:hover {
			background:url(../includes/noexpire.php?file=../gfx/home/1_on.jpg&type=jpeg);
		}
a.boton_disenoweb {
			display:block;
			width:238px;
			height:128px;
			background:url(../includes/noexpire.php?file=../gfx/home/2_off.jpg&type=jpeg);
			font-size:0px;
		}
a.boton_disenoweb:hover {
			background:url(../includes/noexpire.php?file=../gfx/home/2_on.jpg&type=jpeg);
		}
a.boton_capacitacion {
			display:block;
			width:238px;
			height:128px;
			background:url(../includes/noexpire.php?file=../gfx/home/3_off.jpg&type=jpeg);
			font-size:0px;
		}
a.boton_capacitacion:hover {
			background:url(../includes/noexpire.php?file=../gfx/home/3_on.jpg&type=jpeg);
		}
		div.titulo_seccion {
			border-bottom:2px solid #AC9B2E;
			padding-bottom:2px;
			margin-bottom:10px;
		}
			div.titulo_seccion td {
				color:#6C640E;
				font-weight:bold;
			}
		div.marco {
			height:88px;
			width:88px;
			background:url(../gfx/diseno/marco.jpg);
		}
		input.campo_de_texto, textarea.campo_de_texto {
			border:1px solid #AC9B2E;
			background:#FFFCF2;
			padding:2px;
		}
		input.boton {
			border:0;
			background:#AC9B2E;
			padding:2px;
			color:white;
		}
	#footer {
		/*font-weight:bold;*/
		text-align:center;
		margin-top:10px;
		margin-bottom:10px;
	}
