/* CSS Document */
body {
	margin:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	background:#FFF;
}

div#contenedor {
	width:760px;
	height:auto;
	min-height:300px;
	margin:0 auto;
	background:url(/img/maq/fondo_contenedor.jpg) top center no-repeat #c7c7c7;
}

div#contenedor div#cuerpo1 {
	width:240px;
	height:auto;
	padding:10px;
	float:left;
}

	div#contenedor div#cuerpo1 div#menu {
		width:220px;
		height:330px;
		padding:10px;
		background: url(/img/maq/cuerpo1/fondoMenu.jpg) bottom right no-repeat #6d1a42;
	}
	
		
		div#contenedor div#cuerpo1 div#menu a{
			color:white;
			text-decoration:none;
			display:block;
		}
		
		div#contenedor div#cuerpo1 div#menu a:hover{
				color:#b78fa2;
				text-decoration:underline;
		}
		
		div#contenedor div#cuerpo1 div#menu ul{
			list-style:none;
			margin:0;
			margin-left:15px;
			padding:0;
		}
		
			div#contenedor div#cuerpo1 div#menu ul li{
			}
			
				div#contenedor div#cuerpo1 div#menu ul li a{
				}
	
div#contenedor div#cuerpo2 {
	width:470px;
	height:auto;
	padding:10px 20px 10px 10px;
	float:left;
	margin-top:150px;
	color:#6d1a42;
}

	div#contenedor div#cuerpo2 img.banner {
		width:460px;
		height:60px;
	}
	
	div#contenedor div#cuerpo2 h1 {
		margin:5px 0;
		font-weight:400;
	}
	
	div#contenedor div#cuerpo2 h2 {
		margin:25px 0px 5px 0px;
		font-weight:400;
	}
	
	div#contenedor div#cuerpo2 p {
		margin:5px 0;
	}
	
	div#contenedor div#cuerpo2 form {
		width:500px;
	}
	
	div#contenedor div#cuerpo2 label {
		display:block;
		height:18px;
		line-height:18px;
		width:62px;
		color:#fff;
		background:#6d1a42;
		padding:2px 4px;
		float:left;
		margin:5px 0;
	}
	
	div#contenedor div#cuerpo2 input {
		width:166px;
		height:16px;
		border:2px solid #6d1a42;
		float:left;
		margin:5px 0;
		font-size:10px;
		text-indent:5px;
	}
	
		div#contenedor div#cuerpo2 form a.google {
			color:#6d1a42;
			text-decoration:none;
			float:left;
			margin-top:10px;
		}
		
		div#contenedor div#cuerpo2 form a.google:hover {
			color:#6d1a42;
			text-decoration:underline;
		}
	
		div#contenedor div#cuerpo2 input.boton {
			width:100px;
			height:22px;
			color:white;
			background:#6d1a42;
			float:right;
			margin-right:20px;
			font-size:12px;
		}
	
	div#contenedor div#cuerpo2 textarea {
		width:401px;
		height:46px;
		border:2px solid #6d1a42;
		float:left;
		margin:5px 0;
		font-size:10px;
		padding-left:5px;
		font-family:Arial, Helvetica, sans-serif;
	}

div#contenedor div#pie {
	background:url(/img/maq/pie/fondo_pie.jpg) right -1px no-repeat #6d1a42;
	height:100px/*145px*/;
	width:720px;
	color:#b78fa2;
	padding:20px;
}

	div#contenedor div#pie ul{
		list-style:none;
		padding:0;
		margin:0;
		display:block;
		height:18px;
	}
	
		div#contenedor div#pie ul li{
			float:left;
			color:white;
			margin:0px 5px;
			text-transform:uppercase;
			font-size:10px;
		}
		
			div#contenedor div#pie ul li a{
				color:white;
				text-decoration:none;
			}
			
			div#contenedor div#pie ul li a:hover{
				color:#b78fa2;
				text-decoration:underline;
			}

