html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*---------Estructura--------*/

body{
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #f2f2f2;
	font: 12px/15px Verdana, Arial, Helvetica, sans-serif;
}

a{color:#f8bbed; text-decoration:none;}
a:hover{color:#fff; text-decoration:underline;}
a:visited{color:#f984e4;}
#wrap{width:700px; margin:0 auto;}

h1{width:414px; height:116px; margin-top:35px; margin-left:15px;}
h1 a{display:block; text-indent:-1000em; width:414px; height:116px; background: url(../images/h1.png) no-repeat;}
h2{    font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #f984e4;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 51px;
	line-height: 44px;
	letter-spacing: -2px;
	font-weight: bold;
	margin-bottom:20px;

}

#rotador{width:414px; height:341px; margin-top:20px; margin-left:15px; background: url(../images/fotos.png) no-repeat left top; position:relative; margin-bottom:30px;}
#flashcontent{position:absolute; top:66px; left:17px; width:384px; height:225px; display:block; z-index:-1;}

blockquote.home{
	width:374px;
	height:185px;
	text-indent:-1000em;
	background: url(../images/quote.png) no-repeat left top;
	display:block;
	margin-left:320px;
	margin-bottom:20px;
}

#pie{width:690px; padding:5px; text-align: center; font-size:11px; margin-bottom:20px; margin-top:20px;}

/*---------------Listas----------*/
ul#nav-prin{
	margin:0;
	padding:0;
	width:413px;
	height:21px;
	background: url(../images/bg-menu.gif) no-repeat;
	position:relative;
	margin-top:30px;
}
ul#nav-prin li{
	list-style: none;
	position: absolute;
}
ul#nav-prin li a{ height: 21px; display: block; text-indent: -99999em; overflow: hidden; }

#main1{ left: 0px; width: 75px; }
#main2 {left: 75px;  width: 125px;}
#main3{left: 200px; width: 100px;}
#main4 {left: 300px; width: 113px;}

ul.menuinferior{list-style:none; margin-bottom:10px;}
ul.menuinferior li{display:inline; margin-right:20px;}

ul.servicios{list-style:circle; margin:20px 0 20px 40px;}
ul.servicios li{margin-bottom:25px; font-family: Gill Sans, Verdana;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}


.formulario{width:460px; padding:15px; margin:20px auto; background-color:#FFFFFF; filter: alpha(opacity=70); opacity: .7}