/* Business Portfolio 960 Stylesheet 	*/
/* by Justin Scheetz					*/


/* First, a CSS Reset 				*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
} :focus { outline: 0 }

img.left { float:left; margin:5px 20px 10px 0 }
img.right { float:right; margin:5px 0 10px 20px }

/* --------------------------------------- */
/* General Styles
/* --------------------------------------- */

html{background: #FFFFFF;	background:url('../images/bg_header.gif') no-repeat top center fixed;}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	background:url('../images/bg_header.gif') #FFFFFF no-repeat top center fixed;

/*	border-top:5px solid #f8db3a;*/
	/*background-color: #f00;*/
}
	

/* --------------------------------------- */
/* Header, Eyebrow Nav & Search
/* --------------------------------------- */

#header {
	height:77px;
	position:relative;
	background-image: url(../images/banner.gif);
	width: 940px;	
}
	
	#header h1 {
		width:360px;
		position: absolute;
		top: 8px;
		}
		
		#header h1 a, #header h1 a:hover {
			display:block;
			width:360px;
			background:url('../graphics/logo.gif') no-repeat;
			text-indent:-5000px }
	
	#header #eyebrowNav {
		font-size:10px;
		font-family:Arial, Helvetica, sans-serif;
		position:absolute;
		top:-5px; 
		left:640px;
		height:25px;
		padding:5px 0 0 0;
		width: 660px;
		}
		
		#eyebrowNav a {
			/*border-left:1px solid #1f1f1f;
			border-right:1px solid #626262;*/
			border-right:0px solid #FFFFFF;
			color:#FFFFFF;
			display:block;
			float:left;
			margin:0;
			padding:12px 5px 2px 5px;
			text-decoration:none;
			background:url('../graphics/eyebrow_arrow.gif') no-repeat 19px 6px;
			
		}
			
			#eyebrowNav a.alpha { border-left:1px solid #FFFFFF; }
			#eyebrowNav a.omega { border-right:none }
			
		#eyebrowNav a:hover { color:#C80C06; text-decoration:none }
		
	#header #search {
		position:absolute;
		bottom:0; left:640px;
		padding:5px 5px 0;
		width:260px !important;
		height:25px;
		background:#002f7e url('../graphics/search_top.gif') no-repeat top left }
		
		#header #search p {
			margin:0; padding:0; display:inline }
		
		#search .textbox {
			width:186px;
			padding: 2px 0px 0px 0px;
			height:18px;
			border:1px solid #002f7e;
			border-right:none;
			float:left;
			color:#002f7e;
			font-size:12px;
			margin: 0 0 0 0;
			/*background:url('../graphics/search_box.gif') no-repeat top left */
		}
			
		#search .button {
			width:71px;
			height:22px;
			padding:0;
			float:right;
			margin:0 }
			

/* --------------------------------------- */
/* Navigation Bar
/* --------------------------------------- */

#navigation {
	background:url('../graphics/navigation_bg.gif') repeat-x right top;
	height:30px;
	padding:7px 0 0 8px;
	margin-bottom:-0px;
	position:relative;
	width:932px;
}

#navigation .grid_11 {
	height:41px;
	width:922px;
	}

#navigation ul {
	list-style:none;
	margin:0; padding:0;
	width: 922px;
	float:left;
	}
	
#navigation ul li {
	font-size:12px;
	/*text-transform:uppercase;*/
	margin:0 0px 0 0;
	float:left;
	font-weight: bold;
	color: #999999;
	
	}
	
	#navigation ul li.current {
		float:left;
		color:#1a5e98;
		/*background:url('../graphics/nav_active_left.gif') no-repeat top left */
	}
		
		#navigation ul li.current a {
			float:left;
			color:#1a5e98;
			/*background:url('../graphics/nav_active_right.gif') no-repeat top right */
		}
	
	#navigation ul li a {
		float:left;
		text-decoration:none;
		display:block;
		color:#a3a3a3;
		padding:0px; /* PARA AGREGAR ITEMS AL MENU DISMINUIR EL PADDING */
		/*border-left: 1px solid #e97f1a;*/
		height: 10px;
		margin-left: 17px !important;
		margin-left: 10px;
		text-align: center;
		} 
	#navigation ul li a:hover { color:#1a5e98 }
		
.container_12{
}

#pipe{
	color: #e97f1a;
	font-weight: bold;
}

/* --------------------------------------- */
/* Portfolio Area
/* --------------------------------------- */

#portfolioWrap { height:250px; margin:0px 0px 0px 25px; overflow:hidden }
#portfolioWrap.subpage { overflow:visible; height:auto; }

#portfolio { position:relative; margin-bottom: 50px; }

.container_12 #previous{
	font-size:75px;
	width:40px;
	height:140px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:160px;
}
.container_12 #next {
	font-size:75px;
	width:40px;
	height:140px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:20px;
}
#portfolio #previous { left:535px }
#portfolio #next { right:385px }

	#next.pagination { background:url('../graphics/right_arrow_on.png') no-repeat }
	#previous.pagination { background:url('../graphics/left_arrow_on.png') no-repeat }
	
	#next.pagination.inactive { background:url('../graphics/right_arrow_off.png') no-repeat }
	#previous.pagination.inactive { background:url('../graphics/left_arrow_off.png') no-repeat }
	
		
		
		
		
		
	.pagination.inactive { cursor:default !important }
	
	.hoverBlock .grid_4 { 
		margin-bottom:20px; 
		position:relative; 
		width:240px !important; 
		height:240px; 
		border:5px solid #000; 
		overflow:hidden 
	}


#portfolio img.portfolio-image {width: 240px; height: 190px; position:absolute; top:50px; left:0; display:block; margin:0  }

#portfolio .portfolio-info {
	height:240px;
	padding:0px 5px;
	width:240px;
	background:#000066;
	
	}

.entry-1 { margin-left:0 }

.portfolio-info .portafolio-title{
	margin: 0px 0px 0px 0px;
	background-color: #424341;
	color: #FFFFFF;
	font-size: 14px;
	margin-left: -5px;
	padding-left: 5px;
	width: 98%;
	height: 50px;
	font-family: Arial;
}

.portfolio-info h3 {
	font-size:14px;
	margin:0 0 1px 0;
	padding:0;
	color:#fce772;
	text-transform:uppercase }
	
.portfolio-info small {
	font-size:11px;
	color:#a7a7a7;
	display:block;
	margin:0 0 10px 0;
	padding:0 }
	
.portfolio-info p {
	
	font-size:12px;
	line-height:17px;
	margin:0 0 5px 0;
	color:#e4e4e4;}
	
.portfolio-info .button {
	float:left }
	
	.portfolio-info .button.left { margin:0 10px 0 0 }
	
	
/* --------------------------------------- */
/* Main Content Block
/* --------------------------------------- */

#docking {
	padding:20px;
	margin:0px 0px 20px 0px;
	width: 650px;
	
	}
.glosa_dock{
	color: #002c79;
	font-family: arial, verdana;
	font-size: 12px;
	font-weight: bold;
}
.main-content-block {
	background:#000000;
	border:1px solid #6b6b6b;
	padding:20px;
	margin:0px 0px 20px 0px;
}
	
	.main-content-block a {
		color:#f8db3a;
		text-decoration:underline }
		
	.main-content-block a:hover {
		color:#fff;
		text-decoration:none }
	
	.main-content-block h2, .sidebar-block h2 {
		text-transform:uppercase;
		font-size:20px;
		margin:0; padding:0 0 10px 0;
		border-bottom:0px solid #404040;
		}
		
	.main-content-block p {
		margin:0;
		font-size:14px;
		line-height:23px;
		padding:10px 0 0 0; }
		
	.main-content-block p.with-border { border-top:1px solid #6c6c6c }
	
.main-content-block .news-block {
	padding:35px 0;
	border-top:0px solid #6c6c6c;
	border-bottom:0px solid #404040;
	color: #000000;
	}
.main-content-block .news-block a{
	font-family: Arial, Verdana;
	color: #E6700A;	
	}
		
	.main-content-block .news-block.last { padding-bottom:0 !important; border-bottom:none !important }
	
.main-content-block .news-block img.thumb { margin-top:0 !important; border:1px solid #fff }

.main-content-block .news-block h3 {
	margin:0 0 5px 0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	}
.main-content-block .news-block .news-title a{
	font-family: Arial, Verdana;
	color: #E6700A;			
}

.main-content-block .news-block p {
	padding:0; margin:0;
	font-size:12px;
	line-height:16px }

.tit_content{
	border-bottom: 1px solid #000000;
	font-size: 20px;
	margin-top: 10px;
}
.text_content{
	text-align: justify;
}
.main_content{
	background:#FFF; 
	color:#000; 
	width:500px; 
	margin:0px;
}

.resumen p{
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 15px;
}
.resumen h3 a{
	color:#C74325;
	font-size: 13px;
}
.resumen h3 a:hover{
	color:#C74325;
	text-decoration: none;
}
.resumen a{
	color:#C74325
}
.resumen a:hover{
	color:#C74325;
	text-decoration: none;
}	
/* --------------------------------------- */
/* Sidebar Block
/* --------------------------------------- */

.sidebar-block {
	color:#3f3f3f;
	padding:0px;
	margin:0 0 20px 0;
/*	margin-top: -250px;*/
	
	}
	
	
.sidebar-block-title {
	text-align: center;
	color:#002f7e;
	background: transparent;
	padding: 18px 20px 0px 20px;
	margin:0 0 0px 0; 
	width: 180px;
	float: right;
	}
	
.sidebar-news {
	color:#3f3f3f;
	margin: 5px 5px 5px 5px;

	}

.sidebar-ads {
	margin-bottom: 10px;
	}



.sidebar-news a{
	font-size: 11px;
	color: #666666;
	font-family: Arial;
	text-decoration: none;	
}
.sidebar-news a:hover{
	text-decoration: none;
	color: #000000;
}

.newtit{
	color: #e97f1a;
	border-bottom: 1px solid #e97f1a;
	text-align: center;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
}

.sidetit{
	color: #002f7e;
	border-bottom: 1px solid #002f7e;
	text-align: center;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
}

	
.sidebar-block a { color:#776503; text-decoration:underline }
.sidebar-block a:hover { color:#3f3f3f; text-decoration:none }
	
.sidebar-block h2 { border-bottom:1px solid #e3c208 }
.sidebar-block h2.services {
	padding-left:30px;
	background:url('../graphics/icon_services.gif') no-repeat }
	
.sidebar-block h3 {
	font-weight:bold;
	padding:0;
	margin:0 0 3px 0 }
	
.sidebar-block p {
		margin:0;
		font-size:14px;
		line-height:23px;
		padding:10px 0 0 0 }
		
	.sidebar-block p.with-border { border-top:1px solid #fbeb8f }
	
.sidebar-block .hover-block {
	border-top:1px solid #fbeb8f;
	border-bottom:1px solid #e3c208;
	padding:10px 14px }
	
.sidebar-block .hover-block:hover {
	border-bottom:1px solid #fbeb8f;
	background:#fbe676 }

.sidebar-block .hover-block p { font-size:12px; line-height:17px }

.sidebar-block .hover-block.last { border-bottom:none !important }


/* --------------------------------------- */
/* All-Around Content Styling
/* --------------------------------------- */

.main-content-block h3 {
	font-size:16px;
	font-weight:bold;
	padding:20px 0 0 0;
	margin:0 }
	
.sidebar-block h3 {
	font-weight:bold;
	margin:0 }
	
.main-content-block h4,
.sidebar-block h4 {
	font-size:14px;
	font-weight:normal;
	font-style:italic;
	color:#E2C10B;
	padding:0;
	margin:0 }
	
	
/* --------------------------------------- */
/* Footer
/* --------------------------------------- */

#publicidad_bottom{
	background: #000066;
	color:#FFFFFF;
	padding:20px;
	position:relative;
	line-height:29px;
	font-size:12px;
	width:900px !important;
	text-align: center;	
	margin-bottom: 10px;
}

#footer {
	background:#222 url('../images/bg_footer.gif') no-repeat;
	color:#FFFFFF;
	padding:20px;
	position:relative;
	line-height:29px;
	font-size:12px;
	width:900px !important;
	text-align: center;	
}
#footer2 {
	color:#666666;
	padding:0px;
	position:relative;
	line-height:29px;
	font-size:12px;
	width:900px !important;
	text-align: center;	
}
	
	#footer span {
		position:absolute;
		text-align:right;
		right:20px;
		top:20px }
		
		#footer span a { text-transform:none !important }
	
	#footer a {			
		color:#FFFFFF;
		text-decoration:none;
	}
			
	#footer a:hover { color:#fff; text-decoration:none }
	
	
/* --------------------------------------- */
/* Forms
/* --------------------------------------- */

fieldset {clear: both;}
legend {padding: 0 0 1.286em; font-size: 1.167em; font-weight: 700;}
fieldset fieldset legend {padding: 0 0 1.5em; font-size: 1em;}
* html legend {margin-left: -7px;} /* ie6 */
*+html legend {margin-left: -7px;} /* ie7 */

p.field { margin:0 }
form .field, form .buttons {clear: both; margin: 0 0 5px}
form .field label {display: block;}
form ul.fields {margin: 0 0 1.5em; padding: 0;}
form ul.fields li {list-style-type: none; margin: 0;}
form ul.inline li, form ul.inline label {display: inline;}
form ul.inline li {padding: 0 .75em 0 0;}

input.radio, input.checkbox {vertical-align: top;}
label, button, input.submit, input.image {cursor: pointer;}
* html input.radio, * html input.checkbox {vertical-align: middle;} /* ie6 */
*+html input.radio, *+html input.checkbox {vertical-align: middle;} /* ie7 */

textarea {overflow: auto;}
input.text, input.password, textarea, select { background:#ddd; color:#555; height:15px; padding:7px 8px 5px 8px; margin: 0; font: 1em/1.3 Helvetica, Arial, "Liberation Sans", "Bitstream Vera Sans", sans-serif; vertical-align: bottom;}
input.text, input.password, textarea { border: 1px solid #444; }
textarea { width:200px; height:100px }
input.text:focus, input.password:focus, textarea:focus { border:1px solid #000; background:#fff; color:#000 }

/* horizontal layout */
form.horizontal .field {padding-left: 150px;}
form.horizontal .field label {display: inline; float: left; width: 140px; margin-left: -150px;}



/* ----------------------- */
/* estilos para el slider 
/* ----------------------- */

#tit_slider{
    width: 600px; /* important to be same as image width */
    height: 20px; /* important to be same as image height */
	margin-bottom: 0px;
	background-image: url(../images/bg_tit_slider.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	margin:0px 0px 0px 0px;
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
#slider {
    width: 600px; /* important to be same as image width */
    height: 500px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin-bottom: 20px;
}
#sliderContent {
    width: 600px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font-family: Century Gothic, Tahoma, Arial;
	font-size: 14px;
    padding: 10px 13px;
    width: 600px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.top strong{
	font-size: 16px;
	font-weight: bold;
}
.bottom {
	bottom: 0;
    left: 0;
}

.p_comments{
	border: 1px solid #CB4824;
	background-color: #ffead6;
	background-image: url('../images/comillas.gif');
	background-position: left top;
	background-repeat: no-repeat;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #444444;
	padding-left: 22px;
	padding-right: 5px;
	text-align: left;
	width:500px;
	text-align: justify;
}
.p_datos_comments{
	width:500px;
	text-align: right;
	color: #CB4824;
	font-size: 11px;
	font-weight: bold;
}
/* // slide */









.izquierda{
       width:150px;
       height:auto;
       margin:0 0 0 5px;
       float:left;
       padding:3px;
}

.derecha{
       width:150px;
       height:auto;
       margin:0 5px 0 0;
       float:right;
       padding:5px;
}

.principal{
       width:570px;
       text-align: center;
       height:auto;
       margin:0 5px 0 167px;
       padding:10px;
}






