body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #777;
	font-size: 10px;
	background: url(http://server/stu/cyerg/images/bg.png) repeat #000000;
}
a {
	color: #0099CC;
	text-decoration: none;
}
a.topKeys {
	color: #BDBDBD;
	text-decoration:none;
	border-bottom: 1px dotted #777;
	margin: 0 5px;
}
a.topKeys:hover {
	border-bottom: 1px dotted #ccc;
	color: #fff;
}
h1 {
	font-family: Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin:0;
	padding:0;
	line-height: 27px;
}
h1.headTitle {
	font-size: 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align:left;
	margin:0;
	padding: 0;
}
h2 {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin:0;
	padding:0;
	line-height: 28px;
}
p {
	margin: 0;
	padding:0;
}
.inText {
	border: 1px solid #ccc;
	color: #888;
	font-size: 13px;
	padding: 3px;
}




/************ ESTILOS GLOBALES *************/
.regis {
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.colorPink {
 color: #FF3366;
}
.colorBlue {
	color: #0099CC;
}
.colorGreen {
	color: #86B300;
}

.colorGrey {
	color: #555;
}
.handCard {
	width: 280px;
	height: 187px;
	background: url(../imgs/hand_card.png) no-repeat;
	position: absolute;
	margin-left: 620px;
	margin-top: 138px;
}
h1.subTitle {
	width: 450px;
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 32px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.quotes {
	font-size: 35px;
	font-weight: bold;
}

.bgLink:hover {
	background: #DFECF2;
	color: #555;
}

#movieAltInner ul {
	list-style: circle;
	float: left;
	margin-right: 50px;
}
#movieAltInner li {
	list-style-image: url(../imgs/list_arrow.gif);
	margin: 20px 0;
}
#movieAltInner li a {
	color: #999;
	border-bottom: 1px dotted #ccc;
}
#movieAltInner li a:hover {
	background: #DFECF2;
	color: #555;
	border-bottom: 1px dotted #555;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}


.hFolio{
	display: block;
	width: 153px;
	height: 142px;
	background: url(../imgs/icon_pink_portfolio.png) no-repeat;
	position: absolute;
	margin-left: 780px;
	margin-top: -50px;
}
.blueFolio{
	display: block;
	width: 153px;
	height: 142px;
	background: url(../imgs/icon_blue_portfolio.png) no-repeat;
	position: absolute;
	margin-left: 780px;
	margin-top: -10px;
}

.greenFolio{
	display: block;
	width: 153px;
	height: 142px;
	background: url(../imgs/icon_green_portfolio.png) no-repeat;
	position: absolute;
	margin-left: 780px;
	margin-top: -10px;
}


/************ FLASH SUBSTITUTE *************/
.webAnimado {
	display: block;
	width: 153px;
	height: 142px;
	background: url(../imgs/icon_animado.png) no-repeat;
	float: left;
	/*position: absolute;
	margin-left: 780px;
	margin-top: -60px;*/
}
.webAnimado:hover {
	display: block;
	width: 153px;
	height: 142px;
	background: url(../imgs/icon_animado.png) no-repeat #fff;
}
.webNormal {
	display: block;
	width: 153px;
	height: 142px;
	background: url(../imgs/icon_estatico.png) no-repeat;
	float: left;
	margin-right: 35px;
	margin-bottom: 20px;
	/*position: absolute;
	margin-left: 780px;
	margin-top: 65px;*/
}
.webNormal:hover {
	display: block;
	width: 153px;
	height: 142px;
	background: url(../imgs/icon_estatico.png) no-repeat #fff;
}
#movieAlt { /*Vertical scroll bar on alternative content*/
	overflow: auto;
}
#movieAltInner { /*Use separate div because IE's faulty box model*/
	background: #fff;
	margin: 50px auto;
	padding: 30px;
	width: 840px;
	height: 510px;
	color: #888;
}



/************ CONTENEDORES *************/
#headInfo {
	width: 100%;
	background:#191717;
	text-align:center;
	color: #CCC;
	clear: both;
}
#headInfo p {
	padding: 10px;
}

#footInfo {
	width: 100%;
	text-align:center;
	background: #191717;
	color: #fff;
	clear: both;
}
#footInfo span {
	color: #fff;
	padding: 5px;
}

.whiteBox {
	width: 880px;
	height: 505px;
	background: #191717;
	margin: 100px auto 80px auto;
	padding: 10px 10px;
}
.headTitle {
	width: 500px;
	float: right;
}
#homeBanners {
	width: 870px;
	height: 260px;
	margin: 5px auto;
}
#homeBanners ul {
	float: right;
}
#homeBanners li {
	margin: 5px 0px;
}

#homeServ {
	width: 870px;
	margin: 0 auto;
}
#homeServ ul {
	margin: 0;
	padding: 0;
}
#homeServ li {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
.homeBigLinks {
	font-family: Arial, helvetica;
	font-size: 16px;
}
.homeBigLinks a {
	color: #999;
	margin: 0 10px;
}
.homeBigLinks a:hover {
	color: #FF3366;
}
.homeBigLinks strong {
	font-size: 11px;
}


/************ NAVIGATION *************/

.navBox {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	width: 170px;
	background: url(../imgs/nav_bg.png);
	position: absolute;
	margin-left: -60px;
	margin-top: 0px;
}
.navBox div {
	height: 130px;
}
.navBox .OpenSlide {
	display: block;
	width: 154px;
	color: #999;
	padding: 8px;
	text-align: left;
	margin: 0;
}
.navBox .OpenSlide:hover {
	color: #fff;
}
.navLinks {
	margin: 0;
}
.navLinks div {
	margin: 10px 0;
	clear: both;
}
.navLinks a {
	display: block;
	width: 148px;
	padding: 3px 0 3px 25px;
	color: #888;
}
.navLinks a:hover {
	background: url(../imgs/arrow.gif) no-repeat 4% 50% #000;
	color: #fff;
}

.navLinks .navPink:hover {
	background: url(../imgs/arrow.gif) no-repeat 4% 50% #000;
	color: #FF3366;
}
.navLinks .navBlue:hover {
	background: url(../imgs/arrow.gif) no-repeat 4% 50% #000;
	color: #0099CC;
}
.navLinks .navGreen:hover {
	background: url(../imgs/arrow.gif) no-repeat 4% 50% #000;
	color: #99CC00;
}
.navLinks .navYellow:hover {
	background: url(../imgs/arrow.gif) no-repeat 4% 50% #000;
	color: #FFCC00;
}
.navLinks .navOrange:hover {
	background: url(../imgs/arrow.gif) no-repeat 4% 50% #000;
	color: #FF9900;
}
/****************** SUB NAV **********************/
.subNavBox {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	width: 170px;
	background: url(../imgs/nav_bg.png);
	position: absolute;
	margin-left: 116px;
	margin-top: 0px;
}
.subNavBox .OpenSlide {
	display: block;
	width: 154px;
	color: #fff;
	padding: 8px;
	text-align: left;
	margin: 0;
}
.subNavBox .OpenSlide:hover {
	color: #fff;
}
.subNavBox div {
	clear: both;
}
.subNavLinks {
	margin: 0;
}
.subNavLinks div {
	clear: both;
	margin: 10px 0;
}
.subNavLinks a {
	display: block;
	width: 148px;
	padding: 3px 0 3px 25px;
	color: #fff;
}
.subNavLinks a:hover {
	background: url(../imgs/arrow.gif) no-repeat 4% 50% #444;
}
.subMenuSel {
	display: block;
	width: 148px;
	color: #fff;
	padding: 3px 0 3px 25px;
	background: url(../imgs/arrow.gif) no-repeat 4% 50% #444;
}


/********************* STRIPS *************************/
.emptyBox {
	width: 900px;
	height: 550px;
	background: #fff;
	margin: 100px auto 200px auto;
}

.emptyBoxFull {
	width: 900px;
	background: #fff;
	margin: 100px auto 20px auto;
}

.headPadd {
	padding: 10px;
}
.cLeftImage {
	width: 310px;
	height: 454px;
	float: left;
	margin-top: 3px;
}
.imgShadow {
	width: 28px;
	height: 456px;
	position: absolute;
	margin-left: 310px;
	background: url(../imgs/shadow_image.png);
}
.rightContent {
	width: 590px;
	margin: 20px 0 0 0;
	float: right;
}
.pinkStrip {
	width: 550px;
	text-align: right;
	height: 140px;
	padding: 0 20px;
	background: #FF3366;
	border-top: 8px solid #444;
	color: #fff;
}
.pinkStrip h1 {
	font-size: 25px;
	position: relative;
	top: -100px;
	padding: 0;
	text-align: right;
	color: #FF3366;
}



.blueStrip {
	width: 520px;
	height: 140px;
	padding: 0 20px 0 50px;
	background: #0099CC;
	border-bottom: 8px solid #444;
	color: #fff;
	margin-top: 38px;
}

.greenStrip {
	width: 520px;
	height: 140px;
	padding: 0 20px 0 50px;
	background: #86B300;
	border-bottom: 8px solid #444;
	color: #fff;
	margin-top: 38px;
}
.greyStrip {
	width: 520px;
	height: 140px;
	padding: 0 20px 0 50px;
	background: #D9D9D9;
	border-top: 8px solid #444;
	color: #555;
	margin-top: 38px;
	text-align: right;
}

.greyStrip h1 {
	font-size: 25px;
	position: relative;
	top: -100px;
	padding: 0;
	text-align: right;
	color: #00AEEF;
}


h1.topTitle {
	width: 500px;
	font-size: 25px;
	padding: 0;
	text-align: right;

	position: absolute;
}

.outerStrip {
	display: block;
	width: 30px;
	height: 160px;
	margin-left: 900px;
	margin-top: 55px;
	position: absolute;
}
.subMenu {
	background: #444;
	padding: 10px 0;

}
.transUL {
	float: left;
	width: 230px;
	margin: 0 0 0 15px; padding: 0;
}
.emptyList {
	margin: 0 0 0 40px;
	padding: 0;
	list-style: none;
}

.subNavLink {
	color: #888;
	margin: 0 10px;
}
.subNavLink:hover {
	color: #fff;
}
.subNavSel {
	color: #888;
	margin: 0 10px;
	color: #fff;
}
.bodyList {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(../imgs/trans_arrow.gif) no-repeat left;
	font-size: 13px;
	list-style: none;
	margin: 8px 0;
	padding: 0;
}
.bodyList li {
	background: url(../imgs/trans_arrow_selected.gif) no-repeat 0% 0%;
	padding-left: 30px;
	margin: 10px 0;
}

.transList {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(../imgs/trans_arrow.gif) no-repeat left;
	font-size: 13px;
	list-style: none;
	margin: 8px 0;
	padding: 0 0 0 20px;
}
.transList a {
	color: #fff;
}
.transList a:hover {
	text-decoration: underline;
}

.transListSel {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(../imgs/trans_arrow_selected.gif) no-repeat left;
	font-size: 13px;
	list-style: none;
	margin: 8px 0;
	padding: 0 0 0 20px;
}
.transListSel a {
	color: #555;
}
.transListSel a:hover {
	text-decoration: underline;
}


.pBox {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 15px 20px 0 20px;
	background: #fff;
	width: 550px;
	text-align: right;
	overflow: auto;
	height: 235px;
}

.pBox a {
	/*background: #E6E6E6;*/
	text-decoration: underline;
}
.pBox a:hover {
	background: #D7FEFF;
}

.otherLinks {
	font-size: 11px;
}

.inBox {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 15px 20px 0 30px;
	width: 540px;
	text-align: left;
	overflow: auto;
	height: 235px;
}

.inBox a {
	/*background: #E6E6E6;*/
	text-decoration: underline;
}
.inBox a:hover {
	background: #D7FEFF;
}

.fullBox {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 860px;
	padding: 20px;
	text-align: left;
}

/********************* INFORMESE INFO *************************/
.infoTag {
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 11px;
	font-style: italic;
	margin: 10px 0;
}
.infoTag h2 {
	font-size: 13px;
	color: #29A9DA;
	padding: 0; margin: 0px;
	font-weight: bold;
}
.infoTag h2 span {
	background: #fff;
	padding: 0 5px;
}


/********************* ORDER FORM *************************/
#orderForm {
	width:400px;
	float: left;
}

#tarjetasCon {
	width: 100%;
	float: left;
}
#orderCollapse {
	margin: 0 auto;
	background: #333; color: #888;
	width: 900px;
	position: relative;
}
#orderCollapse select {
	background: #222;
	border: 1px solid #666;
	color: #fff;
	padding: 2px;
}
#orderCollapse textarea {
	background: #222;
	border: 1px solid #666;
	color: #fff;
	padding: 2px;
}
#orderCollapse img {
	background: #222;
	padding: 5px;
	border: 1px solid #555;
	margin-right: 10px;
}
#orderCollapse input {
	background: #222;
	border: 1px solid #666;
	color: #fff;
	padding: 2px;
}
#orderCollapse p {
	margin: 0;
	padding: 0;
}
.tarjetaId {
	float: left;
	width: 130px;
	text-align: center;
	margin: 5px;
}
.tarjetaId a {
	display: block;
	width: 120px;
	padding: 5px;
}
.tarjetaId:hover {
	background: #ccc;
}
.tarjetaId img {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	clear: both;
}


/***************** CONTACT INFO *******************/
.contactBox {
	float: left;
	width: 200px;
	list-style: none;
	display: block;
	padding: 5px;
	margin: 10px 10px 0 10px;
}