@charset "utf-8";
/* CSS Slide de Portada */
#cycle-slideshowpor{
	float: left;/**/
	height: auto;
	margin: auto 0px;
	width: 100%;
	/*background-color: #C6F;*/
	z-index: 0;
}
.cajondeslide{
	float: left;/**/
	height: auto;
	width: 98%;
	/*background-color: #FFF;*/
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	padding-right: 1%;
	padding-left: 1%;
}
.sdppor{/*------------- AJUSTA LAS IMAGENES DEL SLIDE -------------*/
	display: block;/**/
	height: auto;
	/*min-height:100%;
	min-width:100%;*/
	width: 100%;
	margin: auto 0px;
	/*margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;*/
}

.cycle-prevpor, .cycle-nextpor {
	position: absolute;
	top: 0;
	width:50%;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 800;
	height: 80.7%;
	cursor: pointer;
	/*background-color: #6FF;*/
}
.cycle-prevpor {
	left: 0;
	background-image: url(../../img/imgslide/leftArro.png);
	background-repeat: no-repeat;
	background-position: 10% 50%;
}
.cycle-nextpor{
	right: 0;
	background-image: url(../../img/imgslide/rightArr.png);
	background-repeat: no-repeat;
	background-position: 90% 50%;
}
.cycle-prevpor:hover, .cycle-nextpor:hover { opacity: .7; filter: alpha(opacity=70) }

.txt1{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 1.4em;
	color: #CCC;
	list-style-type: none;
	padding-bottom: 0px;	/*padding-top: 16px;*/
	padding-left: 0px;
	margin-left: 0px;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;
	line-height: 38px;
	text-decoration: none;
}
.txt2{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #CCC;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.txt3{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 0.85em;
	color: #CCC;
	padding-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.ul0{
	margin: 0px;
	padding-top: 0px;/*8*/
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
	display: block;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#cycle-overlay1{
	position: absolute;
	z-index: 19999;
	height: auto;/*71*/
	width: 100%;
	left: 0px;
	background-color: #1E1E1E;/**/
	top: auto;
	/*opacity: .5;*/
	float: left;
	margin: 0px;	
}
#cycle-overlay1:hover{
	background-color: #666;
	opacity: 1;
	height: auto;
	
}

/*--------------------------- MEDIA QUERIES ---------------------------*/
@media (min-width: 320px) { /* 2 columnas para tablets */
.txt1{font-size: 20px;}
}

@media (min-width: 360px) { /* 2 columnas para tablets */
.txt1X{font-size: 20px;}
.cycle-prevpor, .cycle-nextpor {height: 73%;/*background-color: #6FF;opacity: 10;*/}
}
@media (min-width: 568px) { /* 2 columnas para tablets */
.txt1{font-size: 24px;}
.txt2{font-size: 1em;}
}



@media (min-width: 640px) { /* 2 columnas para tablets */
.txt1{font-size: 24px;}
.cycle-prevpor, .cycle-nextpor {height: 85.2%;/*background-color: #6FF;opacity: 10;*/}
}



@media (min-width: 1024px) { /* 2 columnas para tablets */
.txt1{font-size: 26px;}
}

@media (min-width: 1280px) { /* 2 columnas para tablets */
.txt1{font-size: 26px;}
.cycle-prevpor, .cycle-nextpor {height: 87.8%;/*background-color: #6FF;*/}
}























