/*  encuentrosscc.cl con divs */
/*  Trabajo final curso CSS   */
/*  Profesor: Cristián Rosa   */
/*  Alumno: Juan C. Camus     */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
#contenedor
{
	width:755px; /*1*/
	margin:0px;
	border:1px solid gray;
	line-height:150%;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}
#logotipo-print 
{
	display: none;
}
#header
{
	padding:3px;
	color:white;
	background-color: #F89A1D;
	text-align: right;
	clear:both;
}
#areamenu
{
	float:left;
	width:170px; /*1*/
	margin:0;
	padding:5px; /*1*/
}
#contenidos
{
	margin-left:180px; /*1*/
	border-left:1px solid gray;
	padding:3px; /*1*/
}
#footer
{
	padding:5px;
	color:black;
	background-color: #F89A1D;
	clear:left;
}
#credenciales 
{
	text-align: center;
	margin: 5px 0 5px 0;
}
/*estilos para menú de secciones*/
#areamenu .logotipo-screen 
{
	margin-left:15px;
	margin-right:15px;
}
#areamenu .logotipo-print 
{
	display: none;
}
#areamenu p 
{
	margin: 0;
	line-height: 1.4em;
}
#areamenu ul 
{
	margin: 0 0 0 -5px; /*1*/
	padding: 0;
	background-color: #ffffff;
	width: 175px; /*1*/
}
#areamenu li 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #f8f8f8;
}
#areamenu a.menu:link 
{
	font-weight: normal;
	font-size: 0.7em;
	color: #222222;
	text-decoration: none;
	text-indent: 3px;
	border-left: thick solid Gray;
	margin: 0;
	display: block;
}
#areamenu a.menu:visited 
{
	font-weight: normal;
	font-size: 0.7em;
	color: #222222;
	text-decoration: underline;
	text-indent: 3px;
	border-left: thick solid Gray;
	margin: 0;
	display: block;
}
#areamenu a.menu:hover 
{
	font-weight: normal;
	font-size: 0.7em;
	color: #CC0000;
	text-decoration: none;
	text-indent: 3px;
	background-color: #FFCC33;
	border-left: thick solid #CC0000;
	margin: 0;
	display: block;
}
#areamenu .address 
{
	font-weight: normal;
	font-size: 0.6em;
	color: #222222;
	text-decoration: none;
	text-indent: 0;
	margin: 0 2px 0 0;
}
/* Estilos para textos */
#contenidos h1 
{
	font-size: 1.2em;
	text-indent: 3px;
}
#contenidos h2 
{  
	font-size: 1em; 
	text-indent: 3px;
}
#contenidos h3 
{
	font-size: 0.8em;
	text-indent: 3px;
}
#contenidos h4 
{
	font-size: 0.6em;
	color: Black;
	text-indent: 3px;
}
#contenidos p 
{
	font-weight: normal;
	font-size: 0.8em;
	text-decoration: none;
	text-indent: 10px;
	margin: 0 3px 0 3px;
}
#contenidos .fotos
{
	padding: 0px;
	text-align: center;
}
#contenidos .actualizado
{
	font-weight: normal;
	font-size: 0.7em;
	color: #575757;
	padding-right: 10px;
	text-align: right;
}
#contenidos .artresumen 
{
	font-size: 0.8em;
	text-align: justify;
	font-weight: bold;
	margin: 15px 5px 15px 5px;
}
#contenidos .arttexto 
{
	background-color: transparent;
	font-size: 0.8em;
	text-align: justify;
	text-indent: 10px;
	white-space: normal;
	padding: 5px;
}
#contenidos .arttextoportada 
{
	font-size: 0.8em;
	text-align: justify;
	text-indent: 15px;
	white-space: normal;
	padding: 0 10px 0 10px;
}
#contenidos .artsubtitulo 
{
	font-size: 0.9em;
	font-weight: bold;
	text-indent: 3px;
	padding: 5px 0 0 0;
}
#contenidos a.breadcrumbs:link 
{
	font-size: 0.6em;
	color: #666666;
	padding-left: 3px;
	text-decoration: none; 
}
#contenidos a.breadcrumbs:visited 
{
	font-size: 0.6em;
	color: #666666;
	padding-left: 3px;
	text-decoration: underline; 
}
#contenidos a.breadcrumbs:hover 
{
	font-size: 0.6em;
	padding-left: 3px;
	text-decoration: underline; 
	background-color: #FFCC33; 
}
#contenidos li 
{
	font-size: 0.8em;
}
.breadcrumbs {
	font-size: 0.6em;
	color: #666666;
	font-weight: normal;
	padding-left: 3px;
}

/*  Estilos para fotos */

.fotografia {
	padding: 0px;
	padding-left: 30px;
}

.lecturadefoto {
	text-align: center;
	font-style: italic;
	font-size: 0.6em;
	text-decoration: none;
	color: #494949;
}
	
/*  Estilos para formulario */
form 
{
	padding: 2px;
	width: 80%;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
}
label 
{
	width: 120px;
	display: inline;
	float: left;
	margin: 2px;
	line-height: 1em;
	font-size: 0.8em;
}
input 
{
	width: 250px;
	float: left;
	display: block;
	line-height: 1em;
	font-size: 0.8em;
}
textarea 
{
	margin: 2px;
	clear: none;
	float: left;
	width: 60%;
}
#enviar 
{
	width: 100px;
	text-align: center;
	display: block;
	margin: 20px 0 0 0;
}
/* Estilos para Footer */
#footer p 
{
	font-weight: normal;
	font-size: 0.6em;
	color: #222222;
	text-decoration: none;
	text-indent: 0;
	margin: 0 2px 0 0;
}
#credenciales img
{
	border: 0;
}
