/*CSS Style Author: Isabel Rodríguez*/

body {
	margin: 0px auto;
	padding: 0px;
	background: #000000;
	line-height: normal;
	color: #CCCCCC;
	font: 100% Verdana,Tahoma,Arial,sans-serif;
	width: 90%;
}

p, ul, ol {
	margin-top: 0;
	text-align: center;
	outline:none;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
	outline:none;
}

a { color: #9A9A9A; }

a:hover { text-decoration: none; outline:none;}

#wrapper {
	background: url('img/fondo.jpg') no-repeat;
	width: 1024px;
	margin: 0 auto;
}

/* Header */

#header {
	background: url('img/logo.jpg') no-repeat;
	width: 1000px;
	height: 80px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: right;
	height: 40px;
	width: 200px;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-top: 45px;
	margin-right: 60px;
}

#menu ul {
	margin: 0px;
	padding: 3px 0;
	list-style: none;
	outline:none;
}

#menu li {
	float: right;
	background: url('img/boton-galeria.jpg') no-repeat;
	height: 30px;
	width: 90px;
	padding-top: 8px;
	outline:none;
}

#menu a {
	text-decoration: none;
	color: #000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu a:hover {
	text-decoration: none;
	outline:none;
	color: #666666;
}

/* Page */

#page {
	width: 100%;
	margin: 0px auto;
	padding: 0;
}

/* Content */

#content {
/*	background: url('img/fondo-random.jpg') no-repeat;*/
	width: 920px;
	margin: 20px auto 0px auto;
	height: 320px;
	padding: 10px;
}
#ramdon {
	width: 480px;
	height: 320px;
	margin-left: 40px;
	margin: 0 auto;
	border: 2px solid #4c5157;
}

#ramdon2 {
	width: 400px;
	height: 267px;
	float: right;
	margin-right: 40px;
}

.content a
{color: #fff;}

/* Footer */

p.credits {
 text-align: center; 
 color: #9e9e9e;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
}

#footer p {
        margin: 0;
        padding: 5px 0px 5px 0px;
        text-align: center;
        text-transform: none;
        line-height: normal;
        font-size: 9px;
        color: #7B7B7B;
}

.footer a {
        text-decoration: none;
        color: #CCCCCC;
}

.footer a:hover {
        color: #fff;
        text-decoration: none;
        outline:none;
}
.clearer {
 clear: both;
 line-height: 0px;
}
#centrado {
  width: 1024px;
  height: 540px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -512px;/*   width/2 = 1024px / 2 */
  margin-top: -270px;}/*    height/2 = 540px / 2 */

