@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	text-align: center;
}
a {
	outline: none;
	text-decoration: none;
	color:#FFF;
}
img {
	border: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
.clr {
	clear: both;
	height: 0;
	margin: 0;
}
/************************************************/

.wrapper{
	height:740px;
	width:810;
	background-color: #b8b980;
	background-image: none;	
}
.contenido{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif
	}


.texto{
    color:#333333;
    font-family:Arial;
    font-size:14px;
    margin:0 57px;
}


.video{
	padding: 15px 0 0 374px;
}

.header{
	
}



.btn_share {  
background:url("images/sf.jpg") no-repeat scroll 0 0 transparent;
    color:#FFFFFF;
    cursor:pointer;
    display:block;
    height:46px;
    margin:10px auto;
    text-align:center;
    text-indent:-9999px;
    width:211px;
}

.tyc {
    color: #fff;
    cursor: pointer;
    font-family: arial;
    font-size: 12px;
    text-align: center;
    width: 810px;
}
.tyc:hover {
  text-decoration: underline;
  color:#fff;
  cursor:pointer;
}
.compartir{
	 cursor:pointer;
	margin:4px 0 0;}

/*** Modal Popup ***/ 

#overlay { background: url("./images/FB_Tab_TC_Overlay.png") repeat scroll 0 0 transparent; display: none; height: 100%; left: 0; margin: 0; padding: 0; position: fixed; top: 0; width: 810px; z-index: 999; }

#tyc { background: url("./images/FB_Tab_TC_Overlay.png") repeat scroll 0 0 transparent; display: none; height: 100%; left: 0; margin: 0; padding: 0; position: fixed; top: 0; width: 810px; z-index: 999; }

.overlay_hor {
  background: #e3ddc7;
  border: 1px solid #907c61;
  color: #333;
  font-family: arial;
  font-size: 12px;
  height: 378px;
  padding: 0px;
  position: absolute;
  text-align: left;
  top: 340px !important;
  visibility: visible;
  width: 327px;
  z-index: 1000;
}

#tyc .tyc_hor {
	color:#000000;
    font-family:arial;
    font-size:12px;
    height:480px;
    left:70px !important;
    position:absolute;
    text-align:left;
    top:0px !important;
    visibility:visible;
    width:680px;
}
.tyc_hor1{}
.tyc_hor2{
	background:url("images/FB_Tab_TC_Background.png") repeat-y scroll 0 0 transparent;
    padding:0 40px 10px;}
.tyc_hor1{}



.overlay_content {
  height: 350px;
  overflow: hidden;
  width: 335px;
}
#overlay_cancelar {
 background:none repeat scroll 0 0 transparent;
    border:medium none;
    cursor:pointer;
    display:block;
    float:right;
    font-size:10px;
    height:25px;
    line-height:10px;
    margin:0;
    padding:0;
    position:absolute;
    right:13px;
    text-indent:-9999px;
    top:16px;
    width:26px;
}
