@charset "UTF-8";
/* CSS Document */

#mainHeader {
	position: fixed;
	right: 20px;
	top: 10px;
	text-decoration: none;
}
#mainContent {
	height: 200px;
	width: 400px;
	margin: 200px auto;
	position:static;
}
#mainFooter {
	width: 100%;
	/* [disabled]height: 5px; */
	bottom: 0px;
	position: fixed;
	margin: 0px;
	padding: 0px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.imgVX{
	padding: 5px;
	float: left;
}
.footerP1{
	left: 150px;
	top: 70px;
	position: absolute;
}
.nonelink1{
	text-decoration: none;	
	color:#999;
}
.footerP2{
	right: 20px;
	top: 80px;
	position: absolute;
}
.nonelink2{
	text-decoration: none;	
	color:#666;
}
.headerP1{
	position: fixed;
	right: 20px;
	top: 0px;
	color:#666;
}
.text1{
	position: relative;
	left: 160px;
	color:#000;
	font-size: 48px;
	text-decoration: none;
}
.text2{
	position: relative;
	left: 120px;
	color:#333;
	font-size: 36px;
	text-decoration: none;
}
.text3{
	position: relative;
	left: 70px;
	color:#666;
	font-size: 24px;
	text-decoration: none;
}
.text4{
	position: relative;
	left: 30px;
	color:#999;
	font-size: 21px;
	text-decoration: none;
}
.text5{
	position: relative;
	left: 0px;
	color:#999;
	font-size: 18px;
	text-decoration: none;
}
p{
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
}
a:hover {
	color: #669;
	text-decoration: underline;
}
body {
	background-image:url(../imagenes/vxBg.png);
	background-color: #FFF;
	background-repeat: no-repeat;
}
/*@media screen and (max-width:480px){}
@media screen and (max-width: 767px){}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){}*/
@media screen and (max-width: 422px){
	#mainContent {
		height: 150px;
		width: 300px;
		margin: 50px auto;
	}
	.footerP1{
		left: 150px;
		top: 25px;
	}
	.footerP2{
		right: 10px;
		top: 80px;
	}
	.text1{
		font-size: 24px;
	}
	.text2{
		font-size: 21px;
	}
	.text3{
		font-size: 18px;
	}
	.text4{
		font-size: 14px;
	}
	.text5{
		font-size: 12px;
	}
	body {
		background-image:none;
	}
}