/*
Theme Name: Goltratec 2009
Theme URI: http://www.goltratec.com
Description: Tema para Goltratec. Creado a partir de la plantilla de intercox, a su vez creada a partir de la normal de wordpress
Version: 0.1
Author: Jesus Yepes
Author URI: http://www.goltratec.com
Tags: Goltratec

	Goltratec 0.1a
	 http://www.jesusyepes.com

	Primera version del tema de Goltratec

*/

*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
}



ul{
	list-style:none;
}

body{
	background:url(images/background.jpg) repeat-x #d0dee2;
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#wrapper{
	width:990px;
	margin:0 auto;
	overflow:auto;
	font-size:1.2em;
}

#menuWrapper{
	padding:0 5px 10px;
	background:url(images/header_shadow.png);
}

#menu{
	background:url(images/bg_menu.jpg) repeat-x;
	height:100px;
	position:relative;
}

#menu h1{
	background:url(images/header_logo.jpg);
	position:absolute;
	top:0;
	left:0;
	width:144px;
	height:100px;
	text-indent:-9000px;
	overflow:hidden;
}


#menu ul{
	position:absolute;
	right:0;
}

#menu ul li{
	float:left;
}

#menu ul li a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:1.3em;
	height:100px;
	line-height:100px;
	display:block;
	padding:0 10px;
	float:left;
	border-right:1px solid #5b6165;
}

#menu ul li a{
	background:url(images/bg_menu_sprite.jpg) 0 0 repeat-x;
}


#menu ul li a:hover{
	background:url(images/bg_menu_sprite.jpg) 0 -100px repeat-x;
}


#menu ul li.current_page_item a, #menu ul li.current_page_ancestor a{
	background:url(images/bg_menu_sprite.jpg) 0 -200px repeat-x;
}
#menu ul li.current_page_parent a{
	background:url(images/bg_menu_sprite.jpg) 0 -200px repeat-x;
}

#menu ul li.current_page_item a:hover{
	background:url(images/bg_menu_sprite.jpg) 0 -200px repeat-x;
}

#teaser{
	height:180px;
	/*padding-top:10px;*/
	color:#edf9fd;
	position:relative;
	overflow:hidden;
	width:800px;
	margin:0 auto;
}

#teaser img{
	border:4px solid #f0f0f0;
	margin-left:10px;
}

#teaser h2{
	font-size:1.4em;
	margin-bottom:15px;
	letter-spacing:3px;
	font-family:Arial, Helvetica, sans-serif;
}

#teaser h2 a{
	text-decoration:none;
	color:#fff;
}

#teaser h2 a:hover{
	background:#fff;
	text-decoration:underline;
}

#teaser ul{
	position:absolute;
	top:0;
	left:0;
}

#teaser ul li{
	width:800px;
	height:175px;
	padding:5px 0 0 0;
}

#teaser div.sliderLeft{
	float:left;
	width:430px;
	height:180px;
}


#teaser div.sliderRight{
	float:left;
	width:350px;
}


/*
Flechas anterior siguiente
*/

p#arrowLeft{
	position:absolute;
	top:150px;
	left:50%;
	margin-left:-475px;
}

p#arrowLeft a{
	background:url(images/arrow_left.jpg) 0 0 no-repeat;
	width:67px;
	height:81px;
	display:block;
	text-indent:-9000px;
}

p#arrowLeft a:hover{
	background-position:0 -81px;
}

p#arrowRight{
	position:absolute;
	top:150px;
	left:50%;
	margin-left:408px;
}

p#arrowRight a{
	background:url(images/arrow_right.jpg) 0 0 no-repeat;
	width:97px;
	height:81px;
	display:block;
	text-indent:-9000px;
}

p#arrowRight a:hover{
	background-position:0 -81px;
}




#contenidoWrapper{
	background:url(images/contenido_shadowTop.png) top no-repeat;
	padding:10px 10px 0;
	color:#3b3b3b;
}

#contenidoWrapper p{
	margin:15px 0;
	line-height:1.3em;
}

#contenido{
	background:#fff;
	padding:20px;
	padding-right:350px;
}




#contenido.completo{
	padding-right:20px;
}

/* Las declaraciones estan dentro de contenidoWrapper y no dentro de contenido para que la capa lateral tambien las herede */
#contenidoWrapper h2{
	font-family:Georgia;
	color:#176c87;
	font-size:1.8em;
}

#contenidoWrapper h3,h4,h5{
	font-family:Georgia;
	color:#1d728e;
	margin:20px 0;
}

#contenidoWrapper img.derecha, #contenidoWrapper img.alignright{
	float:right;
	padding:0 0 10px 10px;
	background:url(images/bg_imagen_derecha.jpg) bottom left no-repeat;
	margin:0 0 5px 0;
}

#contenidoWrapper img.centrada{
	margin:0 auto 20px;
	width:600px;
}

#contenidoWrapper img.izquierda, #contenidoWrapper img.alignleft{
	float:left;
	margin:0 5px 5px 0;
	background:url(images/bg_imagen_izquierda.jpg) bottom right no-repeat;
	padding:0 10px 10px 0;
}

#contenido a{
	color:#086786;
	text-decoration:none;
	text-decoration:underline;
}

#contenido a:hover{
	color:#fff;
	background:#086786;
	text-decoration:none;
}

#contenidoWrapper strong{
	color:#4f4f4f;
}

#contenido p{
	line-height:1.4em;
}

#contenido h3{
	margin:30px 0 15px;
}

/*
Estilos de las listas
*/
#contenido ul{
	margin-left:20px;
	list-style-image:url(images/lista.png);
}

#contenido ul li{
	line-height:30px;
}

/* ***********************
 * 
 * Estilos de las noticias
 */

.noticiaPrevia{
	margin-bottom:40px;
}

p.fecha,p.fechaExtendida{
		color:#ccc;
		font-size:.8em;
}

p.fechaExtendida{
	text-align:right;
}

p.leerMas{
		display:block;
		text-align:right;
		font-size:.8em;
}

p.leerMas a:hover{
		text-decoration:none;
}
/* ************************ */

/*
Estilos de las tablas
*/

#contenido table{
	width:450px;
	margin:0 auto;
}

#contenido table caption{
	font-weight:bold;
	margin-bottom:10px;
}

#contenido table th{
	background:#086786;
	color:#fff;
}

#contenido table tr{
	height:40px;
}

#contenido table tr:hover{
	background:#f0f0f0;
}

#contenido table td{
	height:30px;
	border-bottom:1px solid #e4e4e4;
}

#contenido table.tablaGrande{
	width:600px;
}

/* ******************** */


#lateral{
	width:250px;
	float:right;
	padding:20px 20px 0 20px;
	margin-left:10px;
	border-left:1px solid #efefef;
}

#lateral h2{
	margin:20px 0;
	font-size:1.4em;
}

ul#ultimosTrabajos{
}

ul#ultimosTrabajos li{
	display:block;
	width:214px;
	height:190px;
	background:url(images/bg_ultimos_trabajos.jpg);
	position:relative;
}

ul#ultimosTrabajos li img{
	position:absolute;
	top:17px;
	left:2px;
	width:207px;
	height:140px;
	border:0;
}

ul#ultimosTrabajos li a{
	position:absolute;
	top:0;
	left:0;
	width:207px;
	height:140px;
}

ul#ultimosTrabajos li span{
	top:20px;
	text-align:center;
	left:5px;
	position:absolute;
	width:200px;
	height:125px;
}



ul#submenu li{
	line-height:25px;
}


ul#submenu li a{
	background:url(images/grey_arrow.gif) no-repeat 9px 9px;
	padding-left:35px;
	line-height:25px;
	height:25px;
	display:block;
	color:#0569a7;
	text-decoration:none;
}

ul#submenu li a:hover{
	background-position:15px 9px;
}

ul#submenu li.current_page_item a{
	color:#3b3b3b;
}

#footerWrapper{
	height:350px;
	background:url(images/footer_wrapper.jpg) repeat-x bottom;
}

#footer{
	width:990px;
	height:350px;
	margin:0 auto;
	background:url(images/footer_bg.png) top no-repeat;
	display:block;
	position:relative;
}

#footer p.textoContenido{
	padding:0 20px;
	text-align:center;
	/*padding-top:15px;*/
	margin:0;
}

#footer p.copyright{
	position:absolute;
	top:100px;
	right:0;
	background:url(images/logo_footer.jpg) 0 0 no-repeat;
	/*height:250px;*/
	color:#fff;
	padding-top:200px;
	letter-spacing:1px;
}

#copyright{
	background:url(images/logo_footer_color.jpg) no-repeat 0 0;
	width:250px;
	height:190px;
	position:absolute;
	right:0;
	top:100px;
	color:#fff;
}

#copyright span{
	width:250px;
	height:190px;
	position:absolute;
	top:0;
	left:0;
	background:url(images/logo_footer.jpg) no-repeat 0 0;
	text-indent:-9000px;
}

#copyright p{
	position:absolute;
	top:200px;
	left:0;
	z-index:1;
}

#footer ul{
	position:absolute;
	top:100px;
	font-size:1.2em;
	left:10px;
	background:url(images/footer_lista.jpg) no-repeat;
	width:250px;
	padding:4px 0 0;
}

#footer ul li{
	height:27px;
}

#footer ul li a{
	color:#fff;
	text-decoration:none;
	letter-spacing:1px;
	line-height:27px;
	height:27px;
	display:block;
	padding-left:10px;
}

#footer ul li a:hover, #footer ul li.current_page_item a, #footer ul li.current_page_parent a{
	background:#fff;
	color:#000;
	font-weight:bold;
}

.clearFix{
height:1px;display:block; clear:both;
}

ul#formulario{
	list-style:none;
}

.tituloCategoria{
	border-bottom:1px solid #e5e5e5;
}


ul#asociados{
    display:none;
    position: absolute;
    top:280px;
    left:750px;
    background: none;
}

ul#asociados li{
    float: left;
    position: relative;
}
ul#asociados li#ilihosting{
    background: url(images/ilihosting.jpg);
    display: block;
    width: 63px;
    height: 66px;
    margin-left: 35px;
}

ul#asociados li span{
    position: absolute;
    top: 0;
    left: 0;
}

#ilihosting_bn{
    background: url(images/ilihosting_bn.jpg);
    display: block;
    width: 63px;
    height: 66px;
}

ul#asociados li#leyda{
    background: url(images/leyda.jpg);
    display: block;
    width: 136px;
    height: 66px;
}

#leyda_bn{
    background: url(images/leyda_bn.jpg);
    display: block;
    width: 136px;
    height: 66px;

}

ul#asociados li{
    background: none;
}

ul#asociados li a, ul#asociados li a:hover{
    background: none;
}

ul#asociados li a{
    text-indent: -9999px;
}