@charset "utf-8";
/* CSS Document */

body
{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	font-family: verdana;
	background-color: #cccccc;
	background: url(../images/principal.jpg) no-repeat center center fixed;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	-ms-background-size: contain;
	background-size: contain;
	color: #FFF;
}
#principal
{
 width:320px;
 text-align:center;
 margin:0 auto;
 padding:0px;
 
}
h1
{
margin-top:150px;
font-size:38px;
color:#000;
background:#CCC;
-webkit-opacity:0.4;
-moz-opacity:0.4;
-o-opacity:0.4;
-ms-opacity:0.4;
opacity:0.4;
}
h1 p
{
font-size:18px;
}
.readMore {
    
    color: #7b7a79;
    margin-top: 10px;
}
.readMore a {
    background: #00a8ff;
    background-color: rgb(0, 168, 255);
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
	text-decoration:none;
}
.aaa {
	color: #000;
}
.bbb {
	text-align: left;
	color: #000;
}
.aaa {
	color: #000;
	text-align: left;
}
