@charset "UTF-8";
body {
	font-family: 'Marcellus', serif;
	}
* {
	margin:0px;
	padding:0px;
			}
.limpiar {
	clear:both;
	margin: 0;
	padding: 0;
	height:0;
	}
html { 
	background: url(../images/fondo.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.izquierdaTxt{
	text-align:left;
	}
.centroTxt{
	text-align:center;
	}
.derechaTxt{
	text-align:right;
	}
.izquierda{
	float:left;
	}
.derecha{
	float:right;
	}
.paddingLeft {
	padding-left:19px !important;
	}
.paddingRight {
	padding-right:19px !important;
	}
	
a {
	text-decoration:none;
	color: #b35730;
	}
a:hover {
	text-decoration:underline;
	}	
	
/*Desde Aquí*/
.logotipo {
	text-indent: -9999px;
	display: block;
	background-image: url(../images/logotipo_sinopsis.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height:139px;
	margin-top:34px;
}
#borde1 {
	margin-top:30px;
	height:60px;
	width:100%;
	background-image:url(../images/borde_superior_pelicula.gif);
	background-repeat:repeat-x;
	}
#contenido{
	padding:0 30px;
	background-color:#000;
	}
#borde2 {
	height:60px;
	width:100%;
	background-image:url(../images/borde_inferior_pelicula.gif);
	background-repeat:repeat-x;
	}
/* Footer IE */
#recursos .custom{
		padding: 30px;
		margin: 20px auto;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
}
#recursos .custom img {
    margin-bottom: 0px !important; 
}
.achica {
	width:100%;
	height:100%;
	}
#recursos .custom p{
		text-align:center !important;
}
/* Footer IE */
#pie {
        position: relative;
        clear: left;
        width: 100%;
        height: 50px;
}

/* Footer resto navegadores */
#pie {
        position: relative;
        clear: left;
        width: 100%;
        min-height: 50px;
}

/*#pie {
	z-index:3;
	position: fixed; 
	bottom:0;
	right:0;
	width:100%;
	height:72px;
	margin-bottom:20px;
	}*/
#mail {
	margin-top:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#fff;
	}
#derechos {
	margin-top:5px;
	padding:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#fff;
	}
#mail {
	float:left;
	}
#pie p,
#mail p{
	margin: 0 16px !important;
	}
#derechos{
	float:right;
	} 
	
/*Alianzas*/
#alianzas {
	margin:12px auto;
	width:700px;
	}
	
#alianzas .logo04 {
	margin-right:6px;
	display: inline-block;
	width:81px;
	height:73px;
	cursor:pointer;
	background-image:url(../../../images/alianzas/mincap_off.png);
	background-position:center center;
	background-repeat:no-repeat;
	text-decoration:none;
	}
#alianzas .logo04:hover {
	text-decoration:none;
	background-image:url(../../../images/alianzas/mincap_on.png);
	}
#alianzas .logo05 {
	margin-right:6px;
	display: inline-block;
	width:55px;
	height:73px;
	cursor:pointer;
	background-image:url(../../../images/alianzas/selee_off.png);
	background-position:center center;
	background-repeat:no-repeat;
	text-decoration:none;
	}
#alianzas .logo05:hover {
	text-decoration:none;
	background-image:url(../../../images/alianzas/selee_on.png);
	}
			
#alianzas .logo01 {
	display: inline-block;
	width:82px;
	height:72px;
	cursor:pointer;
	background-image:url(../../../images/alianzas/alianza_editores_off.png);
	background-position:center center;
	background-repeat:no-repeat;
	text-decoration:none;
	}
#alianzas .logo01:hover {
	text-decoration:none;
	background-image:url(../../../images/alianzas/alianza_editores_on.png);
	}
#alianzas .logo02 {
	text-decoration:none;
	display: inline-block;
	width:82px;
	height:72px;
	cursor:pointer;
	background-image:url(../../../images/alianzas/alianza_fin_off.png);
	background-position:center center;
	background-repeat:no-repeat;
	}
#alianzas .logo02:hover {
	text-decoration:none;
	background-image:url(../../../images/alianzas/alianza_fin_on.png);
	}
#alianzas .logo03 {
	display: inline-block;
	text-decoration:none;
	width:82px;
	height:72px;
	cursor:pointer;
	background-image:url(../../../images/alianzas/alianza_fondo_libro_off.png);
	background-position:center center;
	background-repeat:no-repeat;
	}
#alianzas .logo03:hover {
	text-decoration:none;
	background-image:url(../../../images/alianzas/alianza_fondo_libro_on.png);
	}
#alianzas .facebook {
	text-decoration:none;
	display: inline-block;
	width:30px;
	height:60px;
	cursor:pointer;
	background-image:url(../../../images/alianzas/facebook_off.png);
	background-position:center center;
	background-repeat:no-repeat;
	}
#alianzas .facebook:hover {
	text-decoration:none;
	background-image:url(../../../images/alianzas/facebook_on.png);
	}
	
	
