/*CSS Loteria Navidad*/
body {text-align: center;background-color: #666666;background-image: url(../img/fondo.jpg);}
.container {text-align: left;border-right-width: medium;border-left-width: medium;border-right-style: solid;border-left-style: solid;border-right-color: #416B95;border-left-color: #416B95;}
.cabecera {width: 985px;height:120px;margin: 0px 0px 0px 0px;padding: 0px;background-image: url(../img/cabecera.jpg);}


/*Bloque derecha*/

.bloque_derecha{width:310px;height: 500px;float: left;background-image: url(../img/imagen_d.jpg);}
.bloque_izquierda p {padding: 0px;margin-top: 30px;margin-right: 10px;margin-bottom: 0px;margin-left: 10px;font-family: Georgia, "Times New Roman", Times, serif;font-size: 13px;}


/*Bloque izquierda*/

.bloque_izquierda{float: left;width:675px;height: 500px;background-color: #C6D2DE;background-image: url(../img/fondo01.jpg);	background-repeat: no-repeat;background-position: bottom;}
.container .bloque_izquierda a {font-family: Arial, Helvetica, sans-serif;text-decoration: none;font-size: 14px;font-weight: bold;	color: #666666;}
.container .bloque_izquierda a:hover {color: #FFFFFF;text-decoration: underline;}

.bloque_derecha ul {padding: 0px;margin-top: 60px;margin-right: 0px;margin-bottom: 0px;margin-left: 10px;}
.bloque_derecha ul li {list-style-type: none;padding: 0px;float: left;margin-top: 0px;margin-right: 2px;margin-bottom: 5px;	margin-left: 0px;}
.container .bloque_derecha img {border: thin solid #FFFFFF;}
.container .bloque_derecha a img {border: thin solid #FFFFFF;}
.container .bloque_derecha a:hover img {opacity:0.6;border: thin solid #333333;}

