﻿/** Estilo Página **/

.fondovideo {
	color: #6CF;
	font-weight: bold;
}
.rounded {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	text-indent: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 18px;
	width: 150px;
	outline: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #FFF;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-right-width: 0px;
	border-right-style: solid;
}

#Logonuevo {
	height: 100px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#Logonuevo #Contenedorlogonuevo {
	height: 100px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 62px -9px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 62px -9px rgba(0,0,0,1);
    box-shadow: 0px 0px 62px -9px rgba(0,0,0,1);
}
#Logonuevo #LogoA {
	height: 100px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(datos/barraarriba.gif);
	background-repeat: repeat-x;
}
#Logonuevo #LogoA #Logook img {
	margin-left: 25px;
}
#Logonuevo #LogoB {
	height: 100px;
	width: 350px;
	float: left;
	background-image: url(datos/barraarriba.gif);
}
#Logonuevo #LogoC {
	height: 100px;
	width: 350px;
	color: #FFF;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	float: right;
	background-image: url(datos/barraarriba.gif);
}
#Logonuevo #LogoC #TT_vBjgLhtBtICcdBBAjAS1EkkE19nAMEEFbt1dEcyIqkj {
	height: 50px;
	width: 283px;
	margin-left: 35px;
	margin-top: 16px;
}
#Logonuevo #LogoC #Actuadia {
	height: 20px;
	margin-top: 8px;
}
#Menú {
	height: 23px;
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#Menú #ContenedorMENU {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	height: 30px;
	-webkit-box-shadow: 0px 0px 62px -9px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 62px -9px rgba(0,0,0,1);
    box-shadow: 0px 0px 62px -9px rgba(0,0,0,1);
}
#Cuerpo {
	background-color: #FFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.23);
    box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.23);
	border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border: 0px solid #000000;
}
#Cuerpo #Barra {
	height: 4px;
	width: 1000px;
}
#Cuerpo #Divisor2 {
	border-bottom-color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	height: 2px;
}
#Cuerpo #Divisor {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #FFFFFF;
}
#Cuerpo #buscadoryusuario {
	height: 22px;
	width: 980px;
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
}
#Cuerpo #buscadoryusuario #buscador {
	float: right;
	height: 22px;
	width: 182px;
	background-color: #FFF;
	text-align: right;
}
#Cuerpo #buscadoryusuario #iniciarsesion {
	float: left;
	height: 25px;
	width: auto;
	margin-top: -3px;
}
#Cuerpo #buscadoryusuario #buscador form #contenedorlupa {
	height: 20px;
	width: 20px;
	float: right;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	display: block;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #FFF;
}
#Cuerpo #buscadoryusuario #buscador form a img {
	text-align: center;
	display: block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 18px;
	width: 18px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#Cuerpo #Principal {
	width: 700px;
	float: inherit;
	margin-top: 25px;
	margin-right: 20px;
	margin-left: 15px;
}
#Cuerpo #costadointeractivo {
	width: 300px;
	float: right;
	margin-top: 10px;
	margin-right: 15px;
	height: 275px;
	-webkit-box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.33);
	-moz-box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.33);
	box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.33);
}
#Cuerpo #Principal #featured .ui-tabs-nav #nav-fragment-1 a img {
	height: 50px;
	width: 80px;
}
#Cuerpo #Principal #featured .ui-tabs-nav #nav-fragment-2 a img {
	height: 50px;
	width: 80px;
}
#Cuerpo #Principal #featured .ui-tabs-nav #nav-fragment-3 a img {
	height: 50px;
	width: 80px;
}
#Cuerpo #Principal #featured .ui-tabs-nav #nav-fragment-4 a img {
	height: 50px;
	width: 80px;
}
#Cuerpo #Principal #featured #fragment-1 img {
	width: 400px;
}
#Cuerpo #Principal #featured #fragment-2 img {
	width: 400px;
}
#Cuerpo #Principal #featured #fragment-3 img {
	width: 400px;
}
#Cuerpo #Principal #featured #fragment-4 img {
	width: 400px;
}
#Cuerpo #Divisorabajo {
	height: 90px;
	width: 728px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 10px;
	-webkit-box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.33);
	-moz-box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.33);
	box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.33);
}
#Cuerpo #Base #banner1 {
	margin-right: auto;
	margin-left: auto;
}
#Cuerpo #Base #pri6 {
	height: 290px;
	width: 999px;
	position: inherit;
	clip: rect(auto,auto,auto,auto);
	margin-top: 15px;
}
#Cuerpo #Base #pri6 #ima {
	height: 246px;
	width: 320px;
	float: left;
	margin-left: 10px;
}
#Cuerpo #Base #pri6 #ima img {
	visibility: inherit;
	-webkit-box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.33);
	-moz-box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.33);
	box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.33);
}
#Cuerpo #Base #pri6 #ima #video {
	float: right;
	width: auto;
	margin-top: -60px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6CF;
	position: relative;
	margin-right: 5px;
	font-size: 14px;
	background-image: url(datos/fondotitulo.png);
	border-radius: 0px 4px 0px 4px;
	-moz-border-radius: 0px 4px 0px 4px;
	-webkit-border-radius: 0px 4px 0px 4px;
	border: 0px solid #000000;
}
#Cuerpo #Base #pri6 #ima #sec {
	position: absolute;
	padding-left: 10px;
	color: #FFF;
	width: auto;
	background-image: url(datos/fondoseccion.png);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	margin-top: 5px;
	margin-left: 5px;
}
#Cuerpo #Base #pri6 #ima #tit {
	margin-top: -40px;
	background-image: url(datos/fondotitulo.png);
	position: relative;
	width: 309px;
	height: 40px;
	color: #FFF;
	margin-right: -4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	padding-right: 5px;
	padding-left: 5px;
}
#Cuerpo #Base #pri6 #ima #det {
	height: 40px;
	width: 310px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	margin-top: 5px;
}
#Cuerpo #Base {
	width: 1000px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #FFFFFF;
	height: 100%;
	margin-top: 20px;
}
#Cuerpo #Base #A {
	width: 400px;
	height: 2300px;
	float: inherit;
	margin-top: 30px;
}
#Cuerpo #Base #A #bannerpan {
	width: 355px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.33);
	-moz-box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.33);
	box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.33);
	background-color: #FFFFFF;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #F0F0F0;
	border-left-color: #F0F0F0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
}

#Cuerpo #Base #A #a1 {
	padding-left: 10px;
	color: #FFF;
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding-right: 10px;
	margin-left: 20px;
	float: left;
	background-color: #C33;
}
#Cuerpo #Base #A #a2  {
	width: 340px;
	height: auto;
	color: #000;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #333;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 0px 0px 3px 3px;
-moz-border-radius: 0px 0px 3px 3px;
-webkit-border-radius: 0px 0px 3px 3px;
border: 0px solid #000000;
}
#Cuerpo #Base #A #a3 {
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.33);
	-moz-box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.33);
	box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.33);
	background-color: #FFFFFF;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #F0F0F0;
	border-left-color: #F0F0F0;
}
#Cuerpo #Base #A #a3 img {
	width: 350px;
	height: auto;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#Cuerpo #Base #A #a3 #video {
	float: right;
	width: auto;
	margin-top: -60px;
	padding-right: 3px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6CF;
	position: relative;
	margin-right: 10px;
	background-image: url(datos/fondotitulo.png);
	font-size: 15px;
	border-radius: 0px 4px 0px 4px;
	-moz-border-radius: 0px 4px 0px 4px;
	-webkit-border-radius: 0px 4px 0px 4px;
	border: 0px solid #000000;
}
#Cuerpo #Base #A #a4 {
	width: 340px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	color: #333;
	margin-top: 7px;
	padding-bottom: 10px;
}
#Cuerpo #Base #B {
	width: 286px;
	float: right;
	height: 2300px;
	margin-top: 30px;
}
#Cuerpo #Base #B #b1 {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	background-image: url(datos/fondoseccion.png);
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 1px;
	margin-left: 5px;
	float: left;
	margin-bottom: 3px;
	width: auto;
	text-align: center;
}
#Cuerpo #Base #B #b2 {
	width: 250px;
	height: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: auto;
	font-weight: bolder;
	color: #000;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
#Cuerpo #Base #B #b3 {
	width: 260px;
	background-color: #FFFFFF;
	-webkit-box-shadow: inset 10px 10px 15px -12px rgba(0,0,0,0.63);
	-moz-box-shadow: inset 10px 10px 15px -12px rgba(0,0,0,0.63);
	box-shadow: inset 10px 10px 15px -12px rgba(0,0,0,0.63);
	margin-left: 5px;
}
#Cuerpo #Base #B #b3 img {
	width: 250px;
	height: auto;
	margin: 5px;
}
#Cuerpo #Base #B #b3 #video {
	float: right;
	width: auto;
	margin-top: -25px;
	padding-right: 3px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6CF;
	position: relative;
	margin-right: 10px;
	background-image: url(datos/fondotitulo.png);
	font-size: 13px;
	border-radius: 0px 4px 0px 4px;
	-moz-border-radius: 0px 4px 0px 4px;
	-webkit-border-radius: 0px 4px 0px 4px;
	border: 0px solid #000000;
}
#Cuerpo #Base #B #b4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	width: 246px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	color: #333;
	margin-top: 3px;
	padding-bottom: 10px;
}
#Cuerpo #Base #C {
	width: 310px;
	float: right;
	height: 2300px;
	background-color: #F7F7F7;
	-webkit-box-shadow: inset 10px 10px 16px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 10px 10px 16px -12px rgba(0,0,0,0.75);
	box-shadow: inset 10px 10px 16px -12px rgba(0,0,0,0.75);
	margin-top: 30px;
	border-radius: 0px 0px 10px 0px;
	-moz-border-radius: 0px 0px 10px 0px;
	-webkit-border-radius: 0px 0px 10px 0px;
	border: 0px solid #000000;
}
#Cuerpo #Base #C #publipcia {
	height: 1px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

#Cuerpo #Base #C #Pu {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: auto;
    padding-right: auto;
    left: auto;
    right: auto;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
}
#Cuerpo #Base #C #Pu2 {
    left: auto;
    right: auto;
    text-align: center;

}
#Cuerpo #Base #C #Pu img {
}
#Cuerpo #Base #C #Pu #FlashID2 {
}
#Cuerpo #Base #C #c1 {
	position: absolute;
	padding-left: 10px;
	color: #FFF;
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	margin-top: 18px;
	margin-left: 28px;
	background-image: url(datos/fondoseccion.png);
}
#Cuerpo #Base #C #c2 {
	margin-top: -40px;
	background-image: url(datos/fondotitulo.png);
	position: relative;
	width: 250px;
	height: 40px;
	color: #FFF;
	margin-right: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: auto;
}
#Cuerpo #Base #C #c3 {
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#Cuerpo #Base #C #c3 img {
	height: auto;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
}
#Cuerpo #Base #C #c4 {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 15px;
	color: #333;
}
#Cuerpo #Base #C #Face {
	width: 292px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: #FFF;
}
#Cuerpo #Base #C #twitter {
    width: 290px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    height: 300px;
    max-height: 300px;
    display: table;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#Cuerpo #Base #C #dolar {
    margin-right: auto;
    margin-left: auto;
    display: block;
}
#publibarra  {
	height: 285px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.33);
	-moz-box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.33);
	box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.33);
}
#Cuerpo2 {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.23);
	-moz-box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.23);
	box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.23);
	padding-top: 60px;
	background-image: url(datos/ruidofondo.png);
	background-repeat: repeat;
	background-color: #FFF;
	padding-bottom: 60px;
	border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 0px solid #000000;
}
#Cuerpo3 {
	height: 2500px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.23);
	-moz-box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.23);
	box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.23);
	background-repeat: repeat;
	background-color: #FFF;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	margin-top: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#Cuerpo4 {
	height: 275px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.23);
	-moz-box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.23);
	box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.23);
	background-repeat: repeat;
	background-color: #FFF;
	padding-bottom: 600;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	padding-top: 125px;
	margin-top: 25px;
}
#Cuerpo2 #inddepor {
	width: 962px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	background-image: url(datos/indexdeportes.png);
	background-repeat: no-repeat;
}
#Cuerpo2 #indespec {
	background-image: url(datos/indexespectaculos.png);
	height: 30px;
	width: 962px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#Cuerpo2 #indtecno {
	background-image: url(datos/indextecnologia.png);
	height: 30px;
	width: 962px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#Cuerpo2 #espacio {
	height: 30px;
}
#Cuerpo2 #Fin {
	height: 25px;
	width: 1002px;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	-ms-transition: all 0s 0s;
	-o-transition: all 0s 0s;
	margin-right: auto;
	margin-left: -1px;
	margin-top: 20px;
}
#finok {
	height: 135px;
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	font-size: 13px;
	background-image: url(datos/Fondo%20abajo.png);
}
#finok #secciones {
	float: left;
	height: 125px;
	width: 100px;
	text-align: center;
	padding-left: 5px;
	margin-left: 50px;
	color: #FFF;
	line-height: 16px;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
#finok #secciones2 {
	height: 125px;
	width: 100px;
	float: left;
	text-align: center;
	color: #FFF;
	line-height: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 10px;
	padding-left: 5px;
}
#finok #secciones3 {
	float: left;
	height: 125px;
	width: 100px;
	padding-top: 10px;
	text-align: center;
	padding-left: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	color: #FFF;
}
#finok #seguinos {
	float: left;
	width: 250px;
	height: 125px;
	text-align: left;
	padding-left: 40px;
	padding-right: 20px;
	color: #FFF;
	line-height: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 10px;
}
#finok #director {
	height: 125px;
	width: 240px;
	color: #FFFFFF;
	text-align: left;
	float: left;
	float: right;
	float: left;
	line-height: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 10px;
	padding-left: 20px;
}
body {
	background-color: #F5F5F5;
}
a.linkblanco:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.linkblanco:hover {
	color: #3366FF;
	text-decoration: none;
}
a.linkblanco:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #3366FF;
}
a:active {
	text-decoration: none;
}
#sidebar {
	width: 160px;
	float: right;
	height: 500px;
	position: absolute;
	padding-right: 0px;
	padding-left: 0px;
	left: auto;
	top: auto;
}
#sidebar2 {
	width: 160px;
	float: left;
	height: 500px;
	position: absolute;
	padding-left: 0px;
	right: 0px;
	top: auto;
}
.redondo {
	-webkit-border-radius: 4px;
-webkit-border-top-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius: 4px;
-moz-border-radius-topright: 15px;
-moz-border-radius-bottomleft: 15px;
border-radius: 4px;
border-top-right-radius: 15px;
border-bottom-left-radius: 15px;
}
@charset "utf-8";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{
}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
#Cuerpo #buscadoryusuario #iniciarsesion #news_ticker {
	width: 700px;
	height: 23px;
	overflow: hidden;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	background-image: url(datos/ultnoti.png);
	background-repeat: no-repeat;
	text-indent: 160px;
	background-position: 0px 4px;
} 
#Cuerpo #buscadoryusuario #iniciarsesion span {
	float: left;
	color: rgba(0,0,0,.8);
	color: #001b25;
	background: #00425a;
	position: relative;
	border-radius: 4px;
	font-size: 12px;
	-webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.2), 0px 1px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.2), 0px 1px 1px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.2), 0px 1px 1px rgba(0,0,0,0.5);
	background: rgb(0,75,103);
	background: -moz-linear-gradient(top, rgba(0,75,103,1) 0%, rgba(0,53,72,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,75,103,1) 0%,rgba(0,53,72,1) 100%);
	background: -o-linear-gradient(top, rgba(0,75,103,1) 0%,rgba(0,53,72,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,75,103,1) 0%,rgba(0,53,72,1) 100%);
	background: linear-gradient(top, rgba(0,75,103,1) 0%,rgba(0,53,72,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004b67', endColorstr='#003548',GradientType=0 );
	padding: 6px;
}

#Cuerpo #buscadoryusuario #iniciarsesion ul {
	padding-left: 5px;
	-webkit-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
	-moz-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
	-moz-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
	-moz-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
	-ms-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
	animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
	text-align: left;
}
#Cuerpo #buscadoryusuario #iniciarsesion ul:hover {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-ms-animation-play-state: paused;
	animation-play-state: paused;
}
#Cuerpo #buscadoryusuario #iniciarsesion li {line-height: 26px;}
#Cuerpo #buscadoryusuario #iniciarsesion #news_ticker a {
	color: #000;
	text-decoration: none;
	font-size: 13px;
	width: 650px;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
}

@-webkit-keyframes ticker {
	0%   {margin-top: 0;}
	25%  {margin-top: -26px;}
	50%  {margin-top: -52px;}
	75%  {margin-top: -78px;}
	100% {margin-top: 0;}
}
@-moz-keyframes ticker {
	0%   {margin-top: 0;}
	25%  {margin-top: -26px;}
	50%  {margin-top: -52px;}
	75%  {margin-top: -78px;}
	100% {margin-top: 0;}
}
@-ms-keyframes ticker {
	0%   {margin-top: 0;}
	25%  {margin-top: -26px;}
	50%  {margin-top: -52px;}
	75%  {margin-top: -78px;}
	100% {margin-top: 0;}
}
@keyframes ticker {
	0%   {margin-top: 0;}
	25%  {margin-top: -26px;}
	50%  {margin-top: -52px;}
	75%  {margin-top: -78px;}
	100% {margin-top: 0;}
}
