div#header_logo
{
	float: left;
	width: 150px;
	height: 170px;
	margin: 30px 20px 30px 20px;
	background-color: white;
	overflow: hidden;
}

div#header_logo_contenidos
{
	margin: 0 0 0 0;
	font-size: 12px;
	line-height: 20px;
	color: #222222;
}

div#header_foto
{
	position: relative;
	height: 170px;
	margin: 30px 30px 30px 0;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
   box-shadow: inset 0 0 10px black;
	background-image: url(../img/css_header_fondo.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: white;
	overflow: hidden;
}

div#header_foto_titulo
{
	float: left;
	border-bottom-right-radius: 40px;
	padding: 15px 15px 10px 20px;
	background-color:rgba(0, 0, 0, 0.6);
	font-size: 12px;
	line-height: 20px;
	color: #222222;
}

div#header_foto_titulo span
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 16px;
	line-height: 24px;
	font-family: Titulos, "Times New Roman", Times, serif;
	color: white;	/*color: #63671A;*/
	/*text-shadow: 1px 1px 1px #fff;*/
}

div#header_foto_texto
{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 5px 5px 10px 5px;
	background-color:rgba(0, 0, 0, 0.6);
	text-align: center;
}

div#header_foto_texto span
{
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 15px;
	color: white;
}

div#header_login
{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-bottom-left-radius: 10px;
 	box-shadow: 0px 0px 6px #333;
	background-color: #212121;
}

div#header_login_contents
{
	margin: 5px 5px 5px 5px;
	line-height: 20px;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: white;
	font-weight: bold;
}

div#header_login_contents input[type=text],
div#header_login_contents input[type=password]
{
	float: none;
	width: 120px;
	margin: 0 0 0 0;
}

div#header_login_contents img
{
	vertical-align: text-bottom;
}