/* =Fonts
-------------------------------------------------------------- */
pre	{
	background:url("../images/pre-bg.gif") repeat scroll 0 0 #E8EBEC;
	border:1px dotted #999;
	color:#333333;
	height:235px;
}
code	{
	background:#999;
	border:1px dotted #BBBBBB;
	color:#000;
}
.highlight	{
	background:#ff0000;
	display:inline-block;
	font-size:22px;
	color:#fff;
	padding:5px 5px 0 5px;
}

/* =Global Elements
-------------------------------------------------------------- */
body {
	background:#000 url(../imagenes/fondo.jpg) top center no-repeat;
}
body,
input,
textarea {
	color: #B1AFAF;
}
#dummy-element{width:2px;} /* Necessary to check if StyleSheet has loaded */
.logo	{
	background:transparent url(../imagenes/logo.png) top center no-repeat;
	width:285px;
	height:92px;
}

.hr_line	{height: 0; border-top: 1px solid #171717; padding-top: 10px;}

hr	{background-color: #171717;}

/* Text elements
-------------------------------------------------------------- */
p	{color:#B1AFAF;}
.page_content   h2  {color:#F00; }

blockquote	{border-left:5px solid #444;}
ins {background: #ffc;}
abbr,
acronym {
	border-bottom: 1px dotted #666;
}

input[type="text"] {
	background: #f9f9f9;
	border: 1px solid #000;
}	
a {
	color:#ff0000;
	text-decoration:none;
}
a:visited {
	color:#ff0000;
}
a:active,
a:hover {
	color: #fff;
	text-decoration:none;
}

/* Numbered lists
-------------------------------------------------------------- */
ol.number-pad	{
	background:url("../images/bullets/ordered-background.gif") repeat-y scroll 0 0 #E5E5E5;
	border-left:1px solid #E9E9E9;
}
ol.number-pad li	{
	border-bottom:1px dotted #fff;
}

/* Table style
-------------------------------------------------------------- */
#tableLayout th.tableColumn,#tableLayout td.tableItem,#tableLayout td.tableOdd,#tableLayout td.tableEven
	{background-color:#AFAFAF;border-color:#C6C6C6;color:#000;}
#tableLayout td.tableEven {background-color:#E8EBEC}
#tableLayout td.tableOdd {background-color:#F9F9F9}
#tableLayout td.checkMark {background-image:url(../images/bullets/check.gif);background-position:center center;background-repeat:no-repeat}
#tableLayout td.last {border-bottom:1px solid #C6C6C6}
#tableLayout	a	{color:#C40202;}

/* Buttons
-------------------------------------------------------------- */
.page_content .enviar_button { 
	color:#ccc; 
	text-decoration:none; 
	text-transform:uppercase; 
	font-weight:700; 
	background:#ff0000;
	padding:8px 12px 8px 12px; 
	display:table-cell;
	line-height:100%; 
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.enviar_button:hover {color:#fff; background:#222;}

input[type=submit].enviar_button	{
	border:0;
	cursor:pointer;	
	padding:10px 15px;
}

/* Info boxes
-------------------------------------------------------------- */
div.info { border:1px solid #cccccc; background:#e9e9e9 url(../imagenes/info.png) no-repeat 15px 15px; padding:20px 5px 0 60px; clear:both; min-height:43px;
}
div.warning { border:1px solid #eee3b1; background:#f6f0d9 url(../imagenes/warning.png) no-repeat 15px 15px; padding:20px 5px 0 60px; color:#a47607; clear:both; min-height:43px; }
div.successful { border:1px solid #b5e4a0; background:#dceccf url(../imagenes/successful.png) no-repeat 15px 15px; padding:20px 5px 0 60px; color:#427625; clear:both; min-height:43px; }
div.error { border:1px solid #d9c2ba; background:#f2e1d8 url(../imagenes/error.png) no-repeat 15px 15px; padding:20px 5px 0 60px; color:#872a06; clear:both; min-height:43px; }


/* =Structure
-------------------------------------------------------------- */
.page_content	{background:#000;}
	/* Header
	-------------------------------------------------------------- */
	#header {
		border-bottom:1px solid #262626;
	}
	#site-title a {
		color: #000;
		font-weight: bold;
		text-decoration: none;
	}
	
	/* Right sidebar
	-------------------------------------------------------------- */
	.sidebar_right fieldset {
	    border-bottom:1px solid #232323;
	}
	.sidebar_right  h2  {
	    color:#fff;
	}  
	/* Left sidebar
	-------------------------------------------------------------- */
	.sidebar_left fieldset {
	    border-bottom:1px solid #232323;
	}
	.sidebar_left  h2  {
	    color:#ff0000;
	} 
	/* Page header
	-------------------------------------------------------------- */
	.page_header	{
		
	}
	.page_header	h1	{
		color:#fff;
	}
	.page_header	h2	{
		color:#aaa;
	}

	/* Sort nav
	-------------------------------------------------------------- */
	.sort-nav	{background:#000;}	
	.sort-nav	ul li	a	{color:#fff;}	
	.sort-nav	ul	li	a:hover	{background:#333333;}	
	.sort-nav	ul li	a.selected	{background:#ff0000;}	
	/* Footer area
	-------------------------------------------------------------- */
	#footer	{border-top:1px solid #171717;	background:#020202;}	
	#footer	.copyright	{color:#B1AFAF;}
	#footer	.social	li	a	{filter:alpha(opacity=100);	opacity:1;}
	#footer	.social	li	a:hover	{filter:alpha(opacity=50);	opacity:0.3;}
	

/* =Content
-------------------------------------------------------------- */
	/* Main menu
	-------------------------------------------------------------- */	
	#access {/*background: #000;*/}
	#access a {color:#fff;}
	
	#access ul ul a {background:#333;}
	#access li:hover > a	{
		color:#fff;
		background:#ff0000;
	}	
	#access ul ul :hover > a {
		color:#fff;
		background:#ff0000;
	}
	#access ul ul ul a	{color:#fff; background:#ff0000;}
	#access ul ul ul a:hover	{text-decoration:underline;}
	
	#access ul li.current_page_item > a,
	#access ul li.current-menu-ancestor > a,
	#access ul li.current-menu-item > a,
	#access ul li.current-menu-parent > a {
		color: #fff;
		background:#ff0000;
		
	}
	
	* html #access ul li.current_page_item a,
	* html #access ul li.current-menu-ancestor a,
	* html #access ul li.current-menu-item a,
	* html #access ul li.current-menu-parent a,
	* html #access ul li a:hover {
		color:#fff;
	}
	
	
	/* Homepage
	-------------------------------------------------------------- */
		/* Featured content

		
		/* Homepage content
		-------------------------------------------------------------- */		
		#home-content	{border-top:1px solid #171717;}
		#home-content .item1	{
			border-right:1px solid #171818;
			background:transparent url("../imagenes/nosotros.png") no-repeat left top;
		}
		#home-content .item2	{
			border-right:1px solid #171818;
			background:transparent url("../imagenes/infraestructura.png") no-repeat left top;
		}
		#home-content .item3	{
			border-right:1px solid #171818;
			background:transparent url("../imagenes/contacto.png") no-repeat left top;
		}
		#home-content	h2	a	{
			color:#c4c4c4;
			text-decoration:none;
			background:transparent url("../imagenes/small_arrow_blue.png") no-repeat right 10px;
			padding-right:20px;
		}
		#home-content	h2	a:hover	{
			color:#ff0000;
			text-decoration:underline;
		}	
		#home-content .no_border	{
			border:none;
		}
		
		/* Portfolio

		
		/* Blog page
		-------------------------------------------------------------- */
		.blogPostSummary	{
			border-bottom:1px solid #171818;
		}
		.blog_nav	.previous	{
			color:#2F2F2F;	
		}		
		.blog_nav	.next	{
			color:#2F2F2F;
		}
		.blog_nav	cufon:hover	{
			text-decoration:underline;
			color:#ff0000;
		}
			/* Comments
			-------------------------------------------------------------- */

			
			/* Comments form */			
			#respond {
				border-top: 1px solid #171818;
			}
			#respond .required {
				color:#FF4B33;
				font-weight:bold;
			}
			#respond label {
				color: #B1AFAF;
			}
			#respond .form-allowed-tags {
				color: #B1AFAF;
			}
			
			
		/* Contact
		-------------------------------------------------------------- */
		.error {color:red;}
		.success  span  {color:#fff;}			
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	