* {
	margin: 0px;
	padding: 0px;
}
body {
	width:100%;
	display:-webkit-box;
	-webkit-box-pack: center;	
}

/*NUEVO MENU*/
nav{
  font-family: Helvetica;
  width: 950px;
  margin: 0 auto;
  position: absolute;
  background-color: #96BC1D;
}
ul{
  list-style: none;
}
#nuevo_menu li>a{
  background-color: #96BC1D;
  color: white;
  padding: 10px;
  display: block;
  text-decoration: none;
  min-width: 114px;
}
#nuevo_menu li>a:hover{
  color: #000;
  background-color: #F93;
}
#nuevo_menu>li{
  float: left;
  text-align:center
}
#nuevo_menu>li>ul{
  display: none;
}
#nuevo_menu>li:hover>ul {
	display: block;
}
/*NUEVO MENU FINAL*/

.G_Banner {
	width: 950px;
	background-image: url(../DPRCN_Imagenes/DPRCN_FND_Banner_Slider.jpg);
	background-repeat: no-repeat;
	height: 200px;
	display: block;
}
.G_Index_Menu {
	width: 950px;
	height: 400px;
	display: block;
}
#G_Contenido_Total {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color:#E3EDD9;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	-moz-box-shadow: 0px 0px 20px #000000;
	-webkit-box-shadow: 0px 0px 20px #000000;
	box-shadow: 0px 0px 20px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/

}
#G_Footer {
	color: #FFF;
	width: 950px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #96BC1D;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	padding-top: 20px;
	padding-bottom: 30px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
#D_Info_Pagina {
	width: 950px;
	margin-top:50px;
	background-color: #E3EDD9;
	height: 450px;
}
.G_Index_Menu_PGS {
	width: 950px;
	height: 50px;
	display: block;
}
.D_Titulo_Pagina {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 36px;
	color: #42A62A;
	width: 910px;
	padding-top: 17px;
	padding-right: 20px;
	padding-bottom: 17px;
	padding-left: 20px;
	float: left;
}
.D_Parrafo_Izq {
	float: left;
	height: 300px;
	width: 400px;
	padding-left: 100px;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
	position: relative;
}
.D_SliderBig {
	float: left;
	height: 400px;
	width: 950px;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: relative;
}
.D_Foto_Pagina {
	float: left;
	width: 450px;
	height: 330px;
}
.D_Parrafo_Contacto {
	float: left;
	height: 300px;
	width: 250px;
	padding-left: 100px;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
}
.D_Links_Gris {
	color: #333;
	text-decoration: none;
}
.D_Espacio_Formulario {
	padding: 15px;
	float: left;
	height: 260px;
	width: 540px;
	background-image: url(../DPRCN_Imagenes/D_FND_Contacto.png);
	background-repeat: repeat-y;
}
.D_FRM_Borde {
	background-color: #96BC14;
	float: left;
	height: 290px;
	width: 15px;
	margin-left: 15px;
	-webkit-border-radius: 15px 0px 0px 15px;
	border-radius: 15px 0px 0px 15px;
}
.D_FRM_Etiqueta {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #030;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
}
.D_FRM_CampoTexto {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	padding: 3px;
	width: 350px;
}
.D_FRM_Espc_CampoTexto {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.D_FRM_Espc_Botones {
	float: left;
	width: 535px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.D_Botones {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-right: 15px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
