/* CSS Document */

body {
	margin:0 0 20px 0;
	padding:0;
	background-color: #E6E6E6;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#666;
	line-height:1.5em;
	background-image:url(/public/images/wp_damask_138.gif);
}


/* TIPOS y COLORES GENERAL */
p {
	margin: 0.5em 0 1em 0;
}

a {
	color:#09F;
}

a:visited{
	color:#09F;
}

a:hover {
	color:#333;
}



h1, h2, h3, h4, h5, h6{
	color: #02869A;
	font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif;
	margin-bottom: 0em;
}

h1{
	font-size: 24px;
}

p.entrecomillada{
	display: block;
	color:#414141;
	font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif;
	font-style:normal;
	font-size: 0.8em;
	line-height: 1.4em;
	margin:1em auto 1em auto;
	padding: 0 40px;
	background-image: url(/public/images/comillas.gif);
	background-repeat:no-repeat;
}

img{
	border: none;
}



/* LAYOUT */


#container {
	display:block;
	background-color: #FFF;
	width: 1020px;
	margin: 0 auto;
	padding: 0;
}


#header {
	position:relative;
	display:block;
	height: 150px;/* esta altura la doy para que garantizar que se ve la imagen de fondo del container */
	margin: 0 0 0px 0;
	padding:0;
	background-image:url(/public/images/header-bg.jpg);
	background-repeat:repeat-y;
}

body.home #header {
	height: 280px;/* esta altura la doy para que garantizar que se ve la imagen de fondo del container */
}

#header #logo {
	position:absolute;
	top:48px;
	left:76px;
	border:0;
}


body.home #header #logo {
	top:82px;
	left: 76px;
}

#header #eye {
	position:absolute;
	top: 0;
	right: 10px;
	width: 150px;
	height: 150px;
	background-image: url(/public/images/eye.gif);
	background-repeat:no-repeat;
}



body.home #header #eye {
	width: 241px;
	height: 280px;
	background-image: url(/public/images/eye-home.jpg);
}


#header ul#languages {
	font-size: 0.7em;
	display: block;
	position: absolute;
	bottom: -3em;
	right: 4em;
	list-style: none;
	margin:0;
	padding: 0;
}

#header ul#languages li{
	display: block;
	float: left;
	margin-left: 0.8em;
}

#header ul#languages li img{
	height: 0.7em;
	width: auto;
	margin-right: 0.2em;
}



#content {
	display:block;
	padding: 0;
	width: 1020px;
	margin: 0 auto;
	background-image:url(/public/images/mainContent-bg.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#content #headerIMG{
	margin-bottom: 0.5em;
}

#menu {
	width:138px;
	margin:100px 0 0 0px;
	float:left;
	padding:0px 0px 40px 82px;
}

#menu a img {
	display: block;
	margin-bottom:15px;
}

#menu a img#blog_btn{
	margin-top: 50px;
}

#col_principal {
	width:416px;
	float:left;
	margin-top: 55px;
	padding:0 20px 20px 40px;
}

#col_dcha {
	width: 263px;
	float: left;
	margin-top: 100px;
	padding: 0px 20px 40px 10px;
	border-left: solid 1px #ccc;
}

#col_dcha h3.rightSubmenuHeader {
	display: block;
	color: #999;
	font-size: 1.1em;
	font-color: #999;
	font-weight: normal;
	margin: 0 0 0.7em 0;
}

#col_dcha ul.rightSubmenu {
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0;
	font-size: 1em;
}

#col_dcha ul.rightSubmenu li{
	font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	display: block;
	margin-bottom: 0.3em;
}

#col_dcha ul.rightSubmenu li.current a{
	color: #333;
	text-decoration:none;
}


.trabajoMuestra h5{
	font-size: 0.7em;
	margin: 0;
}

.trabajoMuestra p, .trabajoMuestra .description {
	margin: 0 0 30px 0;
	padding:0;
	font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif; 
	font-size: 11px;
	line-height: 1.5em;
}

#aad-logo{
	display:block;
	margin:20px 0;
	border-top:solid 1px #ccc;
	padding:10px 0;
	font-family:"Trebuchet MS", Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
}

#pie {
	position: relative;
	margin: 0 0 0px 0;
	padding: 0px;
	width: 1020px;
	background-color: #F3F9FA;
	background-image:url(/public/images/pie-bg.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#pie address {
	padding: 30px 90px;
	font-size: 0.8em;
	font-style:normal;
	color: #666;
	font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif;
}

#pie #email {
	position: absolute;
	top: 30px;
	right: 90px;
	text-align:right;
}

#cierraPie{
	margin: 0 auto;
	width: 1020px;
	height: 10px;
	background-image:url(/public/images/bottom-bg.jpg);
	background-repeat: no-repeat;
}





/* SEPARADORES */
.clearer {
 	display: block;
	margin: 0;
	clear:both; 
	float:none;
 }
 
hr.clearer {
	visibility:hidden;
}
