/*
EDUARDOCARDOZO.COM
Version: 1.0
Author: Camilo Rivero || http://www.cebra.com.uy/

Gris claro: #DDDDDD,
Verde: #7A8686,
Verde claro: #949E9E,
Crema: #E6D9CB
*/


/* Generales
----------------------------------------------- */

html * { margin: 0; padding: 0; font-size: 100%; /* hack IE: tamaño de texto */ }

body {
	text-align: center;
	margin: 0; padding: 0;
	font: 0.75em/1.5em Helvetica, Din, sans-serif;
}

/* tamaños de titulos por defecto */

h1		{ font-size: 2em;    }
h2		{ font-size: 1.25em; }
h3 		{ font-size: 1.25em;  }
h4		{ font-size: 1.1em;  }
h5,h6	{ font-size: .84em;  }

table, form, select, input, textarea { 
	font-family: Calibri, "Trebuchet MS", Arial, sans-serif;
	font-size: 100%; /* hack IE: tamaño de texto */
}

/* estilos de enlaces predeterminados */

a, a:link 			{ color: #7A8686; }
a:visited 			{ color: #7A8686; }
a:focus, a:hover 	{ color: #E6D9CB; }
a:active 			{ color: #7A8686; }


/* Armado general
----------------------------------------------- */

#container {
	background-color: #fff;
	color: #666;
	margin: 0 auto;
	text-align: left;
	width: 790px;
}

#header {
	border-bottom: 1px solid #DDDDDD;
	border-top: 3px solid #E6D9CB;
	height: 76px;
	padding: 30px 0;
	width: 790px;
}

#content {
	padding: 50px 0;
}

/* Encabezado
----------------------------------------------- */

#header p {
	border-right: 1px solid #DDDDDD;
	float: right;
	font-size: 2em;
	font-weight: 900;
	letter-spacing: -1px;
	line-height: 76px;
	padding: 0 30px 0 0;
	text-transform: lowercase;
}
	
		#header p a, #header p a:link {
			color: #7A8686;
			text-decoration: none;
		}
		
		#header p a:hover {
			color: #949E9E;
		}

#header small {
	float: right;
	font-weight: 100;
	letter-spacing: 0;
	line-height: 26px;
	padding: 0 80px 0 0;
}

#header ul {
	list-style-type: none;
	margin: 0;
	width: 278px;
}

	#header ul li {
		border-right: 1px solid #DDDDDD;
		margin: 0;
		line-height: 15px;
		text-transform: lowercase;
		width: 150px;
	}
	
		#header ul li a, #header ul li a:link {
			color: #7A8686;
			display: block;
			text-decoration: none;
		}
		
		#header ul li a:hover {
			font-weight: 900;
		}


/* Contenidos
----------------------------------------------- */

#content h1 {
	color: #DDDDDD;
	letter-spacing: -1px;
	text-transform: lowercase;
}

#content h2 {
	margin-top: 1em;
}

#content img {
	border: 1px solid #DDDDDD;
	margin: 0 6px 6px 0;
}

#shadowbox_toolbar, 
#shadowbox_toolbar a, 
#shadowbox_toolbar a:link {
	color: #7A8686;
}

#content #tambien {
	margin-top: 1em;
}

#content ul {
	border-top: 1px solid #efefef;
	list-style-type: none;
	margin: 20px 0;
	padding-top: 5px;
}

	#content ul li {
		border-bottom: 1px solid #efefef;
		padding: 5px 0 10px 0;
	}

.textos-y-biografia,
.biografia-eduardo-cardozo,
.texto-laszlo-moholy-nagy,
.texto-pablo-thiago-rocca,
.texto-gabriel-peluffo,
.contacto {
	margin: 0 auto;
	width: 65%;
}


/* Paginación virtual
----------------------------------------------- */

.paginationstyle{
	margin: 15px 0 0 0;
	padding: 2px 0;
	text-align: center;
	width: 790px;
}

.paginationstyle a{
	background-color: #E6D9CB;
	color: #fff;
	padding: 0 5px;
	text-decoration: none;
}

.paginationstyle a:hover,
.paginationstyle a.selected{
	background-color: #949E9E;
}

/* Pie de página
----------------------------------------------- */

#footer {
	clear: both;
	background-color: #E6D9CB;
	line-height: 30px;
	padding: 0 10px 0 0;	
	text-align: right;
}

	#footer p {
		color: #fff;
		font-size: .8em;
		margin: 0;
	}

/* ---------------------- misc ----------------------------- */

.floatclear {clear: both;line-height: 0px;font-size: 0;width:100%;height:2px;margin:0;padding:0;}

.floatr { float: right; }
.floatl { float: left; }

.hide {position: absolute;left: -99999px;width: 9990px;}

/* ---------------------- tables and forms ----------------------------- */

fieldset {border:none;padding:0;margin:0;}

legend {color: #5170BE;padding: 0 0 .5em 0;font-weight: normal;font-size: 1.25em;}

#content table {
	margin: 0 0 1.5em 0;
	border-collapse: collapse;
	width: 100%;
}
th {
	border:none;
}
td {
	border-top: 1px solid #999999;
	padding: 3px 0 2px 0;
	vertical-align: top;
}