body {
	margin: 0px;
	padding: 0px;
	background-color: #5b5850;
	font-size: 14px;
	color: #ddd;
	height: 100%;
	font-family : serif;
}
#principal {
	width: 100%;
	height: 100%;
	min-width: 1000px;
	min-height: 800px;
}

#cabecera {
	width: 100%;
	min-width: 1000px;
	height: 160px;
	background: url('../imagenes/nombre_salarrullana_mano.png') no-repeat;
	background-position: -100px 0px;
}
#izquierda {
	float: left;
	width: 40%;
	min-width: 400px;
	height: 100%;
	/*border-right: 1px solid #333;*/
}
#nombre {
	margin-top: 75px;
}
#contenedor_enlaces{
	margin-top: 20px;
}
#izquierda a:link, #izquierda a:visited {
	text-decoration: none;
	outline: none;
	color: #ddd;
	background-image: url('../imagenes/back_enlace.png'); 
	width: 350px;
	height: 40px;
	font-size: 30px;
	background-position: 0px 0px;
	margin-left: -50px;

}
#izquierda a:hover , a:active {
	background-position: 0px -75px;
    text-decoration: none;
    color: #fff;
	outline: none;
}
img.enlace{
	border: none; 
	width: 400px;
	height: 50px;
}
#derecha {
	margin-top: 20px;
	float:left;
	width: 59%;
	min-width: 590px;
}
#fgaleria {
	margin-top: -380px;
	margin-left: -30px;
	float: left;
	width: 59%;
	min-width: 590px;
}
#env_foto_inicio{
	width: 500px;
	margin-left: auto;
	margin-right:auto;
}
#foto_inicio {
	position: relative;
	width: 392px;
	padding-left: 40px;
	height: 100%;
	min-height: 900px;
	background: url('../imagenes/chica-libro.jpg');
	margin-left: auto !important;
	margin-right: auto;
	margin-top: -180px;
	float: right;
}
#uncuadro {
	position: absolute;
	width: 100% !important;
	min-width: 1000px;
	height: 100% !important;
	height: 850px;
	min-height: 800px;
	background-color: #5b5850;
	z-index: 10000000;
	cursor: pointer;
}
#uncuadro div.imagen img {
	max-width: 700px;
	max-height: 600px;
	margin-top: 80px;
	border: 1px solid #333;
	padding: 2px;
}
#uncuadro div.imagen{
	float: left;
	min-width: 700px;
	width: 70%;
	text-align: center;
}

#uncuadro div.texto{
	float:left;
	min-width: 300px;
	width: 30%;
	padding-top: 30px;
	height: 90%;
	height: 700px;
	background: url('../imagenes/fondo_uncuadro.png') no-repeat;
	background-position: -25px 0px;
}
#uncuadro div.espacio{
	display: block;
	float: left;
	width: 50px;
	height: 30px;
	background: url('../imagenes/fondo_h1.png') no-repeat;
}
#uncuadro h1{
	font-size: 30px;
	}
#uncuadro div.texto h2{
	font-size: 20px;
	padding-left: 120px;
}
#uncuadro div.texto h3{
	padding-left: 120px;
}
img.imablog{
	max-width: 400px;
	max-height: 400px;
	margin: 10px;
	padding: 2px;
	border: 1px solid #333;
}
div.imablog{
	text-align: center;
}
img.imacriticas{
	max-width: 600px;
	max-height: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	border: 1px solid #333;
}
div.imacriticas{
	text-align: center;
}
img.enlaceblog{
	border: none; 
}
a.enlaceblogd:link, a.enlaceblogd:visited {
	text-decoration: none;
	float: right;
	margin-right: 10px;
}
a.enlaceblogi:link, a.enlaceblogi:visited {
	text-decoration: none;
	float: left;
}
hr.blog{
	color: #f00;
	height: 1px;
	border: 0px;
	background-color: #f00;
}
table{
	font-size: 12px;
}
div.frase{
	font-size:14px;
	font-weight: bold;
	font-style: italic;
	margin-left: 20px;
}
#derecha a:link, #derecha a:visited {
	text-decoration: none;
	outline: none;
	color: #ddd;
}
#derecha a:hover , a:active {
    text-decoration: none;
    color: #fff;
	outline: none;
}

