body{
	width: 100%
}
#header{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	/*SI VAS A PONER UN FONDO AL HEADER HAZLO BIEN 
      SI NO ENTIENDES ALGO PREGUNTA ! NO GOOGLES MAS , POR ULTIMO SI NO ENCUENTRO UNA SOLUCION  , BUSCO SOBRE EL TEMA Y TE EXPLICO
	*/
    background: black url("/img/fondo_header.png") repeat-x;
    padding-top: 10px;

}

#sub_footer{
	width: 100%;

}
#sub_footer ul{
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	margin-top: 20px;

}

#sub_footer ul li {
	margin-right: 8px;
	margin-top: 5px;
	border-bottom: 1px solid #B2A9AB;
	padding-bottom: 4px;
	display: inline-block;
}

#sub_footer ul li a{
	font-size: 14px;
	color: #B2A9AB;

}

.btn_volver{
background: url("/img/volver.png");
background-size: 91px 20px;
background-repeat: no-repeat;
display: inline-block;
height: 30px;
width: 100px;
margin-top: 30px;

}

#contenedor_header #logo_dii {
	float: left;
	display: inline-block;
}
#contenedor_header #logo_dii img{	
width: 300px;
height: 100px;
}

#contenedor_header #logo_ssp{
	display: inline-block;
	float: right;
}

#contenedor_header #logo_ssp img{	
width: 160px;
height: 80px;
}

#contenedor_dinamico{

  padding: 15px;
}

#contenedor_header{	
	/*background: #B0AEAE;*/
	width: 1220px;
	margin-left: auto;
	margin-right: auto;
    background-color: transparent;  
}

#contenedor_header #info_ssp{
	float: right;
    text-align: center;
    font-size: 20px;
    margin-right: 80px;

}
#contenedor_header #info_ssp li{
	list-style: none;
}

.footer{
	background: #151515;
	margin-top: 100px;
	height: 150px;
}

.footer #contenedor_footer{
	background: #151515;
	width: 1220px;	
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#principal{
	min-height: 60%;
    height: auto !important;
    height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 1250px;
}

#contenido_texto{
	width: 750px;
	float: left;
	margin-top: 20px;
}

#login_usuario{
	width: 320px;
	float: right;
	padding: 10px;
}

#login_usuario input[type="text"]{

}

#login_usuario ul{
	margin-left: 0px;
	padding-left: 10px;
}
#login_usuario ul li{
	list-style: none;
	margin-bottom: 10px;
}
#login_usuario #btn-ingresar{
	float: right;
	margin-right: 25px;
}
#datos_contacto{
	float: right;
	text-align: right;
	color: #DDD9D9;
}
#datos_contacto li{
list-style: none;
display: block;	
}


#carousel-example-generic{
	width: 760px;
	height: 400px;
	float: left;
	margin-top: 20px;
}
#carousel-example-generic img{
	width: 760px;
	height: 400px;	
}

#tipo_solicitud{
	width: 400px;
	float: right;
}