/* 
    Document   : youtube
    Created on : 20-may-2009, 19:03:09
    Author     : Jose Luis
    Description:
        Purpose of the stylesheet follows.
*/



#Videos {
    margin-left:3em;
    margin-right:3em;
}

#Videos H1{
    color:#E3CA80;
    font-size:2em;
    font-weight:bolder;
    margin-bottom:1em;
    margin-top:0.5em;
}

.video{
    margin-top:2em;
    margin-bottom:2em;
}

.ImagenYoutube {
    float:left;
    height:7em;
    margin-bottom:1.8em;
    width:15em;
}

.borrado{
    margin-top:0.5em;
    margin-bottom:0.5em;
    border-bottom:solid 0.1em #634C08;
    clear:both;
}

.enlaceYoutube{
    color:#634C08;
    font-size:1.3em;
}

.enlaceYoutube a, .enlaceYoutube a:link, .enlaceYoutube a:visited {
    color:#634C08;
}
.enlaceYoutube a:hover {
    text-decoration: underline;
}

div.paginacion {
	padding:0.5em;
	margin:0.5em;
	text-align:left;
}

div.paginacion a {
	padding: 0.2em 0.5em 0.2em 0.5em;
	margin-right: 0.2em;
	border: 0.15em solid #E8DDBE;
	text-decoration: none;
	color: #000;
}

div.paginacion a:hover, div.paginacion a:active {
	border: 0.15em solid #E8DDBE;
	color: #000;
	background-color: #E3CA70;
}

div.paginacion span.current {
	padding: 0.2em 0.5em 0.2em 0.5em;
	margin-right: 0.2em;
	border: 0.15em solid #E8DDBE;
	font-weight: bold;
	background-color: #E3CA70;
	color: #000;
}

div.paginacion span.disabled {
	padding: 2em 5em 2em 5em;
	margin-right: 2em;
	border: 1em solid #929292;
	color: #929292;
}

#Thevideos{
    margin-left:3em;
}

.BotonVolver{
	background-image:url(imagenes/botonVolver.gif);
	background-repeat:no-repeat;
	background-position:left top;
	float:right;
	color:#FFFFFF;
	padding:0.29em 1.2em 0.4em 1.8em;
	font-size:0.8em;
	font-weight:bold;
}

.BotonVolver a:link, .BotonVolver a:hover, .BotonVolver a:focus, .BotonVolver a:visited{
	color:#FFFFFF;
}
