/* Reset defaults */
h1,h2,h3,h4,h5,h6,pre,code,table,td,th,dd,dt,dl,li { font-size: 100%;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,td { margin:0; padding:0;}
a img,:link img,:visited img { border:none}
table {border-collapse: collapse;}
body {font-size: 76%;}
/* end of Reset defaults */


/************** Estructura GRAL *****************/

#contenedor{
	margin:0 auto;
	width:950px;
	background-color:#333;
	text-align:left;
	}	
	
/************** Estructura INDEX *****************/

#cuerpo_index{
	margin:5px 35px 0px;
	background:#333333 url(../images/bg_principal.gif) right top;
	}

#cuerpo_index #contenido {
	margin:0px;
	margin-right:190px;
	padding:0px;
	background-color:#282828;
	}

#cuerpo_index #contenido #contenido_intro{
	background: #282828 url(../images/bg-intro.jpg) no-repeat center top;
	min-width:491px;
	height:130px;
	text-align:center;
	padding: 10px 0px;

	}

#cuerpo_index #contenido #contenido_texto {
	background: #333;
	text-align:justify;
	padding: 5px 25px;
	}

#cuerpo_index #lateral_sup{
	background:#282828;
	height:140px;
	padding: 5px;
	font-size:11px;
	}

#cuerpo_index #lateral_inf{
	padding: 5px 5px 5px 10px;
	background-color:#2F2F2F;
	text-align:left;
	color: #F2F2F2;
	font-size:11px;
	}

/************** Estructura PAGINAS INTERNAS *****************/	

#cuerpo{
	margin:5px 35px 0px 38px;
	background:#333333 url(../images/bg_principal.gif) right top;
	}

#contenido {
	margin-right: 190px; 
	padding: 5px 10px 5px 0px;
	text-align:justify;
}

#lateral {
	float: right;
	background: #2F2F2F;
	width:190px;
	margin:0px;
	border-left:1px solid #363636;
	font-size:11px;
}

#lateral_sup{
	background:#282828;
	padding: 5px  5px 5px 10px;
	}
	
#lateral_inf{
	padding: 15px 5px 15px 10px;
	text-align:left;
	}
	
#lateral_inf p { color:#CCCCCC; margin:0px 0px 0px 2px;}

#lateral_inf img { border:1px solid #000;}



/*********    PANEL    ******************/
#cuerpo_panel{
	margin:5px 35px 0px 38px;
	}