/* - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : 
URL : 

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
}	
html{
}	
body{
	background:#fff;
	font-family:Arial, Helvetica, Verdana;
	margin:0px;
	padding:0px;
	/*background:#403B33;*/
	background:#534e47;
}

/* ----- IDS ----- */

#container {
	position:relative;
	left:50%;
	top:0px;
	width:920px;
	height:692px;
	margin-left:-460px;
	background:#333;
}
#containerMedia {
	position:relative;
	left:50%;
	top:0px;
	width:920px;
	height:692px;
	margin-left:-460px;
	background:#f63 url('img/containerMedia.gif') 0 0 no-repeat;
}
#logo{
	position:absolute;
	top:50px;
	left:70px;
}	
#bloques {
	position:relative;
	top:100px;
}
#render {
	background:#6f0;
}
#stands {
	background:#f6c;
}
#video {
	background:#c0c;
}
#web {
	background:#09f;
}
#diseno {
	background:#f30;
}

#renderOmbra {
	background:#0c0;
}
#standsOmbra {
	background:#f3c;
}
#videoOmbra {
	background:#909;
}
#webOmbra {
	background:#06f;
}
#disenoOmbra {
	background:#c00;
}
#langs {
	position:absolute;
	top:660px;
	left:626px;
	color:#999;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}
#legal {
	position:absolute;
	top:660px;
	left:70px;
	color:#fff;
	font-size:10px;
}
#menu {
	position:absolute;
	top:50px;
	left:500px;
	width:305px;
}
#capTapis {
	position:relative;
	top:47px;
	left:0px;
	width:100%;
	height:53px;
	background:#6f0;
}
#caption {
	position:relative;
	top:4px;
	left:0px;
	height:51px;
	width:710px;
	font-size:11px;
	color:#403B33;
}
#tapis {
	position:relative;
	top:60px;
	left:50%;
	margin-left:-398px;
	width:726px;
	height:580px;
	overflow:hidden;
}
#tapisMove {
	position:relative;
	top:0px;
	left:0px;
	width:7260px
}
#tapisMove div {
	position:relative;
	width:726px;
	float:left;
}
#buttons {
	position:absolute;
	top:75px;
	left:820px;
	width:60px;
	z-index:100;
}
#buttons2 {
	position:absolute;
	top:128px;
	left:678px;
	width:60px;
	z-index:100;
}
#buttons3 {
	position:absolute;
	top:128px;
	left:748px;
	width:60px;
	z-index:100;
}
#infor {
	position:relative;
	top:100px;
	width:100%;
	height:527px;
	background:#999;
}
#desco {
	position:relative;
	top:37px;
	left:70px;
	width:225px;
	font-size:10px;
	color:#fff;
	text-align:justify;
}
#desco2 {
	position:relative;
	top:37px;
	left:70px;
	width:225px;
	font-size:17px;
	color:#fff;
	text-align:justify;
}
#desco2 a {
	color:#fff;
	text-decoration:none;
}

/* ----- CLASSES ----- */

.hide{
}
.show{
}
.block {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	font-size:72px;
}
.blockContainer {
	position:relative;
	display:block;
	width:100%;
	text-align:right;
	padding:0px;
	margin:0px;
}
.ombres {
	position:absolute;
	top:0px;
	left:0px;
	width:133px;
	height:106px;
}
#capTapis.cTstands {
	background:#f6c;
}
#capTapis.cTvideo {
	background:#c0c;
}
#capTapis.cTweb {
	background:#09f;
}
#capTapis.cTdiseno {
	background:#f30;
}

/* ----- HEADINGS ----- */

h1{
}
h2{
}
h3{
}
h4{
}
#capTapis h1 {
	position:absolute;
	top:8px;
	left:60px;
	margin:0px;
	padding:0px;
	color:#fff;
	font-size:33px;
}
#capTapis h1 b {
	color:#403B33;
}

/* ----- PARAGRAPHS ----- */

p{
}
#primaryContent p{
}
#secondaryContent p{
}

/* ----- QUOTES ----- */

blockquote{
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
}

#navigation li{
}

#navigation ul{
}

#navigation ul li{
}

#navigation ol{
}

#navigation ol li{
}

/* ----- IMAGES ----- */

img{
}
img a{
}
img a:hover{
}
#tapisMove img {
	background:#403B33;
	border:8px solid #f63;
}

/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
}
a:hover{
}
a:visited, a:active, a:focus{
}
a:visited{
}
a:active{
}
a:focus{
}

a.close {
	position:relative;
	top:0px;
	left:0px;
	width:60px;
	height:60px;
	background:url('img/close.png') 0 0 no-repeat;
	display:block;
	text-decoration:none;
}
a.play {
	position:relative;
	top:0px;
	left:0px;
	width:60px;
	height:60px;
	background:url('img/play.png') 0 0 no-repeat;
	display:block;
	text-decoration:none;
}
a.close:hover {
	background:url('img/close_hover.png') 0 0 no-repeat;
}
a.play:hover {
	background:url('img/play_hover.png') 0 0 no-repeat;
}
p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}
.blockContainer a {
	position:relative;
	top:15px;
	padding-right:110px;
	height:106px;
	display:block;
}
#langs a {
	color:#fff;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}
#langs a:hover {
	color:#f60;
}
#menu a {
	color:#fff;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	margin-left:18px;
	float:right;
}
#menu a:hover {
	color:#f60;
}
a#player {
	
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}



/* styling of the container. */
a.myPlayer {
	display:block;
	margin:0px;
	padding:0px;
	position:relative;
	margin-top:50px;
	top:0px;
	width:640px;
	height:469px;
	background:#403B33;
	border:8px solid #f63;
}

/* play button */
a.myPlayer img {
	margin-top:70px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.myPlayer:hover {
	
}

a {outline: none;}

a {outline: none;}


:focus {-moz-outline-style: none;}

:-moz-any-link:focus {outline: none;}

#linkes {
	position:absolute;
	top:50px;	
	left:372px;
}
#linkes a img {
	border:none;	
}
#logop {
	position:absolute;
	top:30px;
	left:360px;
		
}
