@charset "utf-8";
/* CSS Document */
.back {
	background-image: url(../iconos/back.jpg);
	background-repeat: no-repeat ;
	background-position: center top;
}
a:focus {
	outline: none;
}
#panel {
	background: #ffffff;
	height: 80px;
	display: none;
}
.slide {
	margin: 0;
	padding: 0;
	border-top: solid 1px #121213;
	background: url(iconos/btn-slide.gif) no-repeat center top;
}
.btn-slide {
	text-align: center;
	width: 106px;
	height: 26px;
	padding: 0px 0px 0 0;
	margin: 0 auto;
	display: block;
}
.active {
	background-position: right 12px;
}
.titulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	margin-left: 5px;
	padding-left: 5px;
}
.titulo2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #107fc6;
	text-decoration: none;
	text-align: center;
	margin-left: 5px;
	padding-left: 5px;
}

.t1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
a {
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 12px;
	line-height: 14px;
	/*font-size: 10px;*/
	font-weight: bold;
	/*color: #333;*/
	color: #77caf5;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06C;
}
a:hover {
	text-decoration: underline;
	
}
a:active {
	text-decoration: none;
	color: #77caf5;
}
ul {
	list-style-type: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
li {
	text-align: left;
	display: block;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #cccccc;
}
/*---------------------carusel-------------------*/

div.scrollable {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 307px;	 
	width: 116px;	
	
	/* decoration */
	padding:0px 10px;
	border:1px outset #ccc;
	background-color:#efefef;
}

/* root element for scrollable items */
div.scrollable div.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	
	/* decoration */
	margin-top:10px;
}

/* 
	same settings as in horizontal scroller except that these items 
	are not floated
*/
div.scrollable div.items div {
	text-align:center;
	width:110px;
	padding:25px 0px;
	font-size:30px;
	font-family: 'bitstream vera sans';
	border:1px outset #ccc;
	background-color: #ddd;
	-moz-border-radius:5px;
	margin-bottom:10px;
}

/* active item */
div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}

/*-------------------up-down-------------------*/

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(iconos/arriba.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(iconos/abajo.jpg);
	clear:right;	
}
.txt {	margin: 0;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 11px;
	line-height: 14px;
/*width: 1000px;*/
/*	background-color: #ffffff;*/
	color: #000000;
}
.txt2 {	margin: 0;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 13px;
	line-height: 14px;
	color: #107fc6;
}
.txt4 {	margin: 0;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 12px;
	line-height: 12px;
	color: #ffffff;
	font-weight:normal;
}
.txt3 {	margin: 0;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 13px;
	line-height: 14px;
	color: #ffffff;
}
.txt4{
		font:11px "tahoma", "lucida grande",verdana;
		margin: 0;
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
}
.txt5{
		font:11px "tahoma", "lucida grande",verdana;
		margin: 0;
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
}
