@charset "utf-8";
/* CSS Document by csstemplateheaven.com */

* {
	text-align: left;
	color: #CCC;
	margin: 0;
	right: 0px;
	left: 60px;
	padding: 0px;
}

body {
	background: #000 url(images/body.png) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 768px;
	margin:auto;
}

#header {
	height: 100px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.content {
	height: 376px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#footer {padding: 25px; text-align: center;}

img {border: none;}

.seperator {background: url(images/seperator.png) repeat-x; height:2px; width: 100%;}

a {color:#fff;}

h2 {
	font-size: 24px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.big_thumb {
	border: 10px solid #121416;
	padding:0px;
	float: left;
	margin-right: 50px;
}

.info {
	margin-left: 310px;
	margin-top: 25px;
	list-style-type: none;
	font-size: 18px;
	color: #b0b1b2;
}
.coment_cent {
	font-size: 18px;
	color: #CCC;
	margin-top: 80px;
	margin-right: 25px;
	margin-bottom: 130px;
	margin-left: 25px;
}


.info li {border-bottom: 1px dotted #6f7275; padding: 6px;}

.more {margin-top: 30px; float: right;}

/*----------------------------------------- Glowing Menu styles ---------------------------------------*/

/* Firefox Dotted Outline Fix */
a:active { 
		outline: none; 
}

a:focus { 
		-moz-outline-style: none; 
}
	
/* Menu Body */
ul#menu {
	height:40px;
	list-style:none;
	padding-top: 2px;
	text-align: center;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
	
/* Float LI Elements - horizontal display */
ul#menu li {
		float:left;
}
	
/* Link - common attributes */
ul#menu li a {
		background:url(sprite.png) no-repeat scroll top left;
		display:block;
		height:37px;
		position:relative;
}
	
/* Specify width and background position attributes specifically for the class: "photography" */
ul#menu li a.portada {
		width:160px;
	}
	
/* Specify width and background position attributes specifically for the class: "webdesign" */
ul#menu li a.galeria {
		width:160px;
		background-position:-160px 0px;
}

/* Specify width and background position attributes specifically for the class: "about" */
ul#menu li a.blog {
		width:160px;
		background-position:-320px 0px;
	}
	
/* Specify width and background position attributes specifically for the class: "contact" */
ul#menu li a.contact{
		width:160px;
		background-position:-480px 0px;
}
	
/* Span (on hover) - common attributes */
ul#menu li a span {
		background:url(sprite.png) no-repeat scroll bottom left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
}
	
/* Span (on hover) - display pointer */
ul#menu li a span:hover {
		cursor:pointer;
}
	
/* Shift background position on hover for the class: "photography" */
	ul#menu li a.portada span {
		background-position: 0px -37px;
}
	
/* Shift background position on hover for the class: "webdesign" */
	ul#menu li a.galeria span {
		background-position: -160px -37px;
}

/* Shift background position on hover for the class: "about" */
	ul#menu li a.blog span {
		background-position: -320px -37px;
}
	
/* Shift background position on hover for the class: "contact" */
	ul#menu li a.contact span {
		background-position: -480px -37px;
}
	
	
	
