#cabecera2{
	font-size: 12px;
	padding: 5px 15px 0 15px;
	background-color:#ffffff;
}

.padre_cab{
	float: left;
	padding-left: 10px;
	display:table;
	font-size: 20px;
}

.hijo_cab{
	display: table-cell;
	height: 61px;
	vertical-align: middle;
}

.padre{
	float: left;
	padding-left: 5px;
	display:table;
	font-size: 11px;
}

.hijo{
	display: table-cell;
	height: 40px;
	vertical-align: middle;
}

#nombre_socio{
	height: 20px;
	padding-top: 5px;
}

#dat_pers, #dat_tlfn{
	background-image: -webkit-gradient(linear, left top, left bottom, from( #e9e9e9 /*{e-bar-background-start}*/), to( #e0e0e0 /*{e-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #e9e9e9 /*{e-bar-background-start}*/, #e0e0e0 /*{e-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #e9e9e9 /*{e-bar-background-start}*/, #e0e0e0 /*{e-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #e9e9e9 /*{e-bar-background-start}*/, #e0e0e0 /*{e-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #e9e9e9 /*{e-bar-background-start}*/, #e0e0e0 /*{e-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #e9e9e9 /*{e-bar-background-start}*/, #e0e0e0 /*{e-bar-background-end}*/);
	line-height: 40px;
	text-align: center;
	margin-bottom: 10px;
}

#img_bandera{
	float: right;
	margin-top: -5px;
}

.lista_datos{
	margin:0;
	padding: 0px 5px;
}

.desc_datos{
	padding: 3px 0px;
	font-size: 11px;
}

#foto_socio{
	float: left;
	margin: 0 10px 10px 0;
}

#grupo_sang{
	float: left;
	margin: 5px 5px 5px 0px;
	width: 40px;
	height: 40px;
	background-image: url(../images/bidi/grupo_sang.png);
}

.gs{
	color: #ffffff;
	display: table;
	line-height: 52px;
	width: 40px;
	text-align: center;
	
}

.ul_tlf{
	margin: 0;
	padding-left: 5px;
	padding-top: 5px;
}

.li_tlf{
	padding: 3px 0px;
}

.gaus {
	color: transparent;
	text-shadow: 0 0 9px black;
	margin: 0 auto;
	text-align:center;
}

.interno {
	z-index: 99;
	font-size: 18px;
	text-align:center;
	left: 15px;
	right: 15px;
    top: 200px;
	padding: 20px 10px;
	position:fixed;
	background: #99D4FA;
	color: #222;
	text-shadow: none;
	border: 1px solid #fff;
	box-shadow: 0 0 3px #222;
	-webkit-box-shadow: 0 0 3px #222;
	-moz-box-shadow: 0 0 3px #222;
	cursor: arrow;
}