/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: white;text-decoration:none;}
a:hover {color: white;}

body {
	color: white;
	font-family:  Verdana,Arial,Helvetica,  sans-serif;
	font-size:14px;
	background-image:url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	background-color:#1A1A1A;
	
}

p,code,ul {padding-bottom: 1.2em;}

li {}

li li{
	padding-bottom:10px;
}

h1 { font-size:20px; font-weight:bold;color:white;margin-bottom:15px;font-family:  Arial,Verdana,Helvetica,  sans-serif;}
h2 {font-size:18px; font-weight:bold;color:white;font-family:  Arial,Verdana,Helvetica,  sans-serif;}
h3 {font-size:11px; font-weight:normal;color:white;font-family:  Arial,Verdana,Helvetica,  sans-serif;}



/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

.active{font-weight:bold;color:white;}

.date{font-weight:bold;font-size:18px; }

/* structure */
.inner-container {	
	margin: 0 auto;
	width:900px;
	padding:0;
}

.outer-container {
margin-top:60px;

}





/* main */
.main {
	width:100%;
	background-color:#161414;
	
}





/*cabecera*/
.header {
	width:100%;	
	height:60px;
	
}


.header div{
display:inline;
}

.header .logo{
float:left;

}

.header .search{
float:right;
margin-top:40px;


}

.menu{
	height:20px;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#242424;
	font-family:  Arial,Verdana,Helvetica,  sans-serif;
	
	
}
.menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
	padding-left:10px;
	
	
}

.menu li{
	display: inline;list-style-type:none;
	
}

.menu div{
	
}
.menu img {
	
	
}

.menu a{
padding:5px;dispay:block;font-size:14px;font-weight:normal;
}

.menu a:hover{
background-color:#F25764;
}





.header img {
	
	padding:0;
	margin:0;
	border:none;
}

.header a{
text-decoration:none;
}

.foto {
	width:100%;	
	text-align:left;
	
}



.content{
	width:650px;
	padding:20px;
	float:left;
	text-align:left;
	margin-bottom:20px;
	
}

.content a {text-decoration:none;font-weight:bold;}
.content a:hover {}
.content a img {border: none;}
.content img {border: none;}

.content h2 {margin-bottom:15px;font-size:24px; }

.content p{
color:#CCCCCC;font-size:14px;
}

.content em{
color:#F25764;font-size:16px;font-weight:bold;font-style:normal; 
}

.content ul{
padding-bottom: 25px;

}

.content li{
	margin-left: 18px;
	line-height:30px;
	margin-left:40px;
	margin-bottom:5px;
}

.content .menusup{
width:100%;text-align:right;font-size:14px;margin-bottom:20px;
}


.content .log{width:100%;text-align:center;margin-bottom:20px;}


.content .highlight{
background-image:url(../images/back-livre.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	border-top:6px solid gray;padding:10px;
}

.content .highlight2{
 
	background-color:#1a1a1a;
	border-top:6px solid gray;padding:10px;
}
/* navigation */
.navigation {
	float: right;
	width: 195px;
	text-align:left;
	padding:0;
	padding-right:10px;
	margin:0;
	margin-top:20px;
	
}

.navigation a img {
	border:0;
	
}

.navigation .bloc{

	border-top:6px solid gray;padding:10px;margin-top:20px;background-color:#161616;
	
}


.navigation li {list-style:none;font-weight:bold; border-bottom:1px gray dotted;}

.navigation li a {
	display: block;
	text-decoration: none;
	color:#B2B2B2;
	margin-bottom:10px;
	margin-top:10px;
	
}
.navigation li a:hover {
		
}

.navigation h2 {
	color:#E6E6E6;
	
}
.navigation ul {
	padding: 0;
		
}
/*
.navigation li {

height:35px;
padding-left:25px;

}
.navigation li a {
	display: block;
	text-decoration: none;
	margin-top:5px;
	font-size:16px;
	color:gray;
	font-weight:bold;
}
.navigation li a:hover {
		
}

.navigation li .submenu {
	padding-left:20px;
	color:gray;
	font-size:14px;
	font-weight:normal;
}*/





/* footer */
.footer {
	width:100%;
	background-color:#1A1A1A;
		
}



.footer .copy{
 	color:#808080;
	float:right;
	margin-right:5px;

}



