@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
header, footer, nav, section, article, aside, hgroup {
	display: block;
}


/* CSS Document */#pinturas-prinz {
	background-image: url(../images/light_grey.png);
	height: 35px;
	width: 100%;
}
#sombra {
	background-color: #9A9B9D;
	height: 10px;
}
#contenedor {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 785px;
	-moz-box-shadow: 0px 0px 5px #5c5c5c;
	-webkit-box-shadow: 0px 0px 5px #5c5c5c;
	box-shadow: 0px 0px 5px #5c5c5c;
}
#contenedor #logo_prinz {
	background-image: url(../images/Logo-Prinz.jpg);
	float: left;
	height: 70px;
	width: 185px;
	margin-top: 40px;
	margin-left: 120px;
}
#contenedor #nav {
	float: left;
	height: 32px;
	width: 515px;
	margin-top: 70px;
	margin-left: 80px;
	font-size: 15px;
	font-family: Roboto;
	padding-top: 10px;
}
#contenedor #nav ul {
	display: block;
	width: 100%;
	height: 100%;
}
#contenedor #nav ul li {
	display: block;
	float: left;
	height: 25px;
	width: 110px;
	text-decoration: none;
	list-style-type: none;
	text-align: center;
	border: 2px solid #CCC;
	vertical-align: middle;
}
#contenedor #nav ul li a {
	text-decoration: none;
	color: #999;
	display: block;
	list-style-type: none;
	height: 100%;
	width: 100%;
}
#contenedor #nav ul li a:hover {
	background-color: #CCC;
	color: #FFF;
}

#contenedor #contacto-form {
	float: left;
	width: 850px;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 20px;
	height: 550px;
	background-image: url(../images/light_grey.png);
	font-family: "Open Sans";
}

#contenedor #contacto-form #titular-form {
	float: left;
	height: 40px;
	width: 600px;
	margin-right: 125px;
	margin-left: 125px;
	font-family: Roboto;
	text-align: center;
	font-size: 18px;
	color: #999;
	margin-top: 30px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
#contenedor #contacto-form form {
	   -webkit-border-radius: 7px 7px 7px 7px;
   border-radius: 7px 7px 7px 7px;
	float: left;
	width: 470px;
	margin-right: 130px;
	margin-left: 125px;
	height: 270px;
	padding-left: 130px;
	font-family: Roboto;
	font-size: 15px;
	margin-top: 33px;
	color: #999;
	padding-top: 25px;
}
#contenedor #contacto-form form:hover {
	background-color: #FFF;
   -webkit-border-radius: 7px 7px 7px 7px;
   border-radius: 7px 7px 7px 7px;

  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;


}
#contenedor #contacto-form form table tr td #Enviar {
	background-color: #999999;
	display: block;
	font-family: "Open Sans";
	font-size: 16px;
	color: #FFF;
	height: 25px;
	width: 150px;
	margin-left: 100px;
	margin-top: 10px;
}



















#contenedor #footer-shadow {
	background-image: url(../images/footer-shadow.jpg);
	float: left;
	height: 24px;
	width: 100%;
	margin-top: 20px;
}

#contenedor footer {
	height: 35px;
	width: 100%;
	float: left;
	background-image: url(../images/light_grey.png);
	font-family: Roboto;
	text-align: center;
	font-size: 15px;
	padding-top: 10px;
	color: #999;
}
#contenedor #sombra {
	background-color: #9A9B9D;
	float: left;
	height: 15px;
	width: 100%;
}




.Titular-Bold {
	font-weight: bold;
	font-size: 32px;
}
