/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}	

body{
	font-family:Arial, Helvetica, sans-serif;
	margin: auto;
	padding: 0;
	text-align:center;
	background-color:#000000;
	}
	
	#wrapper{
	height: 450px;
	margin: 60px auto;
	width:auto;
	text-align:center;
	background-color:#000000;
	}
	
	#contenedor_home{
	margin: 60px auto;
	height: 450px;
	width:960px;
	text-align:center;
	background-color:#000000;
	border-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	}
	
	#menu{
	height:450px;
	width:160px;
	float: left;
	background-color: #000000;
		}
		
	#menu img {
	padding: 0px;
	text-decoration: none;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	}
	
	#fotohome{
	height:450px;
	width:800px;
	float: left;
	background-color: #000000;
	}	
		
	#contenedor{
	margin: 60px auto;
	height: 450px;
	width:10000px;
	text-align:center;
	border-color:#FFFFFF;
	border-width:1px 0px;
	border-style:solid;
	}
	
	#fotos{
	height:450px;
	width:9680px;
	float: left;
	background-color: #000000;
	}	
		
	#fotos img{
	padding: 0 0 0 0;
	display: inline;
	}
	
/*/////////////-------------ventana cursos ---------------------------------------------///////////*/	
	
	#cursos_top {
	width:448px;
	height:170px;
	}	
	
	#cursos_cuerpo {
	width:448px;
	height:350px;
	padding: 20px 98px 0 36px;
	}
	
	#cursos_pie {
	width:448px;
	height:95px;
	}
	
	
	#cursos_cuerpo h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	}
	
	#cursos_cuerpo p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	}


	
/*/////////////-------------links---------------------------------------------///////////*/	

a:link  {
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	border-width: 0px;
	border-style: none;
		}		
	
a:visited  {
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	border-width: 0px;
	border-style: none;
		}		
	
a:hover {
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	border-width: 0px;
	border-style: none;
		}		

a:active {
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	border-width: 0px;
	border-style: none;
		}	
		
	
