* { 
	margin: 0;
	padding:0;
	outline: 0;
}

ul,li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

a:hover {
}

html {background: #1d1d1d;}

body {
	background: #FFF;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	font-weight: 100;
	font-size: 16px;
	color: #303030;
	padding-top: 40px;
}

h2 {
	font-weight: 300;
	margin: 30px 0;
}

h2 a{
	color: #e2e2e2;
	text-decoration:none;
	border-bottom: #e2e2e2 1px dotted;
}

h2 a:hover{
	color: #b0b0b0;
	text-decoration:none;
	border-bottom: #b0b0b0 1px solid;
}

small{
	color: #f4f4f4;
	font-family: Geneva;
	font-size: 100%;
	letter-spacing: -5px;
}

#wrapper950{
	width: 950px;
	margin: 0 auto;
}

#visor{
	width: 950px;
	height: 438px;
	background: url(../img/fondosuelo.jpg) no-repeat;
	/*margin-top: 40px;*/
}

#slogan{
	margin-top: 80px;
	font-size: 15pt;
	float: right;
	width: 450px;
	font-weight: normal;
}

#logo{
	background: url('../img/logo230.jpg') no-repeat;
	text-indent: -9999px;
}

#logo a{
	display: block;
	width: 230px;
	height: 53px;
	outline: none;
}

#footer{
	clear: both;
}

#menu{
	background: url(../img/fondomenu.jpg);
	height: 30px;
}

#menu ul{
	margin: auto;
	width: 950px;
	padding-top: 7px;
}

#menu li{
	display: inline;
	margin: 10px;
	font-size: 10pt;
}

#menu a{
	color: #1d1d1d;
	text-decoration: none;
}

#menu a:hover{
	color: white;
}

#contenedor{
	width: 950px;
	/*height: 438px;*/
	height: 408px;
	background: url(../img/maceta1.jpg) right no-repeat;
	/*margin-bottom: 106px;*/
}

#contenedor p{
	margin-bottom: 15px;
	width: 600px;
}

#contenedor2{
	width: 950px;
	/*height: 438px;*/
	height: 408px;
	background: url(../img/maceta2.jpg) right no-repeat;
	/*margin-bottom: 106px;*/
}

#contenedor2 p{
	margin-bottom: 15px;
	width: 600px;
}

#contenedor3{
	width: 950px;
	/*height: 438px;*/
	height: 408px;
	background: url(../img/maceta3.jpg) right no-repeat;
	/*margin-bottom: 106px;*/
}

#contenedor3 p{
	margin-bottom: 15px;
	width: 600px;
}

.wrapper{
	width: 950px;
	/*height: 438px;*/
	height: 408px;
}

.wrapper p{
	margin-bottom: 15px;
	width: 600px;
}

.right{
	float: right;
}

#form{
	width: 430px;
	float: right;
	margin-top: 40px;
}

.input{
	width: 180px;
	height: 19px;
	margin: 4px 0;
	border: #d2d2d2 2px solid;
	font-size: 10px;
	padding-left: 4px;
	background: url(../img/bg.jpg) repeat;
}

#formMsg{
	width: 390px;
	height: 50px;
	padding: 4px;
	font-size: 10px;
	border: #d2d2d2 2px solid;
	background: url(../img/bg.jpg) repeat;
	margin-top:5px;
}

#formEnviar{
	margin: 7px 25px 0 0;
}

.gris{
	color: #8c8c8c;
	font-size: 14px;
	padding-left: 20px;
}

#contacto{
	width: 450px;
	float: left;
	margin-top: 40px;
}

span{
	width: 400px;
	float: right;
	margin-top: 120px;
	font-size: 14px;
	color: #8c8c8c;
}

.madrid{
	float: right;
	margin-top: 70px;
	color: #555;
	text-decoration: none;
	border-bottom: #555 1px dotted;
}

.madrid:hover{
	color: #b0b0b0;
	text-decoration:none;
	border-bottom: #b0b0b0 1px solid;
}