@charset "UTF-8";

/*

Hoja de estilos para eresPixel.com 

///- version 4.0 -///
///- Autor: Jesus Torralba -/// 

*/


/* ---------------  ESTILOS GLOBALES -------------------- */

* { margin: 0; padding: 0; }

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, Sans-Serif;
	background-image: url(img/bg-body.gif);
	}

h1	{
	margin: 4px;
	padding-top: 10px;
}

h2 	{
	margin:4px;
	margin-bottom:20px;
	padding:0px;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BFBFBF;
	color: #999999;
}

h3 {
	font-family: "Georgia", Times, serif;
	margin:6px;
	padding:4px;
	color: #999999;
}

h4 {
	font-family: "Georgia", Times, serif;
	margin:4px;
	padding:4px;
	color: #999999;
}

h5 {
	font-family: "Georgia", Times, serif;
	margin:4px;
	padding:4px;
	color: #999999;
}

p {
	margin:0px;
	padding:0px;
	padding-bottom: 10px;
	color: #666666;
	font-size: 12pt;
	line-height: 16pt;
}

.ingles {
	color: #999999;
}

.nombres {
	color: #999999;
	font-size: 18px;
}

.nota {
	padding:4px;
	color: #999999;
	font-size: 8pt;
	line-height: 12px;
	margin-left: 10px;
	font-family: Helvetica, Verdana, Sans-Serif;
}	

/* --------------- ENLACES --------------------- */

a {
	color:#CC0000;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
	background-color: #CC0000;
	padding: 2px;
}	


/* --------------- DIVS ------------------------ */

#contenedor {
	width: 980px;
	margin: auto 0px;
}

#contenido {
	width: 740px;
	float: right;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #BFBFBF;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 14px;
	padding-top: 0px;
	padding-bottom: 20px;
}

#intro{
	height: 320px;
	width:152px;
	background-image: url(img/intro/rotator.php);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	margin-top: 60px;
	padding-top: 10px;
	margin-left: 20px;
}

#hojapie{
	height: 100px;
	background-image: url(img/bg-content.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	clear:both;
}

#clear {
	margin: 0; padding: 0;
	clear:both;
}


/* ---------------- Div del LOGO --------------------- */

#logo {
	width: 200px;
	float: left;
	position:fixed;
	background-image: url(img/logo-cab.png);
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 234px;
	padding-bottom: 0px;
}

/* --------------- MENU PRINCIPAL ------------------------ */

#menu {
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #000000;
}

#menu ul li {
	font-size: 40px;
	line-height: 44px;
	font-weight: bold;
	text-align: right;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-right: 14px;
	list-style-type: none;
}

#menu a {
	color:#333333;
	padding-right: 24px;
}

#menu a:hover {
	color:#FFFFFF;
	background-color: #000000;
	background-image: url(img/as.png);
	background-repeat: no-repeat;
	background-position: right 14px;
}

#menu li .active {
	color:#FFFFFF;
	background-image: url(img/as.png);
	background-repeat: no-repeat;
	background-position: right 14px;
}

/* --------------- MENU SECUNDARIO ------------------------ */

#menuto {
	padding-bottom: 20px;
	padding-top: 2px;
	text-align: right;
	vertical-align: top;
}

#menuto ul li {
	font-size: 10pt;
	font-weight: bold;
	margin-right: 0px;
	display: inline;
}

#menuto a {
	color:#FFFFFF;
	background-color: #CCCCCC;
	padding: 6px;
}

#menuto a:hover {
	background-color: #999999;
}

/* --------------- clase para WORK ----------------- */

.imgwork{
	position:relative;
	width:340px;
	height:150px;
	padding:10px;
	margin-bottom: 40px;
	float:right;
	margin-right: 10px;
}

.imgwork img{
	position:absolute;
	top:0;
	left:0px;
	z-index:2;
	display:inline;
}

.imgwork .comentario{
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	padding:60px 0 0px;
	margin: 10px;
}

.imgwork .comentario h4{
	background:#333333;
	color:#FFFFFF;
	display:inline;
	padding:4px;
	opacity:.9;
}

.imgwork .comentario p{
	background:#666666;
	color:#FFFFFF;
	margin:8px 0;
	padding:4px;
	width:332px;
	opacity:.8;
	font-size: 10pt;
	line-height: 12pt;
}

.imgwork .textooculto{
	position:absolute;
	font-weight: bold;
	left:0;
	top:0;
	z-index:-1;
	width:100%;
	height:100%;
	text-align:center;
	background:#CCCCCC;
	color:#FFFFFF;
	opacity:.9;
}

.imgwork .textooculto a{
	margin-top:110px;
	padding:10px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-size:18px;
}

.imgwork:hover .textooculto{
	z-index:3;
}

/* --------------- clase para SHOW ----------------- */

.show{
	position:relative;
	width:400px;
	padding:4px;
	margin-bottom: 40px;
	float:left;
}

.show img{
	margin-bottom: 20px;
}

.detail{
	position:inherit;
	width:300px;
	margin-bottom: 40px;
	float:right;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #BFBFBF;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.detail p{
	margin-bottom: 10px;
	padding-bottom: 0px;
	font-size: 10pt;
	line-height: 12pt;
}

#separador{
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BFBFBF;
	margin-top: 40px;
}


/* ---------------- Div del FORMULARIO --------------------- */

#formulario {
	width: 720px;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}


/* ---------------- PIE --------------------- */

#pie {
	text-align: left;
	clear:both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-image: url(img/bg-pielogo.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#pie p{
	/*font-family: Helvetica, Verdana, Sans-Serif;*/
	font-size: 0.6em;
	}
