html {
	background-color:#fff;
}
.ui-helper-hidden-accessible { display:none; }

body {
	background-color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	margin: 0 auto 0 auto;
	display: block;
	width: 100%;
	max-width: 1265px;
}

#menu {
	position:fixed;
	/*position:relative;*/
	top: 0;
	width: 100%;
	max-width: 1265px;
	height: 55px;
	background-color: #000;
	font-size: 13px;
	color: #fff;
	z-index:9999;
}
.titulomenu {
	font-size: 160%;
}
#nav,#nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
	z-index: 999;
}
#nav {
    clear: both;
    font-size: 12px;
    position: relative;
    width: 100%;
}
#nav ul {
    background-color: #000;
    overflow: hidden;
    position: absolute;
	left: -9999px;
    top: -9999px;
    z-index: 2;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
 }
#nav li {
    float: left;
    position: relative;
	padding:0 15px 15px 8px;
}
#nav li a {
    color: #FFFFFF;
    display: block;
    float: left;
    font-weight: normal;
    height: 10px;
    padding: 0;
    position: relative;
    text-decoration: none;
}
#nav li:hover > a {
    color: #D1D1D1;
}
#nav li:hover, #nav a:focus, #nav a:hover, #nav a:active {
    background: #000;
}
#nav li:hover ul.subs {
    left: 0;
    top: 35px;
    width: 180px;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
#nav ul li {
    background: none;
    width: 100%;
}
#nav ul li a {
    float: none;
}
#nav ul li:hover > a {
    background-color: #000;
    color: #D1D1D1;
}
.ingresar {
	position: absolute;
	top: 8px;
	left: 750px;
}

#izquierda {
	float: left;
	clear: none;
	width: 190px;
	overflow: hidden;
	margin: 0;
	text-align: center;
}

#derecha {
	float: left;
	clear: none;
	width: 300px;
	margin-right: 15px;
}

#cuerpo {
	float: left;
	clear: none;
	width: 100%;
	max-width: 740px;
	margin-right: 15px;
}
#cuerpo1 {
	float: left;
	clear: none;
	width: 915px;
	margin-right: 15px;
}
#cuerpo2 {
	float: left;
	clear: none;
	width: 100%;
	max-width: 1250px;
}
#cuerpogrande {
	float: left;
	clear: none;
	width: 820px;
}
#cuerpo1050 {
	float: left;
	clear: none;
	width: 100%;
	max-width: 1050px;
	margin-right: 15px;
}

.ventana_flotante {
    position: fixed;
    width: 100%;
	max-width: 740px;
	z-index: 990;
}
.ventana_flotante1 {
    position: fixed;
	background-image: url("https://www.fotorevista.com.ar/00fr/imagenes/Globo.png");
	background-color: transparent;
	background-repeat:no-repeat;
	background-size:100%;
	margin-left: 5%;
	padding-top: 50px;
    width: 100%;
	height: 100%;
	max-width: 500px;
	max-height: 363px;
	text-align:center;
	font-size:14px;
	display: block;
	z-index: 900;
}

.idframe {
	overflow: hidden;
	border: none;
	margin: 0;
	padding: 0;
}
.idframeHome {
	overflow: hidden;
	border: none;
	margin: 0px;
	padding: 0px;
	width:100%; 
	height:500px;
}
.idframeHome2 {
	overflow: hidden;
	border: none;
	margin: 0px;
	padding: 0px;
	width:100%; 
	height:800px;
}

.containeriframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}


img { border: 0; }
img.imgcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #000;
}
img.imgcenterthumbs {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #000;
}
img.imgcenterf {
	display: block;
	border: 1px solid #000;
	float: left;
	margin: 15px;
}
img.sombra {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #000;
	box-shadow: 3px 3px 8px #666;
}
img.sombrathumbs {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #000;
	box-shadow: 3px 3px 8px #666;
}
img.sombra2 {
	display: block;
	border:1px solid #000;
	box-shadow: 3px 3px 8px #666;
	opacity: 0.4;
}
img.sombra2:hover {
	opacity: 1.0;
/*    -webkit-transform: translateZ(-50px) rotateX(180deg);
    -moz-transform: translateZ(-50px) rotateX(180deg);
    -ms-transform: translateZ(-50px) rotateX(180deg);
    -o-transform: translateZ(-50px) rotateX(180deg);
    transform: translateZ(-50px) rotateX(180deg);
*/
}

.imgWrap {
  position: relative;
}
.imgDescription {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  padding:3px;
}
.imgWrap:hover .imgDescription {
  visibility: visible;
  opacity: 1;
}

.boxlink a:link {
	text-decoration: underline;
}
.boxlink a:hover {
	text-decoration: none;
	background-color: #F0F0F0;
	padding: 0 2px 0 2px;
	border: 1px solid #000;
	border-radius: 5px;
}

.textshadow {
    color: #fff;
	font-weight: bold;
    text-shadow: 2px 2px 4px #000000;
}
.glow {
    color: #fff;
    text-shadow: 1px 1px 2px #fff, 0 0 25px blue, 0 0 5px darkblue;
}
img.scale{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
img.scale:hover {
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari */
 	transform: scale(1.3);
}


hr {
	background-color: #666;
	height: 1px;
	border: 0;
	clear: both;
	width: 98%;
}
hr.cero {
	margin: 0;
}

.cajad {
	float: right;
	text-align: right;
	clear: both;
}
.cajac {
	text-align: center;
	clear: both;
}

.home01 {
	font-size: 12px;
	width: 96%;
	max-width: 1220px;
	margin: 0 5px 10px 5px;
	clear: both;
	padding: 4px;
	border: 1px solid #BBB;
	overflow: hidden;
}
.home02 {
	font-size: 12px;
	text-align: center;
	width: 290px;
	height: 250px;
	margin: 0 5px 10px 5px;
	clear: none;
	float: left;
	padding: 4px;
	border: 1px solid #BBB;
	overflow: hidden;
}
.home03 {
	font-size: 12px;
	text-align: center;
	width: 78%;
	max-width: 600px;
	height: 250px;
	margin: 0 5px 10px 5px;
	clear: none;
	float: left;
	padding: 4px;
	border: 1px solid #BBB;
	overflow: hidden;
}
.home04 {
	font-size: 12px;
	text-align: center;
	width: 90%;
	max-width: 912px;
	height: 98%;
	max-height: 520px;
	margin: 0 5px 10px 5px;
	clear: none;
	float: left;
	padding: 4px;
	border: 1px solid #BBB;
	overflow: hidden;
}


.boxblancafloat {
	float: left;
	border: 1px solid #666666;
	padding: 2px;
	display: block;
}

.cf {
	float: left;
}
.cfd {
	float: right;
}
.ocultar800 {
	float:left;
}
.ocultar600 {
	float:left;
}
.ocultar400 {
	float:left;
}


.boton {
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	background-color: #F0F0F0;
	margin: 2px;
	float: left;
	border: 1px solid #000;
	display: block;
	padding: 4px 4px 4px 3px;
	color: #000;
	border-radius: 6px;
	overflow:hidden;
}
.boton a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	display: block;
}
.boton a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFF;
	display: block;
}

.avisochat {
	position: fixed;
	top: 10px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
	background-color: #FFFFBF;
	border: thin solid #F00;
	padding: 5px;
	text-align: center;
	display: block;
	height: 100px;
	width: 90%;
	max-width: 200px;
	font-size: 14px;
	border-radius: 20px;
}

.banner {
	max-width: 468px;
	margin: 0 auto 10px auto;
	text-align: center;
	clear: both;
	display: block;
}
.boxtop {
	background-color: #999999;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	display: block;
}
.boxtop a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
.boxtop a:hover {
	color: #EBEBF1;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
.box {
	background-color: #EBEBF1;
	font-size: 11px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	padding: 3px 2px 3px 2px;
	display: block;
}
.box a {
	display: block;
}



#listado {
	margin:auto;
	width: 100%;
}
#listado ul {
	margin: 0 0 0 20px;
	padding: 0;
}
#listado li {
	list-style-type: none;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}

#listado9 {
	margin:auto;
	width: 100%;
}
#listado9 ul {
	margin: 0 0 0 10px;
	padding: 0;
}
#listado9 li {
	list-style-type: none;
	border-top: 1px solid #ccc;
	padding-top: 2px;
	padding-bottom: 2px;
}



.linea {
	height: 1px;
	margin: 5px 0 5px 0;
	border-bottom: 1px solid #666;
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
}
.linea00 {
	height: 1px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #666;
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
}


.e01 {
	margin: 0;
	padding: 0;
	height: 1px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
}
.e05 {
	margin: auto;
	height: 5px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
}
.e10 {
	margin: auto;
	height: 10px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
}
.e20 {
	margin: auto;
	height: 20px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
}


.barra {
	background-color: #FF0000;
	height: 8px;
	clear: both;
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0 0 5px 0;
}

.pie {
	background-color: #000;
	text-align: right;
	height: 20px;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0 5px 0 0;
}

a {
	color: #242415;
	text-decoration: none;
}
a:hover {
	color: #242415;
	text-decoration: underline;
}


.Cuerpo09 {
	font-size: 12px;
	line-height: normal;
}
.Cuerpo13 {
	font-size: 13px;
	line-height: normal;
}
.Cuerpo16 {
	font-size: 16px;
	line-height: normal;
}
.Cuerpo18 {
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
}
.titulo {
	font-size: 24px;
	color: #FFFFFF;
}


h1 {
	font-size: 28px;
	font-weight: normal;
	line-height: 40px;
	background-color: #EBEBF1;
	text-align: center;
	padding: 0px;
	margin: 0 auto 5px auto;
	clear: both;
	display: block;
 	color: #fff;
	font-weight: bold;
    text-shadow: 2px 2px 4px #000000;
	border-radius: 10px;
}
h1 a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h1 a:hover {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	background-color: #EBEBF1;
	text-align: left;
	padding: 0 5px 0 5px;
	margin: 0 auto 5px auto;
	clear: both;
	display: block;
}
h2 a {
	color: #000;
	text-decoration: none;
	display: block;
}
h2 a:hover {
	color: #666;
	text-decoration: none;
	display: block;
}

h3 {
	font-size: 17px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h6 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}


form {
	margin: 0;
	padding: 0;
}
.formizq {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0px;
	width: 150px;
	text-align: right;
	font-size: 11px;
	clear: left;
}
.formder {
	float: left;
	margin-bottom: 10px;
	padding: 0px;
	width: 450px;
	font-size: 11px;
	clear: right;
}
.formerror {
	float: left;
	margin-bottom: 15px;
	padding: 2px;
	font-size: 11px;
	border: medium dashed #FF0000;
	clear: right;
}



.fotogrande {
	float: left;
	border: 1px solid #000000;
	display: block;
	clear: both;
}
.piedefoto {
	font-size: 12px;
	display: block;
	clear: both;
}

.contfotothumbs {
	font-size: 11px;
	float: left;
	width: 164px;
	height: 180px;
	overflow: hidden;
	display: block;
	text-align: center;
	margin: 0 20px 10px 0;
}
.contfotothumbs2 {
	font-size: 12px;
	float: left;
	width: 214px;
	height: 260px;
	overflow: hidden;
	display: block;
	text-align: center;
	margin: 0 30px 10px 0;
}
.contSF {
	font-size: 10px;
	float: left;
	width: 160px;
	height: 200px;
	overflow: hidden;
	display: block;
	text-align: center;
	margin: 0 13px 10px 13px;
}
.fotothumbs {
	display: block;
}

.cajathumb50 {
	float: left;
	display: block;
	height: 50px;
	width: 50px;
	overflow: hidden;
	margin: 0 4px 4px 0;
	border-radius: 5px;
	background-color:#EBEBF1;
}

.galerias {
	float: left;
	width: 345px;
	height: 80px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	padding: 5px;
	overflow: hidden;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	display: block;
}
.cajafotogalerias {
	float: left;
	margin-right: 5px;
	display: block;
}

#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99997; width: 100%; height: 100%; }
#lbOverlay.grey { background-color: #000000; }
#lbMain { position: absolute; left: 0; width: 100%; z-index: 99998; text-align: center; line-height: 0; display:-moz-inline-stack; }
#lbMain a img { border: 1px solid #ffffff; }
#lbOuterContainer {	position: relative; background-color: #EBEBF1; width: 200px; height: 200px; margin: 0 auto; }
#lbOuterContainer.grey { border: 1px solid #000; }
#lbTopContainer, #lbBottomContainer { 
	font: 0.85em Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em; font-size: 0.9em;
	overflow: hidden; margin: 0 auto; padding: 0; position: relative; z-index: 14; display: none;
}
#lbTopContainer { overflow: hidden; margin-top: 5px; }
#lbTopContainer.grey, #lbBottomContainer.grey { background-color: #EBEBF1; }
#lbImage, #lbIframe { border: none; }
#lbImage.grey, #lbIframe.grey { border: 1px solid #888888; }
#lbImageContainer, #lbIframeContainer { padding: 10px; z-index: 12; }
#lbLoading {
	height: 100%; width: 100%; margin-top: -10px;
	background: url('images/loading_white.gif') center no-repeat;
}
#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }
#lbPrevHov { width: 48%; height: 100%; background: transparent url('images/blank.gif') no-repeat; display: block; left: 0; float: left; margin-left: 3px; border: none !important; }
#lbPrevHov.grey:hover, #lbPrevHov.grey:visited { background: url('images/prev_grey_t.png') left 30% no-repeat; }
#lbNextHov { width: 48%; height: 100%; background: transparent url('images/blank.gif') no-repeat; display: block; right: 0; float: right; margin-right: 3px; border: none !important; }
#lbNextHov.grey:hover, #lbNextHov.grey:visited { background: url('images/next_grey_t.png') right 30% no-repeat; }
#lbPrev, #lbPrevTop { width: 26px; height: 28px; float: right; margin: 0 0 1px 8px; border: none !important; }
#lbPrev.grey, #lbPrevTop.grey { background: url('images/prev_grey.png') no-repeat; }
#lbPrev.greyOff, #lbPrevTop.greyOff { background: url('images/prev_grey_off.png') no-repeat; cursor: default; }
#lbNext, #lbNextTop { width: 26px; height: 28px; float: right; margin: 0 0 1px 8px; border: none !important; }
#lbNext.grey, #lbNextTop.grey { background: url('images/next_grey.png') no-repeat; }
#lbNext.greyOff, #lbNextTop.greyOff { background: url('images/next_grey_off.png') no-repeat; cursor: default; }
#lbTopData, #lbBottomData { float: left; text-align: left; padding-left: 10px; }
#lbBottomData { padding-bottom: 0.5em; }
#lbBottomData.grey, #lbTopData.grey { color: #333333; }
#lbTopNav, #lbBottomNav { float: right; text-align: right; padding-right: 10px; }
#lbNumTop, #lbNumBottom { font-style: italic; }
#lbDescBottom { display: block; }
#lbTitleTop, #lbTopNav { margin-top: 0.3em; }
#lbTitleTop, #lbTitleBottom { display: block; font-weight: bold; }
#lbClose, #lbCloseTop { width: 26px; height: 28px; float: right; margin: 0 0 1px 8px; border: none !important; }
#lbClose.grey, #lbCloseTop.grey { background: url('images/close_grey.png') no-repeat; }
#lbPrint, #lbPrintTop { width: 26px; height: 28px; float: right; margin: 0 0 1px 8px; border: none !important; }
#lbPrint.grey, #lbPrintTop.grey { background: url('images/print_grey.png') no-repeat; }
#lbPlay, #lbPlayTop { width: 26px; height: 28px; float: right; margin: 0 0 1px 8px; border: none !important; }
#lbPlay.grey, #lbPlayTop.grey { background: url('images/play_grey.png') no-repeat; }
#lbPause, #lbPauseTop { width: 26px; height: 28px; float: right; margin: 0 0 1px 8px; border: none !important; }
#lbPause.grey, #lbPauseTop.grey { background: url('images/pause_grey.png') no-repeat; }
#lbClose, #lbPrint, #lbPlay, #lbPause { margin: 0 0 6px 8px; }
/* Lytetip */
* html a:hover { background: transparent; }
.lytetip { outline: none; border-bottom: 1px dotted; z-index:24; text-decoration:none; }
.lytetip span {
	color: #000000;
	position: absolute;
	top: 2em; left:0;
	padding: 0.5em 0.8em;
	font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	background: #F4F5FB; 
	border: 1px solid #888888;	
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 2px 3px 0px #949494;-moz-box-shadow: 1px 2px 3px 0px #949494;box-shadow: 1px 2px 3px 0px #949494;
	width: 240px;
	filter: alpha(opacity:95);
	KHTMLOpacity: 0.95;
	MozOpacity: 0.95;
	opacity: 0.95;
	text-align: left;
	display: none;
}
.lytetip:hover { z-index:25; color: #aaaaff; background:; text-decoration: none; }
.lytetip:hover span { display: block; }
.lytetip:hover em {	font-size: 1.2em; font-weight: bold; display: block; padding: 0 0 0.6em 0; }
.lytetip:hover .lbTipImg { border: 0; margin: -20px 0 0 -36px; float: left; position: absolute; height: 32px; width: 32px; }
.lbErrorImg { background: url('images/error.png'); }
.lbInfoImg { background: url('images/info.png'); }
.lbHelpImg { background: url('images/help.png'); }
.lbWarningImg { background: url('images/warning.png'); }
span.lbCustom { padding: 0.5em 0.8em 0.5em 1.5em !important; }
span.lbIEFix { padding: 0.5em 0.8em !important; }
.lytetip .lbError { background: #FFE7D7; border: 1px solid #FF3334; }
.lytetip .lbInfo, .lytetip .lbHelp { background: #D2EEF7; border: 1px solid #2BB0D7; }
.lytetip .lbWarning { background: #FFFFAA; border: 1px solid #FFAD33; }
