/* =============================================================================
   Base
   ========================================================================== */

	
	body, button, input, select, textarea {
	font-size: 11px;
	color: #666;
	}
	
	::-moz-selection { 
		background: #fff; color: #000; text-shadow: none; 
	}
	
	::selection { 
		background: #CCC; color: #000; text-shadow: none; 
	}




/* =============================================================================
   Typography
   ========================================================================== */


	
	h5, h6 , h7{
	font-size: 1em;
	margin: 0px;
	position: relative;
	left: 0px;
	font-family: Oxygen, sans-serif;
	}
	


	




	

/* =============================================================================
   Boxes
   ========================================================================== */
   
   article {
	position: relative;
	display: block;
	background: #CCC;
	float: left;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 	0 0px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 		0 0px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 		0 0px 2px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	}
	
	article > .inner {
	background: rgb(137,153,166);
	background: rgba(137,153,166, 1);
	position: absolute;
	pointer-events: none;
	height: 30px;
	left: -1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
	
	article > .inner h5 {
	width: 90%;
	word-wrap: break-word;
	text-align: right;
	color: #F0F0F0;
	font-size: 1.8em;
	padding-right: 15px;
	margin-right: 15px;
	}
	article > .inner h6 {
	width: 100%;
	word-wrap: break-word;
	text-align: left;
	size:3pts;
	color: #FFF;
	font-size: 1.8em;
	font-family: Oxygen, sans-serif;
	}	
	article > .inner h7 {
	width: 100%;
	word-wrap: break-word;
	text-align: left;
	size:3pts;
	color: #3d342e;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	}

	article > .details {
		display: none;
		background: rgb(33, 33, 33);
		background: rgba(33, 33, 33, 0.9);
		position: absolute;
		top: 0;
		left: 0;
		padding: 20px;
		color: #FFF;
		pointer-events: none;
	}
	
	article > .image {
		width: 100%;
		height: 100%;
	}
	
	article > .image a {
        display: block;
		width: 100%;
		height: 100%;
	}
	
	article > .details p {
		font-size: 11px;
	}
	
	article > .details h5 {
		color: #FFF;
		margin-bottom: 20px;
	}
	
	article > details a {
		text-decoration: underline;
		color: #FFF;
	}
	
	article > .details .submitted {
		position: absolute;
		bottom: 20px;
		width: 80%;
		word-wrap: break-word;
	}
		
	.small-box {
	height: 227px;
	width: 183px;
	}
	
	.small-box > .inner {
	top: 177px;
	width: 176px;
	}
	
	.small-box > .details {
		height: 210px;
		width: 100px;
	}
	
	
	.demi-box {
		height: 250px;
	}
	
	.demi-box > .inner {
		top: 100px;
		width: 200px;
	}
	
	.demi-box > .details {
		height: 210px;
		width: 100px;
	}
	
	.medium-box {
		height: 250px;
	}

	.medium-box.shallow {
		height: 150px;
	}

	.medium-box > .inner {
		top: 100px;
		width: 280px;
	}

	.medium-box.shallow > .inner {
		top: 54px;
	}

	.medium-box > .details {
		height: 210px;
		width: 260px;
	}
	
	.medium-box.shallow > .details {
		height: 110px;
	}

	.large-box {
		height: 250px;
	}
	
	.large-box > .inner {
		top: 100px;
		width: 280px;
	}

	.large-box > .details {
		height: 210px;
		width: 260px;
	}
	
	.x-large-box {
		height: 250px;
	}
	
	.x-large-box > .inner {
		top: 100px;
		width: 440px;
	}

	.x-large-box > .details {
		height: 210px;
		width: 420px;
	}
	
	.xx-large-box {
		height: 250px;
	}

	.xx-large-box.deep {
		height: 350px;
	}

	
	.xx-large-box > .inner {
		top: 100px;
		width: 920px;
	}

	.xx-large-box > .details {
		height: 210px;
		width: 900px;
	}
	
	.xx-large-box > .details > .details-thin {
		width: 300px;
	}



/* ==|== primary styles =====================================================
   Author: Shaun Weaver
   ========================================================================== */


	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12 {
	display: inline;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	}
	
	
	
	

/* =============================================================================
   OS Page
   ========================================================================== */


	.page-os #contents {
		min-height: 2000px; 
	}

	#carousel {
		display: block;
		height: 400px;
		width: 980px;
		overflow: hidden;
	}
	
	#carousel ul {
		margin: 0 auto;
		padding: 0;
		height: 400px;
		width: 980px;
		position: absolute;
	}
	
	#carousel ul li {
		list-style: none;
		position: relative;
		top: 0;
		left: 0;
		opacity: 0;
		filter: alpha(opacity = 0);
	}
	
	#carousel ul li a img {
		display: block;
	}
	
	.promoted-info {
		position: absolute;
		top: 40%;
		display: block;
		background: rgb(255,255,255);
		background: rgba(255,255,255,0.9);
		padding: 10px;
		
	}
	
	.promoted-info h3 {
		left: 60px;
	}
	
	a.call-to-action {
	    text-decoration: none;
	    font-size: 13px;
	    font-family: Verdana, Geneva, sans-serif;;
	    color: white;
	    background: black;
	    
		-webkit-border-radius: 	1px;
		-moz-border-radius: 	1px;
		-o-border-radius: 	    1px;
		border-radius: 			1px;
		-moz-background-clip: 		padding; 
		-webkit-background-clip: 	padding-box; 
		background-clip: 			padding-box;   
	    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	    -moz-box-shadow:    1px 1px 2px rgba(0,0,0,0.2);
	    -o-box-shadow:      1px 1px 2px rgba(0,0,0,0.2);
	    box-shadow:         1px 1px 2px rgba(0,0,0,0.2); 
	}
	
	a.call-to-action:hover {
		background: rgb(120,120,120);
	}

	#welcome-text a.call-to-action {
		padding: 10px 20px;
	}
	


/* =============================================================================
   OS Page
   ========================================================================== */

	.os-items {
		margin: 0;
		padding: 0;
	}
	
	.os-items li {
		list-style: none;
		margin: 20px 0px;
	}
	
	.os a.call-to-action {
        text-decoration: none;
        font-size: 13px;
        font-family: Verdana, Geneva, sans-serif;;
        color: white;
        background: black;
        padding: .5em 1em .75em 1em;
    	-webkit-border-radius: 	1px;
    	-moz-border-radius: 	1px;
    	-o-border-radius: 	    1px;
    	border-radius: 			1px;
    	-moz-background-clip: 		padding; 
    	-webkit-background-clip: 	padding-box; 
    	background-clip: 			padding-box;   
        -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
        -moz-box-shadow:    1px 1px 2px rgba(0,0,0,0.2);
        -o-box-shadow:      1px 1px 2px rgba(0,0,0,0.2);
        box-shadow:         1px 1px 2px rgba(0,0,0,0.2); 
    }
	
	.os a.call-to-action:hover {
        background: grey;
	}
.main-conteiner {
	background-color: #e6e9e9;
	margin-top: 0px;
}
.texttitulo {
	font-family:Oxygen, sans-serif;
	;
	;
	font-size: 30px;
	color: #666;
}
.lineagris {
	background-image: url(../images/linea_gris.png);
	background-repeat: repeat-x;
	height: 2px;
}
.blue {
	color: #666666;
	font-family: Oxygen, sans-serif;
	font-size: 30px;
}
