@charset "utf-8";
/*
----------------------------------------------------
HOME 
----------------------------------------------------
*/
.home {
	background: url('../img/home-proyectos.png') right top no-repeat;
	width: 980px;
}
.textos {
	width: 610px;
	padding: 0px;
	float: left;
	text-align: center !important;
}
.frase {
	font-size: 24pt;
	text-shadow: 1px 3px 2px #989696;
}
.frase2 {
	color: #593777 !important;
}
.autor {
	font-size: 10pt !important;
	font-style: italic !important;
	text-shadow: none !important;
}
.descrip {
	color: #534361 !important;
	font-style: italic !important;
	font-size: 12pt;
}
.proyectos {
	padding: 50px 30px 0px 750px;
	color: #534361 !important;
	text-align: left;
	height: 350px;
}
.ver {
	background: url('../img/ver.png') 30px top no-repeat;
	display: inline-block;
	width: 170px;
	height: 106px;
	padding: 30px 0px 19px 0px;
	font-weight: bold;
	color: #534361 !important;
	font-size: 9pt;
}
/*
----------------------------------------------------
ACERCA DE 
----------------------------------------------------
*/
.flecha-example1 {
	height: 185px;
	padding-top: 150px;
}
/*SlidingPanels*/
#example1.SlidingPanels {
	float: left;
	width: 845px;
	height: 325px;
}
#example1 .SlidingPanelsContentGroup {
	float: left;
	width: 10000px;
	height: 325px;
}
#example1 .SlidingPanelsContent {
	float: left;
	width: 745px;
	height: 325px;
}
table.tab {
	border: 0;
	padding: 0;
}
td.ancho1 {
	width: 340px;
	text-align: left;
	vertical-align: top;
}
td.ancho2 {
	background: url('../img/acerca-td.png') top center repeat-y;
	width: 45px;
}
.ligas {
	font-size: 7pt !important;
}

/*
----------------------------------------------------
Portafolio 
----------------------------------------------------
*/
.flecha-example2 {
	height: 135px;
	padding-top: 100px;
}
/*SlidingPanels*/
#example2.SlidingPanels {
	float: left;
	height: 225px;
}
#example2 .SlidingPanelsContentGroup {
	float: left;
	width: 10000px;
	height: 225px;
}
#example2 .SlidingPanelsContent {
	float: left;
	height: 225px;
}
.continua {
	width: 800px; 
	background: none !important;
}
.continuado {
	margin-top: 41px;
}

.paginacion {
	float: right;
	margin-top: 20px;
	width: 200px;
	text-align: right;
}
.general-cont {
	width: 100%;
	clear: both;
}
.proyecto {
	background-color: #FFFFFF;
	border: #593777 solid 1px;
	width: 232px;
	height: 105px;
	display: block;
	padding: 5px;
	margin: 10px 20px 5px 0px;
	font-weight: bold;
	overflow: hidden;
	float: left;
}
.thumb_container {
	border: #999999 dotted 1px;
	width: 230px;
	height: 90px;
	display: block;
	padding: 0px;
	margin: 0px;
	text-align: center;
	float: left;
}
.thumb {
	border: 0;
}