/* MENÚ SUPERIOR */
.ul_menu_sobremi {
	position: relative;
	width: 940px;
	background: url(../imagenes/encabezado_sobremi_bg.png) no-repeat;
	height: 113px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
/* FOTO AUTOR */
#FotoAutor {
margin-top : 20px;
float : left;
width : 280px;
border: 1px solid #ddd;
padding: 5px;
font: 10px normal Arial, Helvetica, sans-serif;
text-align:right;
}
#ColumnaTabs {
float : right;
width : 630px;
margin-top: 20px;
margin-right: 2px;
margin-bottom: 15px;
}
/* TABS DEL JQUERY */

.menutabs {
	position: relative;
	float: right;
	width: 100%; 
	margin: 20px 2px 20px 0;
	}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	width: 100%;
	font: 9px normal Verdana, Arial, Helvetica, sans-serif;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #ddd;
	border-left: none;
	margin-bottom: -1px;
	background: #f0f0f0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #ddd;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;

}
.tab_content {
	padding: 20px 20px 10px 20px;
	color : #333;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font : 19px/14px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
.contentFecha {
	text-align: right;
	color : #ff0055;
	font-size : 10px;
	margin-bottom : 15px;
}
.tab_container p {
margin-bottom : 15px;
}
