@import url("menu.css");
@import url("home.css");
@import url("from-contacto.css");



body {
	background-image: url(../images/cengageBGgradiant.jpg);
	background-color: #013658;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	color: #013658;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
}

img{
	 border: none;
}


#Container {
	width: 975px;
	margin: 0 auto;
	text-align: left;
}
#Header {
	padding-top: 15px;
	width: 975px;
	height: 92px;
	background: url(../images/logo-cengage.jpg) no-repeat 0 15px;
}
#Buscador {
	float: right;
	width: 450px;
	height: 45px;
	padding-top: 15px;
	padding-bottom: 10px;
}
#MenuTop {
	display: block;
	clear: both;
	font-size: 0.7em;
	color: #FFFFFF;
	padding-left: 2em;
	padding-top: 4px;
	float: left;
	
	
}
#MenuTop a {
	color: #FFFFFF;
	text-decoration: none;
}
#MenuTop a:hover {
	text-decoration: underline;
}
#MainPlace {
	width: 975px;
	background-color: #FFFFFF;
	height: auto;
	
}

/* estilo para los contenidos */	
	

	
#MainPlace #Contenidos{
	width: 695px;
	padding: 12px 12px 50px;
	height: auto;
	float: left;
	background-color: #FFFFFF;
}

/* LandingPage CENGAGEBRAIN - Reembolso */
	#ContenidoBR{
		width: 953px;
		padding: 12px 12px 50px;
		height: auto;
		float: left;
		background-color: #FFFFFF;
		background:url(../cengagebrain/customer-service/images/greenBg.gif);
	}
	
	#ContenidoDist{
    width: 675px;
    height: 463px;
    padding-left: 12px;
    font-size: 12px;
	padding-top: 4px;
	background:url(../Distribuidores/images/dist_background.jpg) no-repeat;	
	}
			
		#DistMP {
		  float: left;
		  width:450px;
		  padding-top:7px;
		}
		#DistMP H1 { font-weight:bold; font-size:11px; color:#0099CC; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; }
		
		#DistBD {
		  float: right;
		  width:205px;
		}
		#DistBD #topSuc { background:url(../Distribuidores/images/top_sucursales.png) no-repeat; line-height:30px; width:198px; height:33px;  font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;  color:#FFFFFF; font-weight:bold; 
		
		}
		
		#DistBT_izq {
		  float: left;
		  width:219px;
		  font-size:11px;
		  
		}
		#DistBT_der {
		  float: right;
		  width: 221px;
		  }
	
	
	#headerBR {
	width:899px;
	height:72px;
	background:url(../cengagebrain/customer-service/images/header.png) no-repeat;
	padding-bottom:20px;
	margin-top:10px;
	}

#MainPlace #Contenidos a{
	color: #004980;
}

#MainPlace #Contenidos a:hover{
    color: #ce3c23;
    text-decoration: underline;


}

/* fin estilo para los contenidos */



/* menu lateral trabajan con el menu.css */	




#MainPlace #MenuLateral{
	width: 232px;
	background: url(../images/cengageBGgradiantMenuLateral.jpg) repeat-y;
	background-color: #B1DBED;
	float:right;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 50px;
	padding-left: 12px;
}

#MainPlace #MenuLateral #ContenedorMenu{
width: 232px;
padding: 6px;
background-color: white;	
	
	}
	
	
/* fin menu lateral */

/* breadcrumb */		
	
	#MainPlace #Contenidos #breadcrumb{
    width: 672px;
    height: 30px;
    padding-left: 12px;
    font-size: 12px;
    color: #004980;
	background: url(../images/breadcrumb.gif) repeat-x;
	font-weight: bold;
	padding-top: 4px;

}
		#MainPlace #Contenidos #breadcrumb #prev{

	background: url(../images/flechita-bread.gif.png) no-repeat right center;
	margin-right: 12px;
	padding-right: 12px;
	width: auto;
	float: left;
}

		#MainPlace #Contenidos #breadcrumb #here{
	border: 1px solid white;
	width: auto;
	padding: 1px 2px;
	float: left;
	text-align: center;

}	
	
	
	
	
/* fin breadcrumb */		
	
		

#Region {
	width: 280px;
	float: right;
	font-size: 0.75em;
	color: #0099FF;
	padding-top: 4px;
	text-align: center;

}
#Region a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}


#Footer {
	font-size: 0.7em;
	color: #FFFFFF;
	width: 975px;
	clip: rect(auto,auto,0px,auto);
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#Contenidos  .pdf  {
	background-image: url(../images/sincategoria/pdf-bullet.png);
	padding-left: 25px;
	font-size: .8em;
	display: block;
	list-style-type: none;
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 5px;
}

#Footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#Footer a:hover {
	font-weight: bold;
}
#clear {
	clear: both;
}
#Alerta {
	background-color: #FFFFCC;
	border: thin solid #333333;
	font-size: .75em;
	color: #333333;
	float: right;
	width: 200px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#Distribuidores {
	font-size: 0.7em;
	width: 95%;
	border: 1px solid #333333;
	margin-right: 15px;
}
#MainPlace #Contenidos2 #breadcrumb #prev {
	background: url(../images/flechita-bread.gif.png) no-repeat right center;
	margin-right: 12px;
	padding-right: 12px;
	width: auto;
	float: left;
}

/*////////////////////// SLIDE VERTICAL */

#sucursal{font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:10px;}

div.arrow_up {
	position: absolute; 	
	height: 35px;
	width: 188px;
	background:url(../Distribuidores/images/up_sucursales.png);
	z-index:5;
	overflow: auto;
}
div.arrow_bot {
	position: absolute; 	
	height: 35px;
	width: 191px;
	background:url(../Distribuidores/images/bot_sucursales.png);
	z-index:5;
	overflow: auto;
	margin-top:-26px;
}

#sucursales{ 
	width:190px;
	height:345px;
	padding-left:6px;
}

div.sc_menu_wrapper {
	position: relative; 	
	height: 363px;
	/* Make bigger than a photo, because we need a place for a scrollbar. margin-top: 30px; */
	width: 190px;	
	overflow: auto;
	padding-left:4px;
}
div.sc_menu {
	padding: 15px 0;
}
.sc_menu a {
	display: block;
	margin-bottom: 5px;
	width: 130px;
	
	border: 2px rgb(79, 79, 79) solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;		
	
	/* When image support is turned off */
	color: #fff;
	background: rgb(79, 79, 79);	
}
.sc_menu a:hover {
	border-color: rgb(130, 130, 130);
	border-style: dotted;
}
.sc_menu img {
	display: block;
	border: none;
}
 
.sc_menu_wrapper .loading {
	position: absolute;
	top: 50px;
	left: 10px;
	
	margin: 0 auto;
	padding: 10px;
 
	width: 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	
	text-align: center;
	color: #fff;
	border: 1px solid rgb(79, 79, 79);
	background: #1F1D1D;
}
/* Styling tooltip */
.sc_menu_tooltip {
	display: block;
	position: absolute;
	
	padding: 6px;
	font-size: 12px;	
	color: #fff;
	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	
	border: 1px solid rgb(79, 79, 79);
	background: rgb(0, 0, 0);
	/* Make background a bit transparent for browsers that support rgba */	
	background: rgba(0, 0, 0, 0.5);
}
 
/* Here are styles for a link to an article. Not for you :) */
#back {
	margin-left: 8px;
	color: gray;
	font-size: 18px;
	text-decoration: none;
}
#back:hover {
	text-decoration: underline;
}

