@charset "utf-8";
/* CSS Document */
body, html {
	width:100%;
	height:100%;
	background-color: #000;
}
body {
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.under {
	background-image: url(../images/under.gif);
	background-repeat: no-repeat;
	height: 130px;
	width: 130px;
	position:absolute;
	z-index:0;
}
.middle {
	background-image: url(../images/img_construccion.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
}
.footer {
	position:fixed;
	bottom:0px;
	width:100%;
	background-color:#000;
}
.footer .www {
	background-image: url(../images/img_www.jpg);
	height: 22px;
	width: 167px;
	float:left;
}
.footer .rmq_mail {
	float:right;
	text-align:right;
	font-size: 10px;
	color: #FFF;
	margin-right:20px;
	margin-top:2px;
	z-index:200;
}
.rmq_tools{
	position:absolute;
	width:80%;
	height:20px;
	background-color:#141414;
	right:20px;
	z-index:900;
}
.rmq_mail a span {
	color: #FFF;
}
.rmq_contact_me{
	position:absolute;
	right:10px;
	width:103px;
	background-image:url(../images/bgn_contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	z-index:10;
	top:-80px;
}

.rmq_contact_me li{
	list-style:none;
	line-height:14px;
}
.rmq_contact_me ul{
	padding:0px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 8px;
	list-style:none;
}

li.facebook{
	background-image:url(../images/icon_facebook.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
li.Ramequejeque-Mail{
	background-image:url(../images/icon_mail.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
li.linkedin{
	background-image:url(../images/icon_linkedin.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.rmq_contact{
	position:relative;
	z-index:900;
}
.rmq_contact_me a{
	font-size: 10px;
	color: #FFF;
	padding-left: 16px;
	line-height:16px;
}

.menu {
	position:absolute;
	bottom:30px;
	text-align:center;
	width:100%;
	z-index:900;
	
}
.menu ul {
	margin: 0px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	position:relative;
	z-index:900;
}
.menu li {
	display:inline;
	position:relative;
}
.menu a {
	font-size:10px;
	color:#999;
	text-transform: uppercase;
	text-decoration: none;
	position:relative;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #000;
	z-index:900;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #D2A800;
	border-left-color: #333;
	display:none;
}
.menu a:hover span {
	color:#000;
	background-color:#FFF;
	position:relative;
}
.menu a:hover {
	color:#FFF;
	border: 1px solid #FFF;
}
.menu span {
	color:#CCC;
}
.content {
	position:absolute;
	top:10%;
	width:80%;
	height:80%;
	left:10%;
	background-color:#000;
	display:none;
}
.loading {
	background-color: #000;
	background-image: url(../images/loading.gif);
	height: 100%;
	width: 100%;
	position:absolute;
	z-index:100;
	top:0px;
	background-repeat: no-repeat;
	background-position: center center;
	filter: alpha(opacity=50);
	opacity: .5;
}
.contenedor_rmq {
	height:96.8%;
	width:100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4B4B4B;
	border-left-color: #4B4B4B;
	font-size:11px;
	color:#999;
	position:relative;
	/**/
	overflow:hidden;
}
.rounded-bottom, .rounded-top {
	width:100%;
	height:8px;
	position:relative;
	padding-left:1px;
	padding-right:1px;
}
.rounded-top .corner_l {
	background-image: url(../images/sprite_content.png);
	background-position: left top;
	height: 8px;
	width: 2%;
	position:absolute;
	left:0px;
	top:0px;
}
.rounded-top .rt_m {
	height: 8px;
	width: 98%;
	position:absolute;
	left:8px;
	top:0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4B4B4B;
	background-color:#000;
}
.rounded-top .corner_r {
	background-image: url(../images/sprite_content.png);
	background-position: right top;
	height: 8px;
	width: 2%;
	position:absolute;
	right:0px;
	top:0px;
}
.rounded-bottom .corner_l {
	background-image: url(../images/sprite_content.png);
	background-position: left bottom;
	height: 8px;
	width: 8px;
	position:absolute;
	left:0px;
	bottom:0px;
}
.rounded-bottom .rt_m {
	height: 8px;
	width: 98.5%;
	position:absolute;
	left:8px;
	bottom:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4B4B4B;
	background-color:#000;
}
.rounded-bottom .corner_r {
	background-image: url(../images/sprite_content.png);
	background-position: right bottom;
	height: 8px;
	width: 8px;
	position:absolute;
	right:0px;
	bottom:0px;
}
.msg{
	
}

.list_Clients{
	width:32%;
	float:left;
	clear:both;
	padding-left:4px;
	padding-right:4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	height:100%;
}

.list_Portfolio{
	float:left;
	width:62%;
	margin-left:2%;
	
}

.ui-effects-transfer {
	border: 1px dotted #999;
} 

li a.active{
	background-color:#F90;
	color:#000;
	border: 1px solid #FFF;
	font-weight:bold;
}

.ui-accordion-header{
	background-color:#FFCC00;
	color:#000;
	margin: 0px;
	border: 1px solid #000;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-image: url(../images/bgn_accordion_header.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.ui-accordion-header:hover{
	background-color:#FFD942;
	background-image: url(../images/bgn_accordion_header_over.gif);
	background-repeat: repeat-x;
	background-position: center top;	
}

.ui-accordion-content{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:4px;
	background-image: url(../images/bgn_accordion_content.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-bottom:2px;
}

.ui-accordion-content{
	color:#FFF;
}

.portfolio_gallery{
	
}
.portfolio_gallery a img{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 12px;
	border-left-width: 3px;
}
.item_portfolio{
	float:left;
	width:32%;
	margin-left:0.2%;
	margin-right:0.2%;
}
.item_portfolio a{
	float:left;
	width:100%;
	text-align:center;
}
.item_portfolio div{
	text-align:center;
	font-size:9px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

.ui-state-active{
	font-weight:bold;
	background-image: url(../images/bgn_accordion_header_over.gif);
}
.ui-state-active .ui-icon{
	background-image: url(../images/active_accordion.gif);
	height: 8px;
	width: 8px;
	display:block;
	float:left;
	margin-top:4px;
	margin-right:4px;
}
#jquery-lightbox h2{
	color:#FC0;
	padding:0px;
	margin:0px;
}
.item_portfolio h3{
	color:#FC0;
	margin:0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align:center;
}
.close_rmq{
	position:absolute;
	width:71px;
	height:21px;
	right:-2px;
	top:-22px;
	background-image: url(../images/close_eng.gif);
}
.lister {
	float:left;
	margin:0px;
	padding:0px;
	position:absolute;
	bottom:0px;
	right:20px;
	z-index:910;
	width:79%;
}
.lister ul{
	float:left;
	margin:0px;
	padding:0px;
	list-style-type: none;
}
.lister li{
	float:left;
	font-size:10px;
	margin-right:10px;
	padding-bottom:5px;
}
.lister li a{
	color:#FFF;
	text-decoration:none;
}
.lister li a:hover{
	color:#CCC;
}

