@charset "utf-8";
/*:::::::::::::::::::::::::::::::::::::::::::
	DISEÑO Y PROGRAMACIÓN WEB
	Sociarte Arte y Diseño
	www.sociarte.com
	Ing. Guillermo Becerra
	2012
:::::::::::::::::::::::::::::::::::::::::::
*/
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family:cg;
	font-size: 14px;
}
@font-face {
    font-family: 'jul';
    src: url('/fonts/jul.eot');
    src: url('/fonts/jul.eot?#iefix') format('embedded-opentype'),
         url('/fonts/jul.woff') format('woff'),
         url('/fonts/jul.ttf') format('truetype'),
         url('/fonts/jul.svg#jul') format('svg');
}
@font-face {
 font-family: 'cg';
 src: url("/fonts/cg1.eot"); /* EOT file for IE */
 src: url('/fonts/cg1.eot?#iefix') format('embedded-opentype'),
         url('/fonts/cg1.ttf') format('truetype');
}
body{
	background-color:#000;
	color:#FFF;
}

.encabezado{
	background-image:url(img/web/fdo1.png);
	background-repeat:repeat-x;
	background-position:bottom;
	position:fixed;
	z-index:1000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	text-align:center;
	width:1024px;
}
.encabezado a{
	color: #404040;
	font-size: 18px;
	text-decoration: none;
	padding:10px 20px;
}
.encabezado a:hover{
	background-image:url(img/web/fdo2.png);
	color: #FFF;
	background-position:bottom;
}
.pagact{
	color: #FFF;
	background-position:top;
	background-image:url(img/web/fdo1.png);
	font-size: 18px;
	padding:10px 20px;
}
.contenido{
	background-image:url(img/web/fdo3.jpg);
	background-attachment:fixed;
	background-position:center;
	padding:130px 0px;
}
.pie{
	background-image:url(img/web/fdo1.png);
	background-repeat:repeat-x;
	position:fixed;
	z-index:1000;
	text-align:center;
	width:1024px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	bottom:0px; background-position:top; height:110px;
}
.pie a{
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.pie a:hover{
	color: #333;
}
.pieact{
	font-size: 12px;
	color: #333;
}
