﻿/************ 
//--------------------------------
// GENERAL

//-------------------------------
************/
body {
	margin: 0;

	padding: 0;

	font-family: Helvetica, Arial, sans-serif;

	color: #ffffff;

	background: #333366; 

	font-size: 1em;

	line-height: 1.5em;

	

	padding-top: 60px;

	
}


h1 {

	font-size: 2.3em;

	padding-top: 49%;

	line-height: ;

	margin: ;

	text-align: right;

	font-weight: ;

}



p {

	margin: 0 15 1.5em 15;

}



img {}





/************ 

//-------------------------------

// CABECERA

//-------------------------------

************/

#main-header {

	background: #1C232B;

	color: white;

	height: 60px;

	

	width: 100%;

	left: 0;

	top: 0;

	position: fixed;

}	

	
#main-header a {

		color: white;

	}

	

	

/*

 * Logo

 */

#logo-header {

	float: left;

	padding: 8px 0 0 5px;

	text-decoration: none;

}

	#logo-header:hover {

		color: #0b76a6;

	}

	

	#logo-header .site-name {

		display: block;

		font-weight: 700;

		font-size: 1.5em;

	}

	

	#logo-header .site-desc {

		display: block;

		font-weight: 300;

		font-size: 0.8em;

		color: #999;

	}

	



/*

 * Navegación
 */

nav {

	float: right;

}

	nav ul {

		margin: 0;

		padding: 0;

		list-style: none;

		padding-right: 10px;

	}

	

		nav ul li {

		display: inline-block;

		line-height: 60px;

		}

			

		nav ul li a {

				display: block;

				padding: 5 0px;

				text-decoration: none;

			}

			

				nav ul li a:hover {

					background: #0b76a6;

				}

	







/************ 

//------------------------------

// CONTENIDO

//------------------------------

************/

#main-content {

	background: black;

	width: 75%;

	max-width:800px;


	min-width:320px;

	margin: 0px auto;

	height:;

	}


	
#main-content header,


	
#main-content .content {

	padding: 0px;


	
}
.imageSlideshowHolder img{			
		
		width:75%;

		max-width:800px;
		min-width:320px;


		height: auto;
		margin:0px auto ;

		position: absolute;	
		left:;
		top: 95px;
		
}

/* Don't change these values */



/************

//-----------------------------

// PIE PÁGINA

//-----------------------------

************/

#main-footer {


	
}

	#main-footer p {

		
	

	margin: 0;

	}

	

	#main-footer a {

		color: white;

	}

