/* CSS Document */

/* Reseteamos los margenes de todos los elementos*/
*{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url("img/background-line.png") fixed;
	background-position: center;
	background-repeat:repeat-y;
}


.tablaError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border: thin solid #000000;
	line-height: 20px;
}




/***********************/
/*  NUEVA VERSION      */
/***********************/


div#container{
	width: 860px;
	margin: 0 auto;
}

	div#header{
		height: 115px;
		position: relative;
		margin-bottom: 30px;
	}
		div#header h1{
			margin: 7px auto;
			background-image: url(img/header.jpg);
			background-repeat: no-repeat;
			width: 785px;
			height: 110px;
			text-indent: -9999px;
		}
		
		/*** Menu Principal***/
		
		div#header ul{
			height: 25px;
			background:#689AB6;
			border-bottom: thin solid #AAA;
			border-top: thin solid #AAA;
		}
		
		div#header ul li{
			display:inline;
			padding-left: 7px;
			padding-right: 7px;
			vertical-align:middle;
		} 
		
		div#header ul li:last-child {
 			border-right:none
 		}
		
		div#header ul li a{
			color: #FFF;
			text-decoration: none;
			font-weight: bold;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
		}
		
		div#header ul li a:hover{
			color: #990000;
		}
		
	div#main{
		height: 500px;
	}
		
		div#side{
			float: right;
			padding-top: 10px;
		}
		
			div#side p{
				font-size: 14px;
				text-align: center;
				font-weight: bold;
				margin-bottom: 20px;
			}
		
			div#side div#logos a{
				display: block;
				text-align: center;
				margin-bottom: 10px;
			}
		
		div#content{
			position:relative;
			width: 660px;
			float: left;
			font-size: 12px;
			line-height: 25px;
			text-align: justify;
			padding-top: 10px;
			padding-left: 10px;
			margin-bottom: 10px;
		}
		
			/* Submenu */
			
			div#content div#submenu {
				position: absolute;
				top: 15px;
				right: 0px;
			}
				div#content div#submenu ul li{
					display:inline;
					padding-right: 4px;
					padding-left: 2px;
					border-right:#999999 solid thin;
				}
				
				div#content div#submenu ul li a{
					color: #999999;
					text-decoration: none;				
					}
					
				div#content div#submenu ul li a:hover{
					color: #990000;			
					}
				
				div#content div#submenu ul li:last-child{
					border-right:none;
				}
			
			/************/
					
			div#content h2{
				font-size: 14px;
				font-weight: bold;
				background-image: url(img/lineh.png);
				background-repeat: no-repeat;
				background-position: left bottom;
				margin-left: -10px;
				padding-bottom: 1px;
				margin-bottom: 7px;
			}
			
			div#content h3{
				font-size: 13px;
				font-weight: bold;
				color: #006699;
				padding-bottom: 2px;
				margin-bottom: 7px;
			}
			
			div#content p{
				margin-bottom: 7px;
			}
			
			div#content ul{
				list-style:circle;
				margin-left: 30px;
				margin-bottom: 7px;
			}
			
			div#content a{
				font-weight: bold;
				color: #689AB6;
				text-decoration: none;
			}
			
			/*** News ***/
			
			div#content div#new{
				margin-bottom: 20px;
			}
			
			div#content div#new h4{
				font-size: 18px;
				background-image:none;
				border-bottom: #999999 solid 1px;
			}
			
			div#content div#new small{
				margin-top: -3px;
				margin-bottom: -5px;
				display:block;
				color: #999999;
				text-align: right;
			}
			
			/*** Seminars ***/
			div.seminar {
				margin-bottom: 20px;
			}
			
			div.seminar h4 {
				font-size: 16px;
				background-image:none;
				border-bottom: #999999 solid 1px;
				margin-bottom: 5px;
			}
			
			/*** Box ***/
			div.box{
				margin: 10px auto;
				width: 300px;
				border: #999 solid 2px;
				background-color:#EEE;
			}
			
			div.box p{
				position: relative;
				top: 12px;
				left: 22px;
				text-align: center;
				padding-bottom: 15px;
				}
			
			div#error{
				background-image: url(img/error.png);
				background-repeat: no-repeat;
			}
				
			
	
		
