@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('css/fonts/BebasNeue-webfont.eot');
    src: url('css/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/BebasNeue-webfont.woff') format('woff'),
         url('css/fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('css/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #000;
	/*background: #131516 url(images/bg.gif) fixed repeat;*/
	width: 702px;
	font-family: helvetica, arial, sans-serif;
	margin: 0 auto;
	padding: 20px 0 0 60px;
}

.header{
	width: 702px;
	float: left;
	clear: both;
	padding: 0;
	margin: 0 0 10px 0;
}

h1 img{
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 20px;
}

h1 {
	color: #00ffaf;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 68px;
	font-weight: normal;
	line-height: 74px;
	margin-bottom: -15px;
	margin-left: 30px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

p.style1 {
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
}

#contenedor{
	width: 642px;
	height:auto;
	line-height: 0px;
	/*font-size: 18px;
	font-family: Georgia, times, serif;*/
	margin:0px ;
	float: left;
	clear: both;
	color: #00ffaf;
	padding: 0px 0px 0px 0px;
}

#content{
	width: 612px;
	/*background: url(images/box.png) top left no-repeat;*/
	line-height: 22px;
	font-size: 18px;
	font-family: Georgia, times, serif;
	margin: 0 0 10px 0;
	float: left;
	clear: both;
	color: #00ffaf;
	padding: 20px 60px 20px 30px;
}

a, a:visited{
	text-decoration: none;
	color: #00ffaf;
}

a:hover, a:hover:visited{
	text-decoration: underline;
	color: #00ffaf;
}

img {
	border: none;
}

p.copy {
	float: left;
	font-size: 12px;
	color: #00ffaf;
	padding: 5px 0 5px 0;
}

p.social {
	background: url(images/twitter.jpg) center right no-repeat;
	float: right;
	font-size: 12px;
	color: #444444;
	padding: 5px 30px 5px 0;
}

p.tagline {
	font-family: georgia, times, serif;
	font-style: italic;
	float: right;
	font-size: 18px;
	color: #666666;
	padding: 5px 52px 0 0;
}

.form{
	margin: 15px 0;
	padding: 20px 0 20px 0;
	background: url(form1.jpg) no-repeat;
	font-family: helvetica, arial, sans-serif;
}

.formname{
	background: #FFFFFF;
	font-family: helvetica, arial, sans-serif;
	color: #000000;
	padding: 10px;
	border: 1px solid #30435D;
	font-size: 18px;
	margin: 0 15px 0 0;
	width: 170px;
	font-weight: bold;
}

.sendform{
	background: #6288BC;
	font-family: helvetica, arial, sans-serif;
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
	padding: 10px;
	border: 1px solid #7DAEF0;
	margin: 0 0 0 0;
	font-weight: bold;
}
.enlacecomun:link {
    font-weight: bold;
	color: #9d0c0c;
	text-decoration: none;
}
.enlacecomun:visited {
	font-weight: bold;
	text-decoration: none;
	color: #404040;
}
.enlacecomun:hover {
	text-decoration: none;
    border-bottom: 1px solid #9d0c0c;
}
.enlacecomun:active {
    font-weight: bold;
	text-decoration: none;
	color: #808080;
}
