/**
* CSS
* 
* @version 1.0
* @author H3110V3R
*/

/* body */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

body.section-1, body.section-2, body.section-3, body.section-4, body.section-5, body.section-6 {
	background: url(http://www.robertotunon.com/08/img/rt_fondo3.jpg) repeat-y ;
	background-position:1000px 0 0 0;
}



#rt_back {
	height: 1000px;
	background-image: url(http://www.robertotunon.com/08/img/rt_fondo2.jpg);
	background-repeat: no-repeat;
	position: inherit;
}

/* links */
a { text-decoration: none; color: #FFFFFF; }
a:hover { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; }

a img { border: none; background: none;  }

#content a { text-decoration: none; color: #FFFFFF; background-color: #000000;}
#content a:hover { text-decoration: none; color: #000000; background-color: #FFFFFF;}
#content a.thickbox { background-color: #FFFFFF; }

/* texts */
h1 { font-size: 65px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 10px; }

p {
	font-size:10px;
	line-height: 15px;
}

/* menu */
#menu {
    width: 800px;
	left: 50%;
	margin-left: -400px;
	position: absolute;

}

#menu ul {
	list-style: none;
	display: inline;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	font-size:32px;
	text-decoration:none;
	width: 150px;
}

/* content< */

#logo {

}

#cover {
	width: 750px;
	height: 450px;
	background-image: url(http://www.robertotunon.com/08/img/rt08_cover01.jpg);
	background-repeat:no-repeat;
}


#content {
	width: 760px;
	left: 50%;
	margin-left: -400px;
	margin-top: 200px;
	position:absolute;
	background-color:#FFFFFF;
	padding:20px;
}

.container {
	margin: 20px 0 0 0;

}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.spacer {

	margin-bottom: 30px;
	border-bottom:#000000 dashed thin;
	text-align:right;
}

.spacer2 {
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom:#000000 dotted 1px;
}

#cv {
	float:right;
	background-color:#000000;
	text-align:center;
	margin-bottom: 10px;
}

#foto {
	width: 100px;
	height: 100px;
	background-color: #000000;
	padding: 3px;
	text-align:center;
	vertical-align: bottom;
	position:absolute;
	margin-left: 640px;
}


.up {
	width: 50px;
	height: 15px;
	float:right;
}

.fecha {
	float:right;
	text-align: center;
	border-top: solid 1px #000000;
}
.url {
	margin-top: 10px;
}

.video {
	width: 100%;
	background-color:#000000;
	text-align: center;

}

.flash {
	width: 100%;
	text-align: justify;
}

.links {
	list-style:none;
	text-align:center;
}
.links a {
	 display:block;
	 width: 100%;
}

#form {
	width: 95%;
	background-color:#000000;
	padding: 20px;
}

/* pie */
#pie {
	margin-top: 20px;
	border-top: 1px  dotted #000000;
}
