@charset "UTF-8";
body {
	margin: 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}
#container {
	width: 758px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 347px;
	padding-right: 21px;
	padding-left: 21px;
}

#container.ui-accordion a:hover{
	cursor:pointer;
}

.contenidobloque {
	background-color: #FFFFFF;
	width: 695px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	background-image: url(images/bgbloque.jpg);
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	overflow:hidden;
}

.contenidobloque h1{
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	line-height: 18px;
	color: #0053C0;
	margin: 0px 0px 4px;
	font-weight: normal;
	letter-spacing: 0.2em;
}
#footer {
	text-align: center;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #FFFFFF;
}

.contenidobloque p {
	margin: 0px 0px 20px;
}

.clear{
	clear:both;
}

.link{
	cursor:pointer;
	cursor:hand;
}

	.accordion, .accordion *{
		margin:0;
		padding:0;
		list-style-type: none;
	}
	.accordion li{

		background-color:#FFFFFF;
		border: solid 1px #000000;
	}
	.accordion .active_click{
		cursor:default;
	}

	#trabajos{
		width:700px;
		border-width: 0 1px 1px 0;
		border-style: solid;
		border-color: #000000;
		margin:0 0 10px 0;
	}

	.loading {
		background-image:url("images/loading.gif");
		background-position:center;
		background-repeat:no-repeat;
		opacity:0.75;
	}


.trabajo_contenido{
clear:both;
text-align:justify;
padding:10px;
overflow:auto;
height:270px;
}

.trabajos_container li h2{
	text-align:justify;
	}

.trabajo_descripcion{
clear:both;
width:300px;
}

.accordion li {
	padding-right:10px;
	background-color:#eee;
}

	
.loading {
	background-image:url("images/loading.gif");
	background-position:center;
	background-repeat:no-repeat;
	opacity:0.75;
}

#formulario_container{
	height:470px;
}

#contacto_container{
	height:350px;
}
