@import url(http://fonts.googleapis.com/css?family=Dancing+Script);

*{
padding: 0px;
margin: 0px;
}

body {
	background-image: url("../images/bg-prin.jpg");
	background-size: auto;
	font: 12px Arial, Helvetica, sans-serif;
	color:#000 ;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loading.gif') 50% 50% no-repeat #000;
    opacity: .8;
}

#contenedor {
	margin: 0 auto;
	margin-top: 40px;
	height: 600px;
	width: 1200px;
}

#logo {
    padding: 15px;
    background: url(../images/logo-recsa.png) center;
    background-repeat: no-repeat;
    background-size: 500px 150px;
	display: block;
	height: 150px;
	margin: 0 auto;
	width: 500px;
}

#logo-text {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-family: 'Dancing Script', cursive;
	font-size:60px;
	font-weight: normal;
	color:#010379;
	line-height:60px;
	text-decoration:none;
	text-shadow: 2px 2px #fff;
}

a {
	text-decoration: none;
	text-shadow: 2px 2px #fff; font-size: 40px;
}

.titulos {
	color:#010379;
	font-family: 'Dancing Script', cursive;
	font-size:30px;
	line-height:24px;
	text-align: center;
	text-shadow: 2px 2px #fff;
}

a:hover {
	text-shadow: 2px 2px #fff;
	font-size: 40px;
}

