body {
	background: #4d4c48 url(../images/bg.jpg) 0 0 repeat;
	margin: 0;
	padding: 0;
	font: 78%/130% Arial, Helvetica, sans-serif;
}
#player {
	text-align: center;
	margin: 0 auto;
	border: 6px solid #AC1A1A;
}
.wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}
.upbar_wrap {
	background: url(../images/left.png) 0 0 repeat-y;
}
.upbar_wrap_right {
	background: url(../images/right.png) 100% 0 repeat-y;
	padding: 0 10px;
}
.upbar_wrap_mid {
	padding: 25px;
	background: url(../images/top.jpg) 0 0 no-repeat;
}
#myslidemenu {
	width: 880px;
	margin: -25px;
	margin-top: 193px;
}
.content-bg {
	background: url(../images/bg2.jpg) 0 0 repeat;
	margin: -25px;
}
.content {
	margin-top: 25px;
	text-align: justify;
	padding: 35px 35px 35px 35px;
}
#footer {
	height: 90px;
	background: #D21212 url(../images/footer.png) 0 0 repeat-x;
	color: #fff;
	font-weight: bold;
}
#footer .right {
	float: right;
	background-image: url(../images/tel.png);
	background-repeat: no-repeat;
	background-position: 650px 12px;
	padding: 6px 10px 5px 0px;
}
#footer .cont {
	float: right;
	margin-left: 35px;
}
#footer .cont2 {
	margin-left: 35px;
}
#footer .left, .left a:link, .left a:visited, .left a:hover {
	color: #fff;
	float: left;
	padding: 22px 0 0 5px;
}
.contacto {
	font: 12px Verdana,Courier,sans-serif;
	margin: 0 auto;
}
.contacto td {
	padding: 7px;
	vertical-align: top;
}
.contacto td, .contacto tr {
	height:20px;	
}
.oblig {
	color: red;
	font-weight: bold;
}
.mini {
	font: 9px Verdana,Courier,sans-serif;
	color: gray;
}
/************************************/
pre {
	background:#666;
	color:#fff;
	padding:10px;
	margin:10px;
	height:auto;
	overflow:auto;
	font:12px Verdana,Courier,sans-serif;
}
* html pre {
	width:100%;
}
.description {
	padding:16px;
	margin:10px 0;
	background:#eee;
}
.sample {
	padding:20px 30px;
	margin:4px 0 25px 0;
	border:1px solid #e1e1e1;
}
.links {
	padding:10px;
	margin-top:20px;
}
.links a {
	font-size:14px;
	color:#FF0119;
	text-decoration:none;
}
.links a:hover {
	font-weight:bold;
}
.buttons {
	padding:5px;
	text-align:center;
}
.buttons span {
	color:#FF0119;
	padding:0 5px;
	cursor:pointer;
	font:10px Verdana;
}
.buttons span.active, .buttons span:hover {
	background:#FF0119;
	color:#fff;
}
/******************************************/
/* Sample 8*/
#box8{
	position:absolute;
	top: 11px;
	left: 61px;
}
#box8 div{
	width:680px;
	float:left;
}
#box8 .buttons{
	text-align:left;
}
#box8 .next{
	float:right;
}
.sample8 .buttons{
	text-align:center;
	clear:both;
}
.sample8 .mask1{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin: 0 auto;
	background-image: url(../images/mupi.gif);
	background-repeat: no-repeat;
	background-position: right 200px;
}
.sample8 .mask2{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin: 0 auto;
	/*background-image: url(../images/cuadro2.gif);
	background-repeat: no-repeat;
	background-position: center 200px;*/
}
.sample8 .mask3{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin: 0 auto;
}

/* ********************************** */

.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

.info{
	width:240px;
	height:50px;
	position:absolute;
}
.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}
.info h4{
	font-size:14px;
}
.info h4 a{
	float:right;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}
.mask1{
	position:relative;
	width:680px;
	height:395px;
	overflow:hidden;
}
.mask2{
	position:relative;
	width:680px;
	height:400px;
	overflow:hidden;
}
.mask3{
	position:relative;
	width:680px;
	height:200px;
	overflow:hidden;
}
span img{
	display:block;
	border:none;
}
/************************************/
#redes a:hover, #redes a:focus {
    z-index: 200;
      /* bring to top when the mouse is over or
         when it has the focus (for keyboard navigation) */
}
#redes a img {
    border: none;
    -webkit-transition: all .2s;
       /* in Safari, every animatable property
          triggers an animation in .2s */
    -webkit-transform-origin: top;
       /* in Safari, the origin for
          transformation */
    -moz-transform-origin: top;
       /* in Firefox, the origin for
          transformation */
}
#redes a:hover img, #redes a:focus img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
       /* transform property (for Safari and Firefox) */
}
#redes ul,li {
    margin: 0;
    padding: 0;
}
#redes ul {
    text-align: left;
}
#redes li {
    display: inline;
}
#enter a{
	margin: 30px auto 0 auto;
	background: url(../images/enter.png) no-repeat;
	width: 220px;
	height: 46px;
	display: block;
}
#enter2 {
	margin: 0 auto;
}
