@charset "utf-8";

@import url("contactBoxStyles.css");
@import url("header.css");
@import url("body.css");
@import url("footer.css");
@import url("fisheyeindex.css");
@import url("fisheyeestructura.css");

body {
margin-right:0px;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
font-family: Georgia, "Times New Roman", Times, serif;
color:#000000;
font-size:12px;
text-decoration:none;
background-color:#FFFFFF;;
}

a:link{
}

a:hover{
text-decoration:underline;
}

a:active{
}

a:visited{
}

h1{
font-family: Georgia, "Times New Roman", Times, serif;
font-size:24px;
font-weight:normal;
color:#282828;
margin-top:0px;
margin-bottom:0px;
}

h2{
font-family: Verdana, "Georgia", Times, serif;
font-size:26px;
font-weight:bold;
color:#000000;
margin-left:40px;
margin-top:0px;
margin-bottom:0px;
}

h3{
font-family: Georgia, "Times New Roman", Times, serif;
font-size:17px;
font-weight:normal;
color:#282828;
margin-top:0px;
margin-bottom:0px;
}


h4{
font-family: Georgia, "Times New Roman", Times, serif;
font-size:15px;
font-weight:bold;
color:#282828;
margin-top:0px;
margin-bottom:0px;
}

h5{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color:#FFFFFF;
margin-top:0px;
margin-bottom:0px;
}

h6{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:40px;
font-weight:bold;
color:#D50000;
margin-top:0px;
margin-bottom:0px;
}

.voidLinkDecoration:link, .voidLinkDecoration:visited, .voidLinkDecoration:active, .voidLinkDecoration:hover{
text-decoration:none;
color:#282828;
}

.voidLinkDecorationH4:link, .voidLinkDecorationH4:visited, .voidLinkDecorationH4:active, .voidLinkDecorationH4:hover{
text-decoration:none;
color:#282828;
}

.simulateLink{
cursor:pointer;
}
.simulateLink:hover{
text-decoration:underline;
}

.verticalSpacer{
width:100%;
height:15px;
margin:0;
border:none;
}

.clearFloats{
clear:both;
}

.floatLeft{
float:left;
}

.floatRight{
float:right;
}

p{
margin-top:10px;
margin-bottom:0pa;
}