@charset "utf-8";
/*normalize margin, padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td
{
	margin : 0;
	padding: 3;
}

/*normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6
{
font-size : 100%;
}

/* removes list-style from lists*/
ol, ul
{
list-style : none;
}


/* normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em,  th, var
{
font-style : normal;
font-weight : normal;
}
/*removes list-style from lists*/
table {
border-collapse : collapse;
border-spacing : 0;
}
/* removes border from image*/
fieldset, img
{
	border : 1px dotted #9B8CBF;
}

/*left-align text in caption and th */
caption, th
{
text-align : left;
}

/*removes quitation marks from p*/
p:before, q:after
{
content : '';
}





/*layout*/




.clear {
	clear: both;
}
html {
	text-align:center;
	background-repeat: repeat;
	background-position: left top;
	padding-top: 10px;
}


body {
	position:relative;
	width:1000px;
	text-align:left;
	background-repeat: repeat;
	background-position: left top;
	background-color: #000066;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/bg_right.jpg);
}


div#frame{
	width: 1000px;
	height: auto;
	background-image: url(../images/bg_gradiente.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#content {
	height: auto;
	width: 850px;
	background-image: url(../images/logo_shadow.jpg);
	background-repeat: no-repeat;
	background-position: 100px top;
	margin-left: 75px;
	float: left;
	margin-right: 75px;
}
div#topMenus {
	height: 260px;
	float: left;
	width: 850px;
	padding-top: 55px;
}
#leftMenu {
	width: 50%;
	float: left;
}
#rightMenu {
	float: left;
	width: 50%;
}
#newsCopy {
	float: right;
	width: 100px;
	height: auto;
	margin-right: 0px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 20px;
	padding-bottom: 10px;
}
#newsText h1 {
	font-size: 1em;
	color: #0099CC;
	font-family: "Lucida Grande", "Arial", sans-serif;
	letter-spacing: 0.2em;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: left;
}
#newsCopy p {
	color: #9966ff;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 0.7em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6666CC;
	padding-bottom: 15px;
}

#newsText a, a:visited, a:active{
	color: #9966ff;
	text-decoration: none;
}
#newsText a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#scroller {
	padding-top: 50px;
	padding-bottom: 100px;
}



div#mainCopy {
	float: left;
	width: 850px;
	padding-top: 0px;
	text-align: left;
	background-image: url(../images/bg_lateral.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 100px;
}

div#mainCopy h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 25px;
	padding-bottom: 25px;
	word-spacing: 0.4em;
	letter-spacing: .08em;
	text-align: left;
	line-height: 1.3em;
	padding-left: 150px;
	padding-right: 150px;


}

div#mainCopy h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #0099cc;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 25px;
	word-spacing: 0.4em;
	letter-spacing: 0.05em;
	text-align: left;
	font-style: normal;


}

div#mainCopy h3 {
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	word-spacing: 0.4em;
	letter-spacing: 0.04em;
	text-align: left;
	font-style: normal;
	display: block;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9966E8;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;


}
div#mainCopy p {
	color: #FFFFFF;
	font-family: "Lucida Grande", "Arial", sans-serif;
	letter-spacing: 0.04em;
	padding-top: 10px;
	font-size: .8em;
	line-height: 1.5em;
	margin-right: 25px;
	margin-left: 25px;
}

div#mainCopy ul {
	color: #00CCFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 45px;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 45px;
}

div#mainCopy ol {
	color: #00CCFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 50px;
}
div#mainCopy li {
	list-style-type: square;
	line-height: 1.6em;
	letter-spacing: 0.01em;
	font-size: 1.2em;
}

div#mainCopy  a, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: none;
		letter-spacing: 0.04em;
}

div#mainCopy  a:hover {
	color: #66ccff;
	text-decoration: underline;
}

div#mainCopy p.note {
	font-size: 80%;
	font-style: italic;
	color: #9966ff;
}


div#mainCopy p.little {
	font-size: 80%;
	color: #9966ff;
}

div#mainCopy p.congrats {
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 25px;
	padding-bottom: 0.5em;
	word-spacing: 0.4em;
	letter-spacing: 0.06em;
	text-align: center;
	line-height: 1.8em;
}
div#mainCopy p.congratsYellow {
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
	padding-top: 25px;
	padding-bottom: 0.5em;
	word-spacing: 0.4em;
	letter-spacing: 0.06em;
	text-align: center;
	line-height: 1.8em;
}

div#mainCopy p.team {
	font-family: "Lucida Grande", "Arial", sans-serif;
	color: #3399CC;
	letter-spacing: 0.4em;
	padding-top: 2em;
	padding-bottom: 0.5em;
	background-repeat: repeat;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
}


div#mainCopy p.result {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	padding-top: 0em;
	padding-bottom: 0.4em;
	text-align: center;
	font-weight: bold;
}

div#mainCopy p.right {
	text-align: right;
	color: #9966ff;
}



/*div#mainCopy table.style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	margin: 15px;
	border: 1px dotted #6666CC;
	text-align: center;
}

div#mainCopy table.style th{
	color: #0099cc;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: center;
}


div#mainCopy table.style td{
	margin: 10px;
	padding: 5px;
	text-align: left;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-color: #00015E;
	border-left-color: #00015E;
}



table.style tr.hover{
	color: #009999;
}

table.style tr.hilite{
	color: #009999;
}
*/
#footer {
	height: 200px;
	background-position: center top;
	margin-top: 50px;
	color: #FFFFFF;
	background-image: url(../images/logo_titans1.gif);
	background-repeat: no-repeat;
	width: 1000px;
	float: left;
	text-align: center;
}
.centerULmainPage {
	color: #0099CC;
	list-style-position: inside;
	list-style-type: square;
	margin-left: 220px;
	font-family: "Lucida Grande", "Arial", sans-serif;
}

#frame #footer ul {
	text-align: center;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 0.7em;
	list-style-type: square;
	list-style-position: inside;
	color: #CCCCCC;
	text-transform: lowercase;
	padding-top: 15px;
}
#frame #footer li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
}
#frame #footer a, a:active, a:visited {
	color: #9966ff;
	text-decoration: none;
	letter-spacing: 0.1em;
}

#frame #footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}



.number {
	font-size: 1.8em;
	letter-spacing: 0.1em;
	font-weight: normal;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.dropcap {
	float: none;
	color: #0099cc;
	margin-right: 3px;
	line-height:25px;
	padding-top:2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 0.01em;

	
}



.rights {
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	letter-spacing: 0.4em;
	border-bottom-width: 0px;
}
.fujiko {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #CCCCCC;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
	letter-spacing: 0.1em;
}
.logos_images {
	padding-top: 20px;
	padding-bottom: 10px;
	float: right;
}
div#mainCopy p.teamPurple {

	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9966ff;
	letter-spacing: 0.4em;
	padding-top: 1em;
	padding-bottom: 0em;
	background-repeat: repeat;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
}

#styleTable {
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 0.8em;
	border: 2px dotted #9966ff;
	border-collapse: collapse;
	margin-top: 15px;
	/*margin-right: 15px;*/
	margin-bottom: 20px;
	/*margin-left: 0px;*/
	color: #FFFFFF;
	margin-left: 180px;
/*	table.center {margin-left:auto; margin-right:auto;*/
}	
	

#styleTable thead {
	border-top-width: 1px;
	border-top-style: double;
	padding-top: 15px;
	padding-bottom: 15px;
}
#styleTable th {
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 4em;
	filter: alpha(opacity=50);
	opacity: 0.5;
	background-color: #223C9D;
	color: #FFFFFF;
	
}

#styleTable td {
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 0.2em;
	padding-left: 3em;
	
}
#styleTable tr {
	text-align: left;
	text-indent: 0px;
}
#styleTable caption {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}


#styleTable tr.hover{
	color: #9966ff;
}

#styleTable tr.hilite{
	color: #9966ff;
}
#styleTable a, a:active, a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#styleTable  a:hover {
	color: #FFCC00;
	text-decoration: underline;

}

.icon {
	float: left;
	padding-right: 7px;
}


h3  {
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	word-spacing: 0.4em;
	letter-spacing: 0.05em;
	text-align: left;
	font-style: italic;
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-left: 15px;
}
#scroll {
	float: left;
	width: 25%;
}
.new {
	font-weight: bold;
	color: #FFCC00;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.crossed {
	margin-left: 0px;
	padding-left: 0px;
}
.newLeft {
	font-weight: bold;
	color: #FFCC00;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 0px;
}
.radio-btn {
	margin-left: 10px;
}
#styleTable1 {
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 0.8em;
	border: 2px dotted #9966ff;
	border-collapse: collapse;
	margin-top: 15px;
	/*margin-right: 15px;*/
	margin-bottom: 20px;
	/*margin-left: 0px;*/
	color: #FFFFFF;
/*	table.center {margin-left:auto; margin-right:auto;*/
}	
	

#styleTable1 thead {
	border-top-width: 1px;
	border-top-style: double;
	padding-top: 15px;
	padding-bottom: 15px;
}
#styleTable1 th {
	padding-top: 10px;
	padding-right: 2em;
	padding-bottom: 10px;
	padding-left: 1em;
	background-color: #5E5AE4;
	color: #FFCC0B;
	font-size: 1.1em;
	font-weight: bold;
	
}

#styleTable1 td {
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 0.2em;
	padding-left: 1.1em;
	
}
#styleTable1 tr {
	text-align: left;
	text-indent: 0px;
}
#styleTable1 caption {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}


#styleTable1 tr.hover{
	color: #9966ff;
}

#styleTable1 tr.hilite{
	color: #9966ff;
}
#styleTable1 a, a:active, a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#styleTable1  a:hover {
	color: #FFCC00;
	text-decoration: underline;

}
.full {
	color: #FFCC00;
	margin-left: 10px;
}
.resaltar {
	background-color: #5E5AE4;
	color: #FFCC00;
	background-repeat: no-repeat;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	height: 30px;
}
.important {
	padding-right: 30px;
	padding-left: 30px;
	border-top-width: thin;
	border-top-style: double;
	border-right-color: #B18CFF;
	border-bottom-color: #B18CFF;
	border-left-color: #B18CFF;
	border-bottom-width: thin;
	border-bottom-style: double;
	font-size: 105%;
	font-weight: bold;
	background-color: #000000;
	height: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #CCCCCC;
}
.smallerLetter{
	font-size: 70%;
	font-style: normal;
}
.important2 {
	font-size: 125%;
	color: #9966FF;
	background-color: #000000;
	line-height: 1.5em;
	font-weight: bold;
}
.cursiva {
	font-style: italic;
}

table.frontPage{
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: normal;
	width: 500px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #0099CC;
	border-bottom-color: #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 3em;
}
table.frontPage tr {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #0099CC;
	border-bottom-color: #0099CC;

}
.yellow {
	color: #FFCC1D;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
}
.prices-table {
	color: #9966FF;
	font-family: "Trebuchet MS", Verdana, Arial;
	text-align: left;
	margin-left: 25px;
	margin-top: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
}

.tableOverview {
	color: #9966FF;
	font-family: "Trebuchet MS", Verdana, Arial;
	text-align: left;
	margin-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9966FF;
}
.tableOverview th {
	color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #9966E8;
	border-right-color: #9966E8;
	border-bottom-color: #9966E8;
	border-left-color: #9966E8;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #000000;
	padding-left: 15px;
}
#welcome {

}
#mainCopy h4 {
	font-weight: bold;
	color: #FFCC00;
	padding-left: 15px;
}
div#mainCopySmall {
	float: left;
	width: 500px;
	padding-top: 0px;
	text-align: left;
	background-image: url(../images/bg_lateral.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 100px;
}

div#mainCopySmall h4{
	font-weight: bold;
	color: #FFCC00;
	padding-left: 15px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	padding-top: 15px;
}
div#mainCopySmall p{
	font-weight: normal;
	color: #FFCC00;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
