/*	-------------------------------------------------------------
	UX Magazine
	Design | Technology | Strategy | Common Sense
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Base setup styles
	Filename:		uxm.base.css
	Version:		1.9
	Date:			Feb 9, 2006
	-------------------------------------------------------------	*/


/*	-------------------------------------------------------------
	Base Body Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		
		body {
			margin: 0;
			padding: 0;
			font-family:  Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;}
			
		#container {
    background-image: url(images/fondo1.gif);
	background-repeat: repeat-y;
	width: 900px;
	height: 800px;
		}
		
		#fondonavegacion {
	background-image: url(images/fondo_verde.jpg);
	width: 168px;
	height: 610px;
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}

#fondonavegacion ul {
	margin: 0;
	padding: 0;
	list-style:none;
	text-decoration:none;
}
#inscribete{

	height:20px;
	width:150px;
}
#fondonavegacion ul ul{
	margin: 15px;
	text-decoration: none;
}
#fondonavegacion ul ul li{
	text-decoration: underline;
}

		#texto {
	width: 250px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	float: left;
}



				
		a, a:visited {
			color: #003F7E;
			text-decoration: none;
			background-image: url(/_images/link_solid.png);
			background-repeat: repeat-x;
			background-position: bottom;}
			
		a:hover {
			text-decoration: underline;}
		
		a img {
			border:0px;}
		
		html {
			height: 100%;
			width: 100%; }
			
		p {
			margin: 6px 0px 8px 0px;
			padding: 0px;}
		
		h1 {
			padding: 0px;
			margin: 0px;}
		
		.words {
			font-size: 11px;
			line-height: 140%;}
		
		#home {
			height: 100%;
			width: 100%;}
			
		form {
			margin: 0px;
			padding: 0px;}
		
		
		

