body{
padding:0px;
margin:0px;
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
overflow-y:hidden;
}

a:link {
color: #666666;
text-decoration: none;
}

a:visited {
color: #666666;
text-decoration: none;
}

a:hover {
color: #666666;
text-decoration: none;
}

a:active {
color: #666666;
text-decoration: none;
}

#content{
width:740px;
height:324px;
background-image:url("../img/fondo.jpg");
background-attachment: center;
background-repeat:no-repeat;
background-size:85%;
padding:222px 142px;
margin:0px auto;
overflow:auto;
overflow-y:hidden;
}

#contenido{
width:723px;
height:260px;
background-color:rgba(217,217,217,0.7);
padding:15px;
}

#cuerpo{
width:683;
height:220px;
padding:20px;
background-color:rgba(255,255,255,0.6);
overflow:auto;
}

	section{
	float:left;
	}

		#texto1 > img{
		float:left;	
		}
		
		#texto1 > nav{
		float:right;
		margin-top:5px;
		margin-left:50px;
		}
		
			.menu{
			float:left;		
			width:130px;
			padding:4px 5px;
			font-size:8pt;
			font-weight:bold;
			text-align:right;
			border-right:2px solid #666666;
			}
			
			.menu > a{
			color:#666666;
			}
			
			.menu > a:hover{
			color:black;
			}
		
	#texto2{
	margin-top:30px;
	}
	
		#texto2 > article{
		padding:5px;
		float:left;
		font-size:11px;
		line-height:150%;
		}
		
			#cat{
			width:220px;
			}
			
			#cas{
			width:200px;
			color:#ec7d21;
			}
			
			#cliente{
			width:100px;			
			background-color:black;
			margin-top:65px;
			margin-left:126px;
			text-align:center;			
			}
			
			#cliente > a{
			color:white;
			
			}
		
footer{
margin-top:22px;
}

	#direccion{
	padding:5px;
	background-color:white;
	float:left;	
	color:#666666;	
	}
		
		span{
		font-weight:bold;
		}
		
		#dirección > a{
		color:#666666;
		}

	#correo{
	float:right;
	}
	
	#correo > a:hover{
	color:#ec7d21;
	}