/*Documento CSS */

/*Cuerpo Principal*/

body {                                       
	background-image: url(images/bg.png);
	background-repeat: repeat-x;}  
	         
/*Contenedor Principal*/

#wrap {                                     

	width: 970px; height: auto;
	margin: 0 auto;	
	text-align: left;
}

/* Encabezado*/

#header {
	width:970;
	height: 132px;
	/*background-image:url(images/encabezado.jpg);
	background-repeat:no-repeat;
	margin:auto;*/
}

/*Pie de página*/

#pie {
	clear:both;
	background: #333;
	font: 70.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #ccc;
	margin-top:0px 0px 0px 0px;}



/*Menu*/

#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 970px;
}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}

/*Divisor*/
#N1 { 
			border-top: 1px solid #DDD;
			border-bottom: 1px solid #DDD;
			color: #6B6B6B;
			background: #eee url("images/plavo.gif") repeat-x;
			width: 725px;
	 		height: 25px;
			margin: 0px 0px 0px 0px;
			float:left;
			}
#N2 { 
			border-top: 1px solid #DDD;
			border-bottom: 1px solid #DDD;
			background: #eee url("images/lijevo.gif") repeat-x;
			width: 245px;
	 		height: 25px;
			margin: 0px 0px 0px 0px;
			float:right;}

/*Cuerpo 1*/

#cuerpo1 { 
			
			width: 724px;
	 		height: auto;
			margin: 0px 0px auto 0px;
			float:left;
			/*background-color:#eee;*/
			border-left: 1px solid #DDD;}



/*Cuerpo 2*/

#cuerpo2 { 
	        
			width: 245px;
	 		height: auto;
			margin: 0px 0px auto 0px;
			float:right;
			/*background-color:#eee;*/
			color:#5D5D5D;}



/* lado izq */

.lado_izq {
	float: left;
	width: 700px;
	margin: 4px 0px 0px 0px;
}

.lado_izq h3 {
	clear: both;
	background: #555555 url("images/corner1.gif") no-repeat top right;
	color: #ccc;
	padding: 7px 0 7px 5px;
	font: 78% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;}



/*lado der*/

.lado_der {
	float: right;
	width: 243px;
	margin: 4px 0px 0px 0px;
}

.lado_der h3 {
	clear: both;
	background: #555555 url("images/corner.gif") no-repeat top right;
	color: #ccc;
	padding: 7px 0 7px 5px;
	font: 78% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;}




/*Menu lateral*/

#menu_lateral {
	float: left;
	width: 243px;
	margin: 4px 0px 10px 0px;
	padding: 5px 0px 20px 0px;
	/*border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;*/
	color: #333333;
	line-height: 1.5em;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 100%;
	
	
}

#menu_lateral p {
	margin: 0px;
	font-size: 70%;
	
}

#menu_lateral a {
	display: block;
	height: 13px;
	padding-bottom: 9px;
	margin-bottom: 2px;
	border-bottom: 1px solid #ccc;
}

a {
	text-decoration: none;
	color: #2489DB
	
}

a:hover {
	color: #808080;
}

a img {
	border: 0;
}

#C1 {
		width:700px;
		height:auto;
		margin: 0px 0px auto 0px;
		float:left;
		background: #e3edf4;
		font: 78% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
		color:#0d1c26;}

#content img {
border:1px solid #b0b0b0;
float:left;
margin:5px 5px 6px;
padding:5px;
}

#content1 img {
border:1px solid #b0b0b0;
float:right;
margin:5px 5px 6px;
padding:5px;
}

.h5 {
font: bold 95% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
padding: 7px 0 7px 5px;
}

p.sangrado { text-indent:2.5em; margin:0 0 0.5em 0; padding:0;}
p.sangrado1 { margin-left:2.5em;}
