@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	color: #666666;
	text-decoration: none;
	background-attachment: fixed;
	background-image: url(../images/body_gradient.png);
	background-repeat:  repeat-x;
	margin: 0px;
	padding: 0px;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	background-color: transparent;
	background-position: 0% 0%;
}

html {
	height: 100%;
	overflow: auto;
}
#movie {
	height: 100%;
	background-attachment: fixed;
	background-image: url(../images/body_gradient.png);
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}
#header {
	width: 960px;
	position: relative;
	z-index:100 !important;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.menu {
	margin-top: 0px;
	margin-left: 30px;
	width: 163px;
	position: fixed;
	float: left;
	padding: 0px;
}
.menu_curso {
	margin-top: 0px;
	margin-left: 30px;
	width: 163px;
	float: left;
	padding: 0px;
}
/*---------contenido--------------*/
#contenido {
	margin-top: 80px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	float: right;
	width: 650px;
	height: 780px;
	background-image: url(../images/fbg.png);
	background-repeat: no-repeat;
	background-color: #000000;
	padding-bottom: 30px;
}
	#contenido p {
	margin-top: 40px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	}

#contenido2 {
	margin-top: 80px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	float: right;
	width: 700px;
	height: auto;
	background-image: url(../images/fbg.png);
	background-repeat: no-repeat;
	background-color: #FFFFF9;
	padding-bottom: 30px;
}
	#contenido2 p {
	margin-top: 40px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	}	
/*------ fuentes--------*/
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#D89F1B;
	font-size:11px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#DAD50C;
	font-size:16px;
	font-weight: bold;
	width:580px;
	margin-left:30px;
	margin-top:40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.txt1 {
	color: #CE972A;
	font-weight: bold;
}

/*.txtduracion{
 position:relative;
 top:20px;
 position:relative;!important
 top:-20px;!important
}*/

li {
	list-style-position: outside;
	margin-left:10px;
}

/*------links------------*/

a {text-decoration: none;}

a:link,
a:visited{ color: #EEC111;}	
	
.colum1 {
	border: thin solid #CE972A;
	float: left;
	margin-left: 30px;
	margin-bottom: 8px;
	height: 15px;
	width: 120px;
}

.colum2 {
	border: thin solid #CE972A;
	float: right;
	height: 15px;
	width: 490px;
	margin-right: 36px;
	margin-bottom: 8px;
	padding-left: 10px;
}

