@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	padding-top:20px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-image: url(img/fondo.jpg);
	color:#333;
}
h1, h2{
	

	padding:0;
	margin:0px;
}

h1{
	font-size: 1.5em;
}

h2{
	margin-top:30px;


}
p, ul{
	margin-top:10px;
	line-height: 1.4em;
}

#wrapper {

	width: 950px;
	height:689;
		overflow:hidden;
	border: 1px;
	border: 1px solid #666;
	background-color: #FFF;	
	box-shadow: 0px 0px 11px rgba(0,0,0,0.2);

	-moz-box-shadow: 0px 0px 11px rgba(0,0,0,0.2);

	-webkit-box-shadow: 0px 0px 11px rgba(0,0,0,0.2);
}

#taxialcoy img {
	float: right;
	margin-left:30px;
	margin-top:30px;
}

#content {

	width: 950px;
	margin:auto;
	overflow:hidden;

	border: 1px;
	border: 1px solid #666;
	background-color: #FFF;	
	box-shadow: 0px 0px 11px rgba(0,0,0,0.2);

	-moz-box-shadow: 0px 0px 11px rgba(0,0,0,0.2);

	-webkit-box-shadow: 0px 0px 11px rgba(0,0,0,0.2);
}

#logo {
	width: 250px;
	float: left;
		margin: 0px;
	position:relative;

	padding-left:30px;
	margin-top:20px;
}

#contacto {
	margin-top:15px;
	text-align:right;
}

#texto {
	width: 600px;
	float: right;
	margin-top:40px;
	margin-bottom:30px;
	padding-right:30px;
}

#peu {
	padding:10px;
	clear:both;
	text-align:center;
	background-color: #444;
	color: #fff;
	background-image: url(img/peu.jpg);
	background-repeat: repeat-x;
}

img.dec{
	margin-top:20px;
}
