@import url('reset.css');

* {
	border:0px solid #eee;
	margin:0;
	padding:0;
	list-style:none
}

html, body, #bg, #bg table, #bg td, #cont {
	width:100%;
	height:100%;
	overflow:hidden
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	cursor:default;
	color:#000;
	background:#FCF;
}

h1, h2, .large, .left {
	font-family:"Century Gothic", "Lucida Grande", Arial, sans-serif;
	font-size:40px
}

.box div img {
	padding-bottom:10px
}

a {
	text-decoration:none;
	color:#000;
	outline:0
}

img {
	display:block
}

/***********************************General*******************************/
#bg div {
	position:absolute;
	width:200%;
	height:200%;
	top:-50%;
	left:-50%
}

#bg td {
	vertical-align:middle;
	text-align:center
}

#bg img {
	min-height:50%;
	min-width:50%;
	margin:0 auto
}

/************************bottom******************************/

#bottom {
	position:absolute;
	bottom:20px;
	left:150px;
	z-index:80;
	width:100%;
	line-height:14px;
}

#bottom div {
	height:56px;
	background:#F25482;
	opacity:0.6;
	filter:alpha(opacity=60);
	padding: 2px 0 2px 5px;
}

h1 {
	height:60px;
	position:relative;
	left:-150px;
	margin-bottom:-60px;
	width:150px;
	opacity:0.99
}

h1 a {
	line-height:14px;
	padding:36px 10px 10px 0;
	color:#fff;
	font-size:12px;
	text-align:right;
	display:block;
	background-color: #F25482;
	background-image: url(go.gif);
	background-repeat: repeat-x;
	background-position: 0 -30px;
}

h1 a:hover {
	color:#333;
	background:#CCC;
}

ul {
	width:200px;
}

li a {
	color:#fff;
	display:block;
}

li a:hover {
	color:#222;
}

/*********************contenido***********************/

#cont {
	position:absolute;
	top:0;
	left:0;
	z-index:70;
	overflow:auto;
}

.box {
	position:absolute;
	right:200px;
	width:500px;
	padding-bottom:100px;
	background-color: #FFFFFF;
	opacity:.8;
	filter:alpha(opacity=80);
}

.box2 {
	position:absolute;
	right:200px;
	width:250px;
	padding-bottom:100px;
	background-color: #FFFFFF;
	opacity:.8;
	filter:alpha(opacity=80);
}

.large {
	text-align:right;
	top:20px;
	font-size:13px;
	padding:10px;
}

.large2 {
	text-align:right;
	top:58px;
	font-size:13px;
	padding:10px;
}

.large h2 {
	font-size:30px;
	color: #F25482;
}

.large h5 {
	font-size:12px;
	color: #666;
	padding-left:59px;
}

.large h6 {
	font-size:24px;
	color: #333;
	padding-left:59px;
	font-weight:bold;
}

.large h6 a {
	font-size:24px;
	color:#333;
}

.large h6 a:hover {
	font-size:24px;
	color:#F25482;
}

.large p {
	padding-left:60px;
}

.left {
	text-align:justify;
	right:auto;
	left:20px;
	font-size:13px;
}

.left2 {
	text-align:justify;
	right:auto;
	left:560px;
	font-size:13px;
}

.form1 {
	width:75px;
	height:20px;
	float:left;
	margin-bottom:5px;
}

.form2 {
	width:170px;
	height:20px;
	float:left;
	margin-bottom:5px;

}
	

/*****************************Form****************************/

input {
	background:#E6E6E6;
	border:dashed 1px #333;
}


