@charset "utf-8";
/* CSS Document */

.fondo {
	background-image: url(../images/lineas.jpg);
	background-repeat:  repeat-y;
}
.marcos {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #777777;
	border-bottom-color: #777777;
	border-left-color: #CCCCCC;
}
.menutitle{
	cursor:pointer;
	color:#FFFFFF;
	width:100%;
	height: 25px;
	text-align:center;
	font-weight:bold;
	text-decoration: none;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	vertical-align: middle;
}

.menutitle:hover{
	cursor:pointer;
	background-color:#DDDBD8;
	color:#000000;
	width:100%;
	text-align:center;
	font-weight:bold;
	height: 25px;
	text-decoration: none;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-size: 12px;
	vertical-align: middle;
}
.menutitle2{
	cursor:pointer;
	color:#000000;
	width:100%;
	height: 25px;
	text-align:center;
	font-weight:bold;
	text-decoration: none;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	vertical-align: middle;
}

.menutitle2:hover{
	cursor:pointer;
	background-color:#DDDBD8;
	color:#000000;
	width:100%;
	text-align:center;
	font-weight:bold;
	height: 25px;
	text-decoration: none;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-size: 12px;
	vertical-align: middle;
}
.minmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.minmenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
}
.portafolio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0066FF;
	text-decoration: none;
}
.servicios {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.servicios:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #0099FF;
	text-decoration: underline;
}
.definicion {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	margin: 5px;
	padding: 5px;	
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-align: center;
}
.etform {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
	text-align: right;
	font-weight: bold;
}
.mygradienttop {
background-color: #E0DED7;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#06267B), to(#E0DED7), color-stop(.5,#A8ACF6));
background: -moz-linear-gradient(top, #06267B 0%, #A8ACF6 50%, #E0DED7 100%);
}

