/*Reseteo: CssLab*/
html, body, div, span, applet, object, iframe, h1, h2, h3,   
h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,   
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,   
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,   
fieldset, form, label, legend, table, caption, tbody, tfoot,   
thead, tr, th, td {   
    margin: 0;   
    padding: 0;   
    border: 0;   
    outline: 0;   
    font-weight: inherit;   
    font-style: inherit;   
    font-size: 100%;   
    font-family: inherit;   
    vertical-align: baseline;   
}   
:focus {   
    outline: 0;   
}   
table {   
    border-collapse: separate;   
    border-spacing: 0;   
}   
caption, th, td {   
    text-align: left;   
    font-weight: normal;   
}   
a img, iframe {   
    border: none;   
}   
ol, ul {   
    list-style: none;   
}   
input, textarea, select, button {   
    font-size: 100%;   
    font-family: inherit;   
}   
select {   
    margin: inherit;   
}   
/* Fixes incorrect placement of numbers in ol's in IE6/7 */  
ol { margin-left:2em; }   
/* == clearfix == */  
.clearfix:after {   
    content: ".";   
    display: block;   
    height: 0;   
    clear: both;   
    visibility: hidden;   
}   
.clearfix {display: inline-block;}   
* html .clearfix {height: 1%;}   
.clearfix {display: block;}

/*-------------------*/
/*COMIENZO DE ESTILOS*/
/*-------------------*/
html {
	margin: 0 0 0 0px;
	padding: 0;
	background:#234E30; /*2A4006*/
	
}
body { 
	margin: 0; 
	padding: 0;
}
#divcuerpo{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 910px;
	width: 1000;
}
#cuerpoarriba{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 155px;
	width: 1010px;
	background-color:#162901;
	border:1px solid #CCFF99;
}
#cuerpoabajo{
	position: absolute;
	left: 0px;
	top: 155px;
	height: 460px;
	width: 1010px;
	background-color:#1A731C;
	border:1px solid #CCFF99;
}
#marco{
	position: absolute;
	left: 10px;
	top: 35px;
	height: 135px;
	width: 990px;
	background-color:#162901;
	border:1px solid #CCFF99;
}
#marcologo{
	position: absolute;
	left: 750px;
	top: 0px;
	height: 105px;
	width: 105px;
	background-color:#162901;
	border:1px solid #CCFF99;
	border-top:0px;
}
#powered 
{
	position: absolute;
	left: 887px;
	top: 115px;
	height: 15px;
	background-color: #162901;
	border:0px solid #CCFF99;
}
#powered p
{
	font-weight:bold;
	font-size: 10px;
	color:#CCFF99;
	font-family: arial, helvetica, sans-serif;
}
#divconfactiva{
	position:absolute;
	left:70px;
	top:1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:52px;
	font-weight:bold;
	text-decoration:none;
	color:#CCFF99;
}
#divlogo{
	position:absolute;
	left:5px;
	top:3px;
}
/*CSS PANEL DE GALERIAS*/
#panel_Gal {
	position: absolute;
	left: 10px;
	top: 175px;
	width: 580px;
	height:425px;
	background-color:#FFFFFF;
	border:1px solid #2A4006;
}
#galeriascontenido{
	position: relative;
	left: 5px;
	top: 5px;
	height:410px;
	width: 570px;
	background-color:#FFFFFF; 
	border: 1px solid #2A4006;
}
#vistafoto{
	position:absolute;
	left:595px;
	top:80px;
	height:260px;
	width:387px;
	background-color:#FFFFFF;
	border: 1px solid #2A4006;
	border-bottom:2px solid;
	border-right:2px solid;
}
#vistafoto a, a:link, a:active, a:visited, a:hover{
	background-color:#FFFFFF; 
	border: 0px solid #2A4006;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:normal;
	color:#001C01;
	text-align:right;
}
#titulogaleria{
	position: absolute;
	left: 5px;
	top: 5px;
	height:20px;
	width: 500px;
	background-color:#FFFFFF; 
	border: 0px solid #2A4006;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color:#001C01;
	text-align:justify;
	margin:1px 1px 1px 1px;
}
#fotosgaleria{
	position: absolute;
	left: 5px;
	top: 25px;
	width: 560px;
	background-color:#FFFFFF; 
	border: 0px solid #2A4006;

}
