
* {
	margin: 0;
	padding: 0;
}

body {
	background: #337FC6 url("images/bg.gif") top center repeat-y;
	font: normal 8pt/13pt verdana, arial,sans-serif;
	color: #808080;
	text-align:center;
}

a, a:visited {
	text-decoration: underline;
	color: #000;
	
}

a:hover{
	color: #808080;
}

#header {
	text-align:center;
	width: 963px;
	height: 60px;
	background: #000 url("images/header.jpg") no-repeat;
	padding-top: 30px;
	padding-left: 18px;
	font-size: 18pt;
	color: #FFF;
	margin:0 auto;
}

#header h3{
	font-size: 12pt;
	color: #FFF;	
}

#container {
	width: 1024px;
	background: #fff;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: justify;
}

#horizontal {
	margin:0 auto;
	width: 964px;
	height: 30px;
	background: url(images/horizontal.jpg);
	font-weight: bold;
	font-size: 10pt;
	padding-top: 6px;
	padding-left: 20px;

}

#horizontal a, #horizontal a:visited {
	color: #FFF;
	text-decoration: none;
	margin-right: 15px;
}

#horizontal a.pag_actu, #horizontal a:hover {
	color: #c4dffd;
	text-decoration: none;
}

#content {
	float: left;
	width: 964px;
	margin: 10px 0 0 25px;
}

#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #76A7DC;
	margin-bottom: 5px;
	padding-left: 14px;
	background: url(images/h2bg.gif) top left repeat-y;
}
#content a{
	text-decoration:underline;
	color:#333;
	font-weight:bold;
}

div.empresa{
        background: #dcf0f8;
        height: 70px;
        width: 800px;
        margin-top: 25px;
		padding:10px;
		padding-left:0px;
	    
}

.black {
	color: #000;
}

p {
margin-bottom: 20px;
padding-left: 14px;
background: url(images/articlebg.gif) top left repeat-y;
}

input.text {
	width: 70px;	
	border: 1px solid #ccc;
}

input.button {
	color: #808080;
	padding-left: 0px;
	font-size: 8pt;	
	border: none;
	background: none;
	}

#footer {
	color: #555;
	background: #F9F9F9;
	clear: both;
	width: 984px;
	margin-top:10px;
	margin-left: 10px;
	height: 30px;
	padding-top: 12px;
	border: 1px solid #E4E4E4;
	font-size:12pt;
	text-align:center;
}

#footer a, #footer a:visited{
	color: #555;
}

#footer a:hover {
	color: #808080;
}
.auxiliar{clear:both;}
