@charset "utf-8";
/* CSS Document */

body {
	background-color:#b2c9d1;
}



.wrapperprincipal {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color:#b2c9d1;
	background-image:url(../images/right.jpg);
	background-position: right;
	background-repeat:repeat-y;
	float:left;
}
.right {
	margin: 0px;
	padding: 0px;
	width: 212px;
	float:right;
	padding: 10px;
	position:absolute;
	right:0px;
}
.wrapper1 {
	padding: 0px;
	margin: 10px 222px 10px 10px;
	background-color:#b2c9d1;
	background-image:url(../images/logofondo.jpg);
	background-position: left bottom;
	background-repeat:no-repeat;
}
.msg_error {
}
/******************************* LEFT ********************************/

.left {
	width: 191px;
	float:left;
}
.acceso {
	width: 171px;
	height: 185px;
	float:left;
	padding: 10px;
	background-image:url(../images/acceso.png);
	background-repeat:no-repeat;
	/*background-color:#D1DFE2;*/
	text-align:left;
}
.modleft {
	width: 171px;
	float:left;
	padding: 10px;
	background-image:url(../images/left.png);
}
.leftbottom {
	width: 191px;
	float:left;
	height:10px;
	background-image:url(../images/leftbottom.png);
}

/****************************** CENTRO ******************************/
.center {
	margin-left: 201px;
}

/********** MAINBODY **************/
.principal {
	width:100%;
	background-image: url(../images/left.png);
	margin-bottom: 10px;
}
.mainbody {
	margin-bottom: 10px;
	left:210px;
}

.inset {
	float:right;
}

/*********** BOTTOMS *************/
.bottomleft {
	float:left;
	width:57.5%;
}

/* TIPS */
.tipsout {
	background-image: url(../images/tipsout.jpg);
	background-repeat:repeat-x;
	background-color:#d4b642;
}
.tipsin {
	background-image: url(../images/tipsin.png);
	background-repeat:no-repeat;
	background-position:top left;
}
/* TOPS */
.topsout {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background-image:url(../images/tops.png);
	margin-top:10px;
}

.tops4 {
}
/** BOTTOM RIGHT **/

.bottomright {
	width: 41%;
	float:right;
}

.estrenos {
	background-image:url(../images/estrenos.png);
	margin-bottom: 10px;
}

/* NOTICIAS */

.noticias {
	background-image: url(../images/noti.png);
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}

.noti4 {
}

.footer {
	clear:both;
	text-align:left;
	height: 47px;
}

