body {
	/*background: url("http://www.w3.org/html/logo/downloads/HTML5_sticker.png") no-repeat fixed 50% 0 #151515;*/
	background: url("../img/stripes.png") repeat #ffffff;
	color: #FFFFFF;
	font-family: proxima-nova,'Helvetica Neue',Helvetica,sans-serif;
	
}

h1{
	font-size:90px;
	margin:0px;
	text-shadow: 3px 3px 3px black;
}

h2{
	margin-top:0px;
	font-size:18px;
	border:none;
	text-shadow: 3px 3px 3px black;
}
p{
	margin-bottom: 1.52em;
	margin-top: 1.52em;
}
.cab{
    border-bottom-color: #CCCCCC;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}
.cab-content{
	width:480px;
	margin:auto;
}

.letras{
	float:right;
	width:65%;
	
}
#logo {
	float:left;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	cursor:pointer;
}
#logo:hover {
/*
-webkit-transform: rotate(-5deg) scale(1.1);
-moz-transform: rotate(-5deg) scale(1.1);
-moz-transform: scale(1.2);
-moz-transform: scale(1.1) rotate(2deg);
opacity: 0.8;
*/
-webkit-transform: rotate(360deg) scale(1.1);
-moz-transform: rotate(360deg) scale(1.1);
-ms-transform: scale(1.1);
transform: rotate(360deg) scale(1.1);
opacity: 0.8;
}


div#cdr{
	width:860px;
	height:390px;
	padding:10px;
	padding-top:55px;
	background: url("../img/page_background2.png") repeat;
	float:left;
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/PIE.htc);*/
}

div#cdrchild{
	text-align:center;
	
}

div#cdrsocial{
	width:700px; 
	background:none; 
	margin-bottom:10px;
	margin-left: 90px;
	
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/PIE.htc);*/
}

.twtr-doc {
	behavior: url(/PIE.htc);
}

div.icomobiles{
	height:80px;
	background: url("../img/mobile_icons.png") no-repeat center;
}