/*Documento CSS*/
* { 
	padding : 0; 
	margin : 0; 
} 

/****BODY****/
img { 
	padding : 3px;
 } 
/****IMAGENES DENTRO DE LA COLUMNA IZQUIERDA****/
img.izq { 
	float : left; 
	margin-right : 1em; 
	margin-bottom : 1em; 
	margin-top : 1em; 
} 
img.der { float : right; 
margin-left : 1em; 
margin-bottom : 1em; 
margin-top : 1em; } 

.tbizcen{
background-image:url(../../imagenes/uno.gif);
background-repeat:repeat-x;
width:24px;
height:20px;
font-size : 1.4em; 
	color : #da2617; 
	margin-bottom : 10px; 
	margin-top : 20px; 
	font-weight:bold; 

}
/******INTRO*****/
#intro{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 530px;
	height: 500px;
	margin-top: -300px;
	margin-left: -300px;
	overflow: auto;
} 

/****WRAPPER****/
#wrapper { 
	width : 800px; 
	margin : 0 auto;
/*	background-color:#FFFFFF;	*/
} 

/****TOP****/
#top {
    text-align:right;
	height : 40px; 
    margin-bottom : 1px; 
/*	margin-top : 5px;*/
	/*IE*/
	filter: alpha(opacity=70);
	/*FireFox Opera*/
	opacity: .7;
 } 

/****HEAD****/
#head { 
	height : 50px; 
	background-color : #ffffff; 
	background-image : url(../../imagenes/enca1.jpg);
	background-repeat : no-repeat; 
	margin-bottom : 1px; 
	margin-top : 5px;
 } 

#head h1 { 
	color : #e9e9e9; 
	font-size : 20px; 
	padding-left : 15px; 
	padding-top : 5px; 
} 

#head p { 
	color : #ffffff; 
	padding-left : 50px; 
} 

#head ul { 
	margin : 0; 
	padding : 0; 
	list-style : none; 
	float : right; 
	margin-top : -10px; 
	margin-right : 10px; 
	color : #ffffff; 
} 
#head li { 
	display : inline; 
} 

#head a { 
	color:#ffffff; 
}

#head a:hover { 
	color : #da2617; 
} 

/****VARIOS****/
.nar { 
	font-size : 1.4em; 
	color : #da2617; 
	margin-bottom : 10px; 
	margin-top : 20px; 
	font-weight:bold; 
}

.azul { 
	font-size : 1.4em; 
	color : #3044b5; 
	margin-bottom : 10px; 
	margin-top : 20px; 
	font-weight:bold; 
}

.Pazul { 
	background-color:#3044b5; 
	color:#FFFFFF; 
}

.azulblanco { 
	background-color:#0099FF; 
	color:#ffffff;
	font-size:11px; 
}

.blancoazul { 
	background-color:#ffffff; 
	color:#0099FF;
	font-size:11px; 
}

.azulblanco1 { 
	background-color:#0099FF; 
	color:#ffffff;
	font-size:12px; 
}

.blancoazul1 { 
	background-color:#ffffff; 
	color:#0099FF;
	font-size:12px; 
}

/****MENU HEAD****/
#menubar { 
	margin : 0 auto; 
	padding : 5px 0 6px 0; 
	background-color: #FFFFFF; 
} 

#menubar ul { 
	margin : 0; 
	padding : 0; 
	list-style : none; 
	text-align : center; 
	color : #000000; 
} 

#menubar li { 
	display : inline; 
	color : #000000; 
	} 
	
#menubar a { 
	padding : 5px 15px; 
	text-transform : uppercase; 
	text-decoration : none; 
	font-size : 11px; 
	font-weight : bold; 
	color : #000000; 
	}
	
#menubar a:hover { 
	color:#3044b5; 
	}
	
/****BARRA DEL BUSCADOR****/
#busc { 
	border : 1px solid #224080; 
	padding-left : 10px; 
	background-color : #3044b5; 
	color : #ffffff; 
	padding-top : 5px; 
	padding-bottom : 5px; 
	} 
	
/****HEADER****/
/*#header { 
	height : 150px; 
	background-color : #ffffff; 
	background-image : url(../..//imagenes/header1.jpg); 
	background-repeat : no-repeat; 
	border-top : 1px solid #ccc; 
	margin-bottom : 1px; 
	} 
*/	
#header h1 { 
	color : #FF6600; 
	font-size : 20px; 
	padding-left : 310px; 
	padding-top : 120px; 
	} 
	
#header h2 { 
	color : #FF6600; 
	font-size : 1.2em; 
	padding-left : 310px; 
	padding-top : 5px; 
	} 
	
#header h3 { 
	color : #FF6600; 
	float : right; 
	font-size : 25px; 
	margin-top : -60px; 
	margin-right : 60px; 
	} 
	
/****COLUMNA IZQUIEREDA****/
#colizq { 
	border-right : 250px solid #fff; 
	margin : 0 0 0 0; 
	display : inline; 
	padding : 4px; 
	width : 67.8%; 
	float : left; 
	min-height : 300px; 
	background-color : #f2f2f2; 
	margin-right: -250px;
	} 
	
* html #colizq { 
	height : 300px; 
	} 
	
#colizq p { 
	margin-bottom : 10px; 
	} 
	
blockquote { 
	border : 1px solid #c5c5c5; 
	padding-top : 5px; 
	padding-left : 10px; 
	padding-bottom : 5px; 
	padding-right : 10px; 
	margin : 10px; 
	text-align : center; 
	} 
	
.marctext { 
	float : right; 
	width : 265px; 
	padding : 5px; 
	border : 1px solid #538cb7; 
	margin : 5px 0 0 5px; 
	background : #d0e3f7; 
	font-size : 85%; 
	} 
	
#colizq h1 { 
	font-size : 1.6em; 
	color : #da2617; 
	margin-bottom : 10px; 
	margin-top : 15px; 
	} 
	
#colizq h2 { 
	font-size : 1.4em; 
	color : #da2617; 
	margin-bottom : 10px; 
	margin-top : 20px; 
	} 
	
#colizq p { 
	text-align : justify; 
	} 
	
/****LINKS****/
#gnl {
    background-color:#FFFFFF; 
	
	}
#gnl a:link { 
	color : #3044b5;
	}
	
#gnl a:visited { 
	color: #3044b5;
	}
	
#gnl a:hover {
	color: #da2617;
	}
	
#gnl a:active { 
	color: #3044b5; 
	}
	
/*******DOS******/

#gn2 {
text-decoration:none;
margin:0;   
	
	}
#gn2 a:link { 
	color : #ffffff;
	text-decoration:none;
	}
	
#gn2 a:visited { 
	color: #ffffff;
	text-decoration:none;
	}
	
#gn2 a:hover {
	color: #ffffff;
	text-decoration:none;
	}
	
#gn2 a:active { 
	color: #ffffff; 
	text-decoration:none;
	}
	
/****COLUMNA DERECHA****/
#colder { 
	margin : 0 0 0 0; 
	display : inline; 
	width : 240px; 
	float : left; 
	background-color : #fff; 
	min-height : 300px; 
	} 
	
* html #colder { 
	height : 310px; 
	} 
	
#colder h1 { 
	font-size : 1.3em; 
	padding-left : 10px; 
	margin-top : 10px; 
	margin-bottom : 15px; 
	color : #da2617; 
	} 
	
#colder h2 { 
	font-size : 1.2em; 
	padding-left : 10px; 
	margin-top : 10px; 
	margin-bottom : 15px; 
	color : #DA2617; 
	} 
	
#colder p { 
	padding : 10px; 
	margin-top : 10px; 
	margin-bottom : 15px; 
	margin-left : 1em; 
	text-align : justify; 
	background-color : #f2f2f2; 
	} 
/****BARRA DEL MENU PRINCIPAL****/
#barmenpri { 
	width : 220px; 
	padding : 0 0 1em 1em; 
	margin-bottom : 1em; 
	font-family : Verdana; 
	color : #333; 
	text-transform : uppercase; 
	}
	
#barmenpri ul { 
	list-style : none; 
	margin : 0; 
	padding : 0; 
	border : none; 
	} 
	
#barmenpri li { 
	border-bottom : 1px solid #000000; 
	margin : 0; 
	} 
	
#barmenpri li a { 
	display : block;
	padding : 5px 0 5px 0.5em; 
	background-color : #ffffff; 
	color : #3044b5; 
	text-decoration : none; 
	width : 100%; 
	} 
	
#barmenpri li a:hover { 
	background-color : #0099FF; 
	color : #fff;
	font-weight:bold;	
	} 
	
table, thead, tbody, tr, td, th { 
	font-size: inherit; 
	color:#000000; 
	font-weight: bold; 
	font-style: inherit; 
	font-variant: inherit 
}

/****CUADRO DE ARTICULOS****/
#TabArt { 
	border : 1px solid #538cb7; 
	background : #ffffff; 
	} 
	
#TabArt p { 
	clear : both; 
	color : #aaaaaa; 
	font-weight : bold; 
	padding-left : 8px; 
	} 
	
#TabArt h1 { 
	padding : 7px 0 4px 7px; 
	margin : 0; 
	font : normal 22px/22px "Arial Black", Arial, sans-serif; 
	color : #ffffff; 
	background-color : #3044b5; 
	text-transform : uppercase; 
	} 
	
#TabArt h2 {  
	padding : 0 0 8px 8px; 
	margin : 0; 
	background-color : #3044b5; 
	color : #ffffff; 
	font : bold 12px/12px Arial, sans-serif; 
	} 
	
.TabCol { 
	padding : 20px 2px 10px 13px; 
	float : left; 
	overflow : hidden; 
	width : 170px; 
	voice-family : "\"}\""; 
	voice-family : inherit; 
	width : 160px; 
	} 
	
.TabCol p { 
	color : #000000; 
	font-weight : normal; 
	padding : 0; 
	} 
	
#wrapper .TabCol h1 { 
	font : bold 11px/11px Verdana, Arial, sans-serif; 
	background-color : #ffffff; 
	color : #da2617; 
	margin-bottom : 2px; 
	padding : 0; 
	} 
	
/****SEPARADOR****/
.separador { 
	clear : both; 
	margin-bottom : 10px; 
	} 
	
/****PIE DE PAGINA****/
#pie {  
	color:#FFFFFF; 
	background-color : #3044b5; 
	display : inline; 
	float : left; 
	width : 100%; 
	height : 45px; 
	background-repeat : no-repeat; 
	text-align : center; 
	border:#FFFFFF; 
	} 
	
#pie ul { 
	margin : 0; 
	padding : 0; 
	list-style : none; 
	text-align : center; 
	color : #ffffff; 
	} 
	
#pie li { 
	display : inline; 
	color : #ffffff; 
	}
	
#pie p {  
	margin-top : 10px; 
	font-size:9px; 
	} 
	
#pie a { 
	padding : 5px 15px; 
	text-transform : uppercase; 
	text-decoration : none; 
	font-size : 10px; 
	font-weight : bold; 
	color : #ffffff; 
	}
	
#pie a:visited { 
	color: #ffffff;
	}
	
#pie a:hover {
	color: #da2617;
	}
	
#pie a:active { 
	color: #ffffff; 
	}
	
.txt-paginador{
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 11px;
	color: #999999;
	text-transform: uppercase;
}
.notitit{
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 12px;
	font-weight:bold;
	color: #DA2617;
	text-transform: uppercase;
	text-align:left;
}
.notifec{
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	text-transform: uppercase;
	text-align:right;
}
.noti{
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 10px;
	color: #999999;
	text-transform: uppercase;
	text-align:justify;
}