/*  encuentrosscc.cl con divs */
/*  Trabajo final curso CSS   */
/*  Profesor: Cristián Rosa   */
/*  Alumno: Juan C. Camus     */
body 
{
	margin: 10px;
	padding: 10px;
	font-family: "Times New Roman", Times, Georgia, serif;
	text-align: center;
}
/* para dar la forma */
#contenedor 
{
	width: 95%;
	text-align: left;
	border-width: 0px;
	border-style: none;
}
#logotipo-print 
{
	width: 100%;
	margin: 0;
	text-align: center;
	display: block;
}
#header
{
	display: none;
}
#areamenu
{
	display: none;
}
#areamenu .logotipo-screen 
{
	display: none;
}
#contenidos
{
	margin: 0 10px 0 10px;
	border-left:1px solid white;
	padding: 0 3px 0 3px;
	border-width: 1px;
	border-style: solid;
	border-color: white;
	display:block;
	float: left;
	clear: both;
}
#footer 
{
	display: none;
}
#credenciales 
{
	display: none;
}
/* estilos para etiquetas habituales */
#contenidos p 
{ 
	font-size: 0.9em;
	line-height: 1em;
}
#contenidos h1 
{
	font-size: 1.5em;
	color: Black;
	text-decoration: none;
	margin: 4px;
}
#contenidos h2 
{  
	font-size: 1.1em;
	color: Black;
	text-decoration: none;
	margin: 4px;
}
#contenidos h3 
{
	font-size: 0.9em;
	color: Black;
	text-decoration: none;
	margin: 4px;
}
#contenidos h4 
{
	font-size: 0.7em;
	color: Black;
	text-decoration: none;
	margin: 4px;
}
#contenidos li 
{
	font-size: 0.8em;
	text-align: left;
	list-style-position: inside;
	list-style-type: circle;
}
#contenidos .breadcrumbs 
{
	font-size: 60%;
	color: #666666;
	background-color: transparent;
	font-weight: normal;
	padding-left: 3px;
}
#contenidos .artresumen 
{
	font-size: 0.8em;
	text-align: justify;
	font-weight: bold;
	margin: 15px 5px 15px 5px;
}
#contenidos .arttextoportada 
{
	font-size: 0.9em;
	color: #000000;
	text-align: justify;
	text-indent: 10pt;
	white-space: normal;
	padding: 10px 10px 0 10px;
}
#contenidos .arttexto {
	background-color: transparent;
	font-size: 0.8em;
	color: #000000;
	text-align: justify;
	text-indent: 10px;
	white-space: normal;
	padding: 10px;
}
#contenidos .artsubtitulo 
{
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	text-indent: 0;
}
#contenidos .fotos
{
	display: none;
}

