body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	background:#fff;
	min-width:600px;
	font-size:90%;
	font: 12px Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}

#header ul.m {  margin:0; padding:0;}
#imgfloat { position:absolute; top:0; left:0; }
#header {
	clear:both;
	float:left;
	width:100%;
	min-width:1000px;
	background:#9d3598 url(../img/top.gif) repeat-x;
	height:218px;
}
#header ul.m {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:190px;
	left:0px;
	width:1040px;
}
#header ul.m li {
    display:inline;
    list-style:none;
    margin:0 0 0 10px;
    padding:0;
}
#header ul.m li a {
    display:block;
    float:left;
    margin:0 0 0 15px;
    padding:4px 10px 4px 10px;
    text-align:center;
    background:#eee;
    color:#000;
	height:20px;
	line-height:20px;
    text-decoration:none;
    position:relative;
    left:15px;
}
#header ul.m li a:hover{
    background:#DBB5DA;
}
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}

.colmask {
	position:relative;
    clear:both;
    float:left;
	width:100%;
	overflow:hidden;
}

.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background:#fff;
}
.leftmenu .col1wrap {
    float:right;
    width:50%;
    position:relative;
    right:200px;
    padding-bottom:1em;
}
.leftmenu .col1 {
	margin:20px 15px 0 215px;
	position:relative;
	right:100%;
	overflow:hidden;
	max-width:700px;
	text-align:justify;
	line-height:20px;
}
.leftmenu .col2 {
	float:left;
	width:170px;
	position:relative;
	right:185px;
}

#footer {
	clear:both;
	float:left;
	width:100%;
	background:#7f007f;
	margin-top:20px;
}
#footer span {
	padding:10px;
	margin:0;
	text-align:center;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	list-style:none;
}


.subcol2 {
	margin-top:40px;
	border:solid 3px #f9e781;
	padding:0px;
	background:#f4f4f4;
}

.subcol2 h1 {
	font-size:14px;
	padding:5px;
	margin:0;
}
.subcol2 ul {
	margin:3px 8px 3px 8px;
	padding-left:0;
	list-style:none;
}
.subcol2 li {
	margin:4px;
	border-bottom:1px solid #fff;
	padding-bottom:4px;
}
.subcol2 p {text-align:center; padding-top:10px;}
.col2 p.rt {margin-top:0;text-align:right;}
.not1 { background:#d2d188; border-top: 2px solid #657429; }
.not2 { background:#afdde9; border-top: 2px solid #5dc0e9; }
.not3 { background:#fcb154; border-top: 2px solid #ff7f2a; }

.col2 a:link,.col2 a:active,.col2 a:visited {
	color:#3b3b3b;
	text-decoration:none;
}
.col2 a:hover {
	text-decoration:underline;
	color:#000;
}

.col1 h1 {
	font-size:18px;
	color:#992F94;
}

.imgc {
	background:#f9e781;
	text-align:center;
	padding:5px;
}
.imgc img {display:inline;margin:0;padding:0;}

.col1 h2 {
	border-bottom:3px solid #992F94;
	color:#992F94;
	font-size:15px;

}
.imgfloat {margin-left:250px}
.pdf { padding-left:20px;background:url(../img/pdf.gif) no-repeat;line-height:20px;}
a:link,a:active,a:visited {
	color: #c4b459;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a img {border:0;}
.docbox {
	background:#F9E781 url(../img/doc.gif) no-repeat right top;
	font-size:13px;
	padding:0 10px 0 0;
}
.docbox .left {
	padding:60px 10px 10px 10px;
}
.docbox h2 {border:none;}
.clear {clear:both;}
.docbox .ileft {
	margin-right:20px;
	margin-bottom:0;
	margin-top:0;
	background:#fff;
	float:left;
	width:230px;
}
.docbox a {
	font-size:15px;
	color:#c92a2a;
}
.godown {
	margin-top:25px;
}
/*
.item {
	padding:5px;
	margin:15px 5px 5px 5px;
	border:#ccc 1px dotted;
	background:#f4f4f4;
}
.green {
	background:#D2D188;
}
.item a {color:#bdaf63;}
.green a {color:#8a7c2b;}
*/
/*ediciones hechas por andres*/
.film{
	display:block;
	float:left;
}
.film div{
	float:left;
}
.film{
	width:100%;
}
.hidden{
	display:none;
}
#flag{
	position:absolute;
}

/*forms*/ .cform fieldset {
    padding: 5px;
} .cform legend {
    font-size: 16px;
    font-weight: 700;
} .cform textarea, .cform input {
    font-family: Verdana, Geneva, Arial, Helvetica, serif;
    font-size: 12px;
} .cform .num {
    width: 30px;
} .cform label {
    width: 120px;
    float: left;
    text-align: left;
} .cform .jump {
    margin-left: 120px;
} .cform label.error {
    float: none;
    color: #FF0000;
    margin-left: 5px;
    vertical-align: top;
    font-weight: bold;
    background: url(../img/fail.gif) no-repeat;
    padding-left: 20px;
} .cform strong {
    font-size: 11px;
    font-weight: normal;
} .cform input.error, .cform textarea.error {
    background: #F4F4F4;
    border: 2px solid #FF0000;
}

#ticker-area {position:absolute;top:30px;right:10px;width:175px;font-size:15px;color:#fff;padding:6px;border:3px solid #fff;text-align:center;font-weight:700}
.dt {list-style:none;}
#footer {height:30px;}
marquee {line-height:30px;background:#992F94;color:#fff;font-size:14px;font-weight:700}
#dir{position:absolute; right:10px; top:110px; font-size:13px; color:#fff;width:175px;text-align:center;}
#dir a{color:#fff;}
