
@font-face
{
font-family: Century;
src: url('https://prismafoundation.org/sistema/plantillas/prismaEspanol/fonts/CenturyGothic.ttf');
}

html body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: url(https://prismafoundation.org/sistema/plantillas/prismaEspanol/img/header.png) repeat-x;
	font-family: Century;
	font-size: 12px;
}

#generalContainer {
	width: 100%;
	height: 100%;
}

#webSite{
	width: 980px;
	height: 100%;
	margin: auto;
}

	#header {
		width: 990px;
		height: 210px;
		background: url(https://prismafoundation.org/sistema/plantillas/prismaEspanol/img/logo.png) no-repeat;
		float: left;
	}
	
		#top_r {
				width: 480px;
				height: 90px;
				padding-right: 20px;
				padding-top: 10px;
				float: right;
				color: #484848;
				font-family: Century Gothic;
				font-size: 12px;
				text-align: right;
		}
		
	#menu {
		width: 100%;
		height: 45px;
		float: left;
	}	
	
	#menu {
	width: 100%;
	height:32px;
	float: left;
	background: url(https://prismafoundation.org/sistema/plantillas/prismaEspanol/img/bg.png) repeat-x bottom;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;}	

	#menu ul {list-style:none;margin:0;padding:0;}
	#menu li {float:left;margin:0;padding:0;text-align:center;}
	#menu li a {display:block;padding:5px 10px;height:100%; height: 22px;color:#333333;text-decoration:none;border-right:1px solid #FFF;}
	#menu li a:hover, li a:focus, li a:active {background-position:-150px 0; color:#000000;}
	#a a {background:url(https://prismafoundation.org/sistema/plantillas/prismaEspanol/img/bg.png) repeat -20px 35px; font-family: Century; font-size: 11px; font-weight: bold;}
	
	
	#a ul.submenu { border:1px solid #999; position:absolute; background: none; list-style:none; background-color:#333333;}
	#a ul.submenu li { float:none; height:32px; background-image:none; background: none; border-bottom:1px solid #999999; width:175px;}
	/* Subsubmenu */
	#a ul.subsubmenu { border:1px solid #000000; padding:5px; background: none; position:absolute; height: 39px; list-style:none; background-color:#333333; margin-left:150px; margin-top:-30px;}
	#a ul.subsubmenu li { float:none; background-image:none; background: none; border-bottom:1px solid #999999; height:39px; min-width:175px;}	
	
	#content {
		width: 990px;
		float: left;
		height: 100%;
	}
	
		#left {
			width: 730px;
			border-right: 1px dashed #009933;
			height: 100%;
			padding: 5px;
			float: left;
			display: block;
		}
		
		#right {
			float: left;
			width: 230px;
			height: 100%;
			padding: 5px;
			display: block;
		}
			
		.tituloContenido {
			width: 100%;
			height: 25px;
			border-bottom: 1px dashed #009933;
			text-align: left;
			display: block;
			float: left;
			font-weight:bold;
		}
	
	#footer {
		width: 100%;
		height: 30px;
		background: url(https://prismafoundation.org/sistema/plantillas/prismaEspanol/img/footer.png) repeat-x;
		float: left;
		padding-top: 10px;
	}
	
	#footer a{
		color: #484848;
		text-decoration: none;
	}
	
	.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    text-indent:-9999px;
    background: url(https://prismafoundation.org/sistema/plantillas/prismaEspanol/img/icon_top.png) no-repeat;
	}
	
	.exito {
		width: 98%;
		padding: 1%;
		background: #030;
		color: #FFF;
	}
	
	.exito {
		width: 98%;
		padding: 1%;
		background: #900;
		color: #FFF;
	}
	
	#imgazar ul {
		list-style-type: none;
	}
	
	#imgazar img {
		border: 5px solid #eee;
		margin: 5px;}
		
