/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

#page {
position: relative;
margin: 0 auto;
width: 970px;
height: 734px;
background: url(img/fons.gif) no-repeat;
z-index: 3;
}

#video {
width: 425px;
position: absolute;
top: 170px;
left: 370px;
}

h1 {
text-align: left;
margin: 10px auto 0 auto;
font-size: 12px;
line-height: 20px;
}


#icomesvideos {
position: absolute;
right: 15px;
bottom: 20px;
z-index: 20;
}

#mesvideos {
padding: 25px 0;
background-color: #993300;
padding-bottom: 100px;
z-index: 2;
}

#llistatvideos {
margin: 0 auto;
width: 720px;
z-index: 1;
text-align: left;
}

h2 {
color: #fff;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 26px;
margin: 0 0 6px 6px;}


.miniatura {
text-align: left;
width: 122px;
height: 170px;
background-color: #630;
float: left;
margin: 9px 5px;
color: #fff;
padding: 6px;
overflow: auto;
}

.miniatura img {
margin-bottom: 5px;
}

.miniatura:hover {
background-color: #fc0;
color: #000;
}

a {
text-decoration: none;
cursor: pointer;
}

a:hover {
cursor: pointer;
}

.clear {
clear: both;
}

#footer {
clear: both;
width: 780px;
margin: 10px auto 35px auto;
}

#footer a {
color: #993300;
text-decoration: none;
border-bottom: 1px dashed #996600;
}

#footer a:hover {
color: #fff;
background-color: #930;
}

#footer img {
vertical-align: middle;}



