@import url(reset.css);
@import url(desarrollo.css);

/* // DEFINICIONES GENERALES ---------------------------------------- */
html {
	background: #bedbec url(i/bg.jpg) no-repeat top center;
	height: 100%;
	}

body {
	color: #39748E;
	font: normal 14px/1.5 Helvetica, Arial, Verdana, sans-serif;
}

/* // VINCULOS ------------------------------------------------------ */
/*El orden de las peseudo clases esta dado en base a http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/*/

a, a:link {
	color: #DC6F2A;
	text-decoration: none;
}
a:visited {
	color: #BC5B26;
	}
a:focus {
	
	}
a:hover {
	color: #BC5B26;
	}
a:active {
	color: #BC5B26; position: relative; top: 1px;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/* // TEXTOS EN LINEA ----------------------------------------------- */
strong {
	font-weight: bold;
}
em { 
	font-style: italic;
}

acronym { border-bottom: 1px dotted rgb(255,255,255); }

/* // BLOQUES DE TEXTO ---------------------------------------------- */

/* -- Titulos --*/
h1, h2, h3, h4, h5, h6 {
	color: rgb(0,0,0);
	}
h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: .5em;
	}
h2 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
	}
h3, h4, h5 {
	font-size: 1em;
}
h3 {
	text-transform:uppercase;
	}
	
h4 {

	}
	
h5 {
	font-style: italic;
	}
h6 {
	font-size: 0.7142em;
	line-height: 2.1em;
	text-transform:uppercase;
	}
	
/* -- -- */

p, ul, ol {
	margin-bottom: 1.5em;
	}
blockquote {
	font-style: italic;
	}
	
/*BRANDING*/
#corp {
	position: absolute;
	right: 30px;
	top: 1.5em;
}
	

h1 {
	background: url(i/logo.png) no-repeat;
	height: 64px;
	margin-bottom: 0;
	text-indent: -99999px;
	width: 140px;
}

h1 a {
	display: block;
	height: 64px;
	width: 140px;
}

#corp ul {
	margin-top: 1em;
	text-align: right;
}

#corp li {
	font-size: 0.8571em;
	line-height: 1.75em;
	}

#corp li a {
	background: url(i/corp-icons.png) no-repeat;
	color: #39748E;
	display: block;
	font-weight: bold;
	padding-right: 20px;
	}
	
#corp li a:hover {
	color: #fff;
}

#corp li a.acercaDe { background-position: right -47px; }

#corp li a.contacto { background-position: right 5px;}

/*ACCESOS*/
#accesos {
	height: 340px;
	position: relative;
}

#accesos li {
	position: absolute;
	height: 320px;
	width: 212px;
	}

#accesos a {
	background: url(i/img-accesos.jpg) no-repeat;
	display: block;
	height: 320px;
	text-indent: -99999px;
	width: 212px;
	}

#accesoIlustracion {
	left: 20px;
	top:20px;
}
	

#accesoPapelMache {
	right: 10px;
	top: 20px;
	
}

#accesoIlustracion a{
	background-position: 0 -320px;
	
}

#accesoPapelMache a{
	background-position: -212px -320px;
}

#accesoIlustracion a:hover {
	background-position: 0 0;
}

#accesoPapelMache a:hover {
	background-position: -212px 0;
}

/*TITULOS*/
#sectionTitle, #switchCats {
	background: url(i/titulosLinks.png) no-repeat;
	margin: 0 auto .5em auto;
	text-indent: -99999px;
}

#switchCats {
	display: block;
	margin-bottom: 1.5em;
}

#sectionTitle.ilustracionesTitle {
	background-position: 0 0;
	height: 27px;
	width: 111px;
}

#sectionTitle.macheTitle {
	background-position: 0 -28px;
	height: 35px;
	width: 116px;
}

#switchCats.switchPapelMache {
	background-position: 0 -64px;
	height: 24px;
	width: 283px;
}

#switchCats.switchIlustracion {
	background-position: 0 -89px;
	height: 18px;
	width: 209px;
}

/*FLICKR*/
.flickr_badge_image { float: left; }
.flickr_badge_image img {
	border: 1px solid rgb(220,220,220);
	display: block;
	margin: 0 0 0 10px;
	padding: 2px;
	}
	
.flickr_badge_image img:hover {
	border: 1px solid rgb(110,110,110);
	}
	
/*BIO*/
.bio h2 { margin-top: 1em; }
.bio h2, .bio p { padding: 0 28px; }

/*PIE*/
#pie p {
	font-size: 0.7857em;
	text-align: center;
	}

/*DIAGRAMCION*/
#marco {
	background: red;
	margin: 0 auto;
	position: relative;
	width: 940px;
}

#datosCorp {
	position: absolute;
	top: 600px;
	left: 0;
}

#contentDisplay {
	top: 200px;
	left: 310px;
	position: absolute;
	width: 500px;
}

#pie {
	width: 500px;
}


#flickr {
	background: url(i/logo-flickr.png) no-repeat 20px top;
	margin-bottom: 1.5em;
	overflow: hidden;
	padding-left: 50px;
	width: 400px;
	}
	
#flickrWrapper {float: right; overflow: hidden; }