
@font-face {
    font-family: "Century Gothic";
    src: url(https://chocoprisma.com/sistema/plantillas/prismaEspanol/fonts/CenturyGothic.ttf) format("truetype");
}


html, body {
	margin: 0px;
	padding: 0px;
	background: url(https://chocoprisma.com/sistema/plantillas/prismaEspanol/img/circles.png) #d4cdbd;
	margin-bottom: 1%;
        font-family: Century Gothic;
        font-size: 12px;
}

	#principal {
		width: 986px;
		/*background: url(https://chocoprisma.com/sistema/plantillas/prismaEspanol/img/body_bg.png) center;*/
		margin: auto;
	}
	
	#interno {
		width: 960px;
		height: 100%;
		margin: auto;
	}
	
		#top {
			width: 100%;
			height: 100px;
			float: left;
			background: url(https://chocoprisma.com/sistema/plantillas/prismaEspanol/img/top.png) #39322c;
		}
		
			#top_r {
				width: 480px;
				height: 90px;
				padding-right: 20px;
				padding-top: 10px;
				float: right;
				color: #FFF;
				font-family: Century Gothic;
				font-size: 12px;
				text-align: right;
			}
			
			#top_r select {
				font-family: Century Gothic;
				font-size: 12px;
				
				padding:5px;
				border:1px solid #959595;
				background-color:#eee;
				color:#333;
			}
		
		#header {
			width: 100%;
			height: 290px;
			float: left;
		}
		
			#header_images {
				width: 900px;
				float: left;
				height: 200px;
			}
		
		#menu {
			width: 100%;
			height: 52px;
			float: left;
			background: url(https://chocoprisma.com/sistema/plantillas/prismaEspanol/img/menu_bg.png) repeat-x;		
		}
		
		
		#body {
			width: 100%;
			background: url(https://chocoprisma.com/sistema/plantillas/prismaEspanol/img/chocolate.jpg) #f1f0f5 bottom right no-repeat;
			float: left;
                        }

                #izq {
			width: 690px;
			height: 100%;
                        
                        /*min-height: 478px; */
			padding: 15px;
			float: left;
			display: block;

                        /* sombra interna */
                        -moz-box-shadow:inset 0 0 30px #999999;
                        -webkit-box-shadow:inset 0 0 30px #999999;
                        box-shadow:inset 0 0 30px #999999;
                        /* termina sombra interna*/
                        }
		
		#der {
			float: left;
                        
			width: 230px;
                        padding: 5px;
			height: 100%;
                       /* min-height: 478px;*/
			padding: 5px;
			display: block;
                        
                        /* sombra interna */
                        -moz-box-shadow:inset 0 0 30px #999999;
                        -webkit-box-shadow:inset 0 0 30px #999999;
                        box-shadow:inset 0 0 30px #999999;
                        /* termina sombra interna*/
						
		}

		#footer {
			width: 100%;
			min-height: 100px;
			text-align: center;
			display: block;
			float: left;}
                        
                .selectLang {
                    padding: 3px;
                    font-size: 18px;
                }    
