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

*{
	margin:0px;
	padding:0;
} 

@font-face {
	src:url(sneaky.otf);
	font-family:sneaky;
	}
	
@font-face {
	src:url(flbrsa.ttf);
	font-family:flb;
	}

body {
	background-color:rgba(205,71,137,1);
	background-image:url(../img/background2.jpg);
	width:960px;
	margin: 0 auto;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	}

header {
	background-color:rgba(205,71,137,1);
	width:960px;
	height:180px;
	float:left;
	-webkit-box-shadow:  0px 0px 10px 3px rgba(1, 1, 1, 0.5);
        box-shadow:  0px 0px 10px 3px rgba(1, 1, 1, 0.5);
	}
	
nav {
	background-color:rgba(91,43,68,0.8);
	float:left;
	width:180px;
	height:500px;
	margin-top:5px;
	padding-top:65px;
	-webkit-box-shadow:  0px 0px 10px 3px rgba(1, 1, 1, 0.5);
        box-shadow:  0px 0px 10px 3px rgba(1, 1, 1, 0.5);
	}
	
nav ul{
	list-style:none;
	}
	
nav ul li a {
	font-family: sneaky, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	color: #FBE3EE;
	text-align: left;
	display: block;
	padding-top: 15px;
	padding-left: 21px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC4688;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(205,71,138,1);
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-trnsition : all ease 0.5s;
	-o-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	}
	
nav ul li a:hover {
	font-family: sneaky, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	color: rgba(153,47,95,1);
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-trnsition : all ease 0.5s;
	-o-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	
	}

section {
	background-color:rgba(91,43,68,0.9);
	width:775px;
	height:565px;
	float:left;
	margin-top:5px;
	margin-left:5px;
	-webkit-box-shadow:  0px 0px 10px 3px rgba(1, 1, 1, 0.5);
        box-shadow:  0px 0px 10px 3px rgba(1, 1, 1, 0.5);
	}
	
h1 {
	font-family: flb, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	background-color: rgba(88,42,70,1);
	text-align: left;
	color: rgba(251,224,239,1);
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 80px;
	}
	
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	color: rgba(251,224,239,1);
	}
	

		
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: justify;
	color: rgba(251,226,237,1);
	padding-top: 50px;
	padding-right: 80px;
	padding-bottom: 0px;
	padding-left: 80px;
	}

#servicios {
	padding-top: 50px;
	padding-right: 80px;
	padding-bottom: 0px;
	padding-left: 80px;}

#servicios ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: justify;
	color: rgba(251,226,237,1);
	}
	
#sublist{
	padding: 0 0 0 30px;
	}

.realsado {
	font-family: sneaky, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: left;
	color: rgba(251,224,239,1);
	font-weight: normal;
	}
	
body section form h2 table tr td a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: rgba(205,67,132,1);
	text-decoration: none;
}
	
footer {
	background-color: rgba(205,69,137,1);
	width: 960px;
	height: 20px;
	float: left;
	margin-top: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgba(91,43,66,1);
	text-align: center;
	padding-top: 6px;
	-webkit-box-shadow:  0px 0px 10px 3px rgba(1, 1, 1, 0.5);
        
        box-shadow:  0px 0px 10px 3px rgba(1, 1, 1, 0.5);
	}

#nacer {
	background-image:url(../img/logoalt.png);
	width:201px;
	height:78px;
	position:fixed;
	bottom:0;
	right:0;
	}


