	/*Elementos HTML
	----------------------------------------------- */
	body {
		margin: 0 auto;
		padding: 0;
		text-align: center;
		font: 14px/1.3 Tahoma, Geneva, sans-serif;
		line-height: 1.5em;
		background-color: #26163d;
		background-image: url('../Imagenes/ImagenesWeb/Fondo_Body.jpg');
		font-family: system-ui;
		background-repeat: repeat-x;
		background-position: top;
	}

	.textTitleRight {
		padding-right: 5px;
		text-align: right;
		font-weight: bold;
	}

	.textCenter {
		text-align: center;
	}

	center table {
		border-spacing: 1;
		border-collapse: collapse;
		background: white;
		border-radius: 6px;
		overflow: hidden;
		max-width: 800px;
		width: 100%;
		margin: 0 auto;
		position: relative;
		margin-bottom: 20px;
	}

	center table * {
		position: relative;
	}

	center table td {
		padding-left: 8px;
	}

	center table tr:hover {
		background: #000000 !important;
		color: #fff;
	}

	center table tr:nth-of-type(odd) {
		background: #eeeeee;
	}

	center table th {
		background-color: #212121;
		box-shadow: 0 -1px 15px #111111;
		color: #fff;

		height: 60px;
		font-size: 16px;
	}

	p {
		margin: 5px;
		padding: 0;
		text-align: justify;
	}

	a {
		text-decoration: none;
		cursor: hand;
	}

	h2 {
		font-size: 22px;
		font-weight: normal;
	}

	span {
		font: italic 12px Arial, sans-serif;
		padding: 0;
		font-variant: small-caps;
		line-height: inherit;
	}

	/* la imagen en su forma normal */
	img {
		-webkit-transform: scale(1);
		/*Webkit: Scale down image to 0.8x original size*/
		-moz-transform: scale(1);
		/*Mozilla scale version*/
		-o-transform: scale(1);
		/*Opera scale version*/
		-webkit-transition-duration: 0.5s;
		/*Webkit: Animation duration*/
		-moz-transition-duration: 0.5s;
		/*Mozilla duration version*/
		-o-transition-duration: 0.5s;
		/*Opera duration version*/
		opacity: 0.5;
	}

	/* al pasar el cursor por encima SE AMPLIA*/
	img:hover {
		border-radius: 15px 15px 15px 15px;
		-webkit-transform: scale(1.3);
		/*Webkit:Modificamos tama�o a escala*/
		-moz-transform: scale(1.3);
		/*Mozilla:Modificamos tama�o a escala*/
		-o-transform: scale(1.3);
		/*Opera:Modificamos tama�o a escala*/
		-webkit-transition-duration: 0.5s;
		/*Webkit:Duraci�n de la animaci�n*/
		-moz-transition-duration: 0.5s;
		/*Mozilla:Duraci�n de la animaci�*/
		-o-transition-duration: 0.5s;
		/*Opera:Duraci�n de la animaci�*/
		opacity: 1;
	}

	/*Estructura Pagina (<div>)
	----------------------------------------------- */
	#cabecera {
		background-color: #212121;
		box-shadow: 0 -1px 15px #111111;
		color: #fff;
		display: block;
		height: 70px;
		position: fixed;
		width: 100%;
		z-index: 100;
		top: 0px;
	}

	#Banner {
		margin: auto;
		height: 70px;
		width: 900px;
	}

	#Titulo {
		line-height: 0;
		margin: 6px 5px auto;
		position: absolute;
		top: 0;
	}

	#Buscador {
		margin: 0 15px 0 0;
		padding: 10px;
	}

	#templatemo_slider_wrapper {
		margin: auto;
		width: 940px;
		background: url('../Imagenes/ImagenesWeb/FondoInfoUsuario.png') repeat-y center;
	}

	#templatemo_slider {
		height: 256px;
		padding: 40px 0;
		background: url('../Imagenes/ImagenesWeb/InfoUsuario.png') no-repeat;
	}

	#ImgPerfil {
		background-color: #212121;
		box-shadow: 0px 0px 30px #46D5FF;
		border-radius: 20px 0px 20px 0px;

		padding: 10px 0px 0px 0px;
		margin: -30px 0px 0px 70px;
		float: left;
		width: 225px;
		height: 260px;
	}

	#InfoPerfil {
		background-color: #212121;
		border-radius: 20px 0px 20px 0px;
		border: 2px dotted #000000;
		box-shadow: 0px 0px 30px #FFFFFF;

		width: 565px;
		height: 260px;
		margin: -27px 0px 0px 310px;
		overflow: hidden;
	}

	.ImgBibliografia,
	.DetallesPerfil {
		border-radius: 20px 0px 20px 0px;
		padding: 10px;
		height: 260px;
	}

	.ImgBibliografia {
		margin-top: 0;
		background: #000000;
		opacity: 0.8;

		-webkit-transition-property: margin-top;
		-webkit-transition-duration: .5s;

		-moz-transition-property: margin-top;
		-moz-transition-duration: .5s;

		-o-transition-property: margin-top;
		-o-transition-duration: .5s;

		-ms-transition-property: margin-top;
		-ms-transition-duration: .5s;
	}

	.DetallesPerfil {
		background: #FFFFFF;
		color: #666666;
		font-size: 12px;
	}

	#InfoPerfil:hover .ImgBibliografia {
		margin-top: -290px;
	}

	/*-------------------------------------------------------------*/

	#contenedor {
		background-color: #212121;

		box-shadow: 0 -1px 15px #111111;
		border: 3px dashed #FFFFFF;
		border-radius: 20px 20px 5px 5px;

		margin: 10px auto;
		font-size: 15px;
		color: #fff;
		width: 900px;
		padding: 10px;
	}

	#ContenedorLogin {
		background-color: #212121;

		box-shadow: 20px 50px 60px #111111;
		border: 5px dashed #FFFFFF;
		border-radius: 20px;

		margin: 50px auto;
		font-size: 15px;
		color: #fff;
		width: 750px;
	}

	#contenedor a {
		color: #5B84FF;
		font-weight: bold;
		font-size: 0.8em;
	}

	#Colum2 {
		background-color: #FFFFFF;
		box-shadow: 0 -1px 15px #111111;
		border: 3px double #000000;
		border-radius: 0 20px 5px 0;

		padding: 0px 0px 0px 48px;
		margin: -10px 0 0 557px;
		width: 200px;
		float: inherit;
	}

	#footer {
		background-color: #212121;

		box-shadow: 0 8px 15px #111111;
		border: 2px dashed #FFFFFF;
		border-radius: 5px 5px 20px 20px;

		color: #fff;
		height: 50px;
		width: 900px;
		padding: 10px;
		margin: auto;
	}

	#footer p {
		margin: 12px;
		text-align: center;
	}

	#espacio {
		height: 20px;
	}

	/* Bot�n Ir Arriba
	----------------------------------------------- */
	#IrArriba {
		position: fixed;
		bottom: 10px;
		/* Distancia desde abajo */
		right: 10px;
		/* Distancia desde la derecha */
	}

	#IrArriba span {
		width: 60px;
		/* Ancho del bot�n */
		height: 60px;
		/* Alto del bot�n */
		display: block;
	}

	#SubirBajar {
		position: fixed;
		top: 200px;
		right: 2px;
	}

	#SubirBajar a {
		margin: 5px;
	}

	/*Redes Sociales */
	#socialicons {
		left: 50%;
		line-height: 15px;
		margin: 3px auto;
		position: absolute;
		right: 0;
	}

	#socialicons img {
		-moz-transition: all 0.8s ease-in-out;
		-webkit-transition: all 0.8s ease-in-out;
		-o-transition: all 0.8s ease-in-out;
		-ms-transition: all 0.8s ease-in-out;
		transition: all 0.8s ease-in-out;
		opacity: 0.5;
	}

	#socialicons img:hover {
		/*-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg); */

		box-shadow: 0 5px 10px #46D5FF;
		border: 1px double #46D5FF;
		border-radius: 5px 5px 20px 20px;

		opacity: 100;
	}

	/*Clases Css
	----------------------------------------------- */

	.Menu {
		height: 60px;
		margin: 20px auto;
		width: 957px;
		margin-top: 90px;
	}

	.contenedorexterior {
		margin: 0 auto;
		width: 900px;
	}

	.Deco {
		background-color: #FFFFFF;
		border: 1px dotted #46D5FF;
		border-radius: 0 10px 0 10px;
		box-shadow: 0 5px 10px #46D5FF;

		margin: 15px;
		font-size: 15px;
		color: #000000;

		padding: 5px;
	}

	.col_w280 {
		float: left;
		width: 280px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.col_w280R {
		float: right;
		width: 280px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.col_w245 {
		float: left;
		width: 245px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.col_w230 {
		float: left;
		width: 230px;
		padding-right: 0px;
		padding-left: 0px;
	}

	.col_w850 {
		float: left;
		width: 850px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.col_w515 {
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		width: 515px;
	}

	.col_w560 {
		float: left;
		width: 560px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.col_w420 {
		float: left;
		width: 420px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.col_w395 {
		float: left;
		width: 395px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.col_w395R {
		float: right;
		width: 395px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.hr {
		clear: both;
		padding-bottom: 20px;
		margin-bottom: 20px;
		background: url('../Imagenes/ImagenesWeb/hr.png') bottom repeat-x;
	}

	#Mensaje {
		margin: auto;
		background-color: #DFF2BF;
		border: 1px dotted #46D5FF;
		border-radius: 0 10px 0 10px;
		box-shadow: 0 5px 10px #46D5FF;

		height: 35px;
		width: 300px;
	}

	.error {
		color: #D8000C;
		background-color: #FFBABA;
		border-radius: 20px;
		border: 2px dotted #000000;
		box-shadow: 0px 0px 30px #FFBABA;
	}

	.success {
		color: #4F8A10;
		background-color: #DFF2BF;
		border-radius: 20px;
		border: 2px dotted #000000;
		box-shadow: 0px 0px 30px #DFF2BF;
	}

	.info {
		color: #00529B;
		background-color: #BDE5F8;
		border-radius: 20px;
		border: 2px dotted #000000;
		box-shadow: 0px 0px 30px #BDE5F8;
	}

	.cleaner {
		clear: both;
		width: 100%;
		height: 0px;
		font-size: 0px;
	}

	.CerrarSesion {
		border-style: none;
		border-color: inherit;
		border-width: 0px;

		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		-moz-box-shadow: 0px 0px 30px #3cdfdf;
		-webkit-box-shadow: 0px 0px 30px #3cdfdf;
		box-shadow: 0px 0px 30px #3cdfdf;

		/* FF3.6 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#3cdfdf')";
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #3cdfdf));
		/* Saf4+, Chrome */
	}