body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}
fieldset {
	border: 0;
}
input, textarea, checkbox {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
}
input[type=checkbox],
input[type=radio] {
	border: 0px;
}

img {
	margin: 0;
	padding: 0;
	border:0;
	display:block;
}

#container { 
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:574px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 555px;
	background:url(../images/pont-cullera.jpg) no-repeat;
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
}
.subsidebar {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	padding: 6px 10px 0 0;
	margin: 0;
	color: #666666;
	display:block;
	text-align:right;
}
.subsidebar a {
	text-decoration: none;
	color: #06364A;
}
.subsidebar a:hover {
	color: #CCCCCC;
}
#idiomas {
	width: 18px;
	height: 24px;
	margin-left: 173px;
}
#idiomas a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	padding: 6px 10px 0 0;
	margin: 0;
	color: #666666;
	display:block;
	text-decoration:none;
}
/*
#alpha_flash {
	width:242px;
	height: 83px;
	background:#FFFFFF;
	-moz-opacity:.5;
	opacity: .5;
	filter: alpha(opacity=50);
	position:absolute;
	margin: 11px 0 0 0;
	padding: 0;
	z-index:1;
}
*/
#logo {
	width: 200px;
	height: 258px;
	padding: 0;
	margin: 0;
}
.imglogo {
	display: block;
	padding:178px 0 0 47px;
}
#separacion {
	width: 200px;
	height: 10px;
	padding: 0;
	margin: 0;
	font-size:1px;
}
#submenus {
	width: 200px;
	height: 263px;
	padding: 0;
	margin: 0;
	text-align: right;
}
.submenu {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 15px;
	text-decoration: none;
	color: #06364A;
	padding: 0;
	margin: 4px 8px 0 0;
	display: block;
}

.submenu a {
	text-decoration: none;
	font-style:normal;
	color: #A2C2C0;
	padding: 0;
	margin: 0;
	display:block;
}
.submenu a:hover {
	color: #CCCCCC;
	font-style:italic;
}
.submenu span {
	text-decoration: none;
	font-style: italic;
	color: #06364A;
}
.submenu2on {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 0.95em;
	text-decoration: none;
	font-style: italic;
	color: #BED4D3;
	padding: 5px 7px 0 0;
	margin: 0 25px 0 0;
	display: block;
}
.submenu2 {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 0.95em;
	text-decoration: none;
	color: #BED4D3;
	padding: 5px 7px 0 0;
	margin: 0 18px 0 0;
	display: block;
}
.submenu2 a {
	text-decoration: none;
	font-style:normal;
	color: #BED4D3;
	padding: 0 7px 0 0; 
	margin: 0;
	display:block;
}
.submenu2 a:hover {
	color: #06364A;
	font-style:italic;
}
.submenu2 span {
	text-decoration: none;
	font-style: italic;
	color: #06364A;
}
#mainContent { 
	margin: 0 0 0 200px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:absolute;
}
#header {
	background-color:#000000;
	color: #CCCCCC;
	margin: 10px 0 0 0;
	padding: 0;
	height: 244px;
	width: 770px;
	text-align:center;
}
#header2 {
	background: #000000 url(../images/header_proyectos.jpg) no-repeat;
	color: #CCCCCC;
	margin: 10px 0 0 0;
	padding: 14px 30px 17px 30px;
	height: 213px;
	width: 710px;
}
.proyectos2 {
	float:left;
	width: 70px;
	height: 70px;
	margin: 0 1px 1px 0;
}
.proyectos {
	float:left;
	width: 70px;
	height: 70px;
	margin: 0 1px 1px 0;
}
.proyectos img {
	-moz-opacity:.5;
	opacity: .5;
	filter: alpha(opacity=50);
}
.proyectos:hover img {
	-moz-opacity:1;
	opacity: 1;
	filter: alpha(opacity=100);
}
#titulo_proyecto {
	clear: left;
	font: 12px Arial, Helvetica, sans-serif;
	width: 710px;
	text-align:center;
}
/*
#alpha_header1 {
	width:32px;
	height: 244px;
	background:#FFFFFF;
	-moz-opacity:.2;
	opacity: .2;
	filter: alpha(opacity=20);
	position:absolute;
	margin: 0 0 0 670px;
	padding: 0;
}
#alpha_header2 {
	width:52px;
	height: 244px;
	background:#FFFFFF;
	-moz-opacity:.5;
	opacity: .5;
	filter: alpha(opacity=50);
	position:absolute;
	margin: 0 0 0 702px;
	padding: 0;
}
*/
#subheader {
	font: 12px Arial, Helvetica, sans-serif;
	color: #7FA2A6;
	background:url(../images/header2.jpg);
	margin: 0;
	padding: 10px;
	height: 124px;
	width: 750px;
}
#subheader a {
	font: 12px Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	text-decoration:none;
}
#subheader a:hover {
	font: 12px Arial, Helvetica, sans-serif;
	color: #7FA2A6;
	text-decoration:none;
}
#content {
	background: #CCCCCC;
	color: #666666;
	margin: 0;
	padding: 0;
	width: 770px;
	height: 282px;
}
.imagenes {
	width: 286px;
	font: 11px Arial, Helvetica, sans-serif;
/*	background: url(../images/bg_imagenes.jpg) repeat-x;*/
	text-decoration: none;
	color:#06364A;
	padding: 9px 0 0 0;
	margin: 0;
	border: 0;
/*	padding: 9px 7px 0 0;*/
/*	margin: 0 7px 0 200px;*/
}

.subimagenes {
	color:#666666;
	float:right;
	margin: 1px 0 0 0;
}

.icon_doc {
	width: 16px;
	height: 16px;
	float: left;
/*	background: url(../images/icons/icon_document.png) no-repeat;*/
	padding: 3px 0 0 0;
	text-align:center;
}

.subimagenes a {
	color:#666666;
	font-weight: bold;
	text-decoration: none;
	margin: 2px 0 0 0;
}

.subimagenes a:hover {
	text-decoration: underline;
}

.submenu2 {
	font: 11px Arial, Helvetica, sans-serif;
	width:286px;
	text-decoration: none;
	color:#06364A;
	padding: 0;
	text-align:right;
	margin: 265px 0 0 0;
	position:absolute;
}
.submenu2 a {
	color:#666666;
	text-decoration: none;
}
.submenu2 a:hover {
	color:#06364A;
}

.publicaciones {
	padding: 10px 10px 10px 10px;
	display: block;
	height: 262px;
	width: 750px;
	overflow: auto;
	border: 0;
	text-align:justify;
	display: block;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}
.textos {
	padding: 10px 10px 10px 3px;
	display: block;
	height: 262px;
	width: 463px;
	overflow: auto;
	border: 0;
	text-align:justify;
	float:right;
	display: block;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}
.textos a {
/*	font: 9px Arial, Helvetica, sans-serif;*/
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	text-decoration:none;
	color:#333333;
/*	color:#999999;*/
}
.textos a:hover {
/*	font: 9px Arial, Helvetica, sans-serif;*/
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	text-decoration:none;
	color:#666666;
}
.textosb {
	text-align:justify;
	text-decoration:none;
	color:#999999;
}
.textos2 {
	padding: 5px;
	margin: 0;
	display: block;
	height: 272px;
	width: 466px;
	overflow: auto;
	border: 0;
	text-align:justify;
	float:right;
	display: block;
	position:relative;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}
.textos2 a {
	font: 9px Arial, Helvetica, sans-serif;
	text-align:justify;
	text-decoration:none;
	color:#999999;
}
.textos2 a:hover {
	font: 9px Arial, Helvetica, sans-serif;
	text-align:justify;
	text-decoration:none;
	color:#666666;
}
.textos2b {
	text-align:justify;
	text-decoration:none;
	color:#999999;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 4px 0 0 200px;
	margin: 0 auto;
	width: 770px;
	text-align:left;
	text-decoration:none;
	color:#999999;
}
#footer a {
	font: 11px Arial, Helvetica, sans-serif;
/*	text-align:justify;*/
	text-decoration:none;
	color:#999999;
}
#intro {
	position: absolute;
	margin: 0;
	padding: 10px 0 0 0;
	width:970px;
	height:564px;
	z-index:1000;
}
.textform {
/*	width: 210px;*/
	width: 180px;
	height:60px;
}
.lopd {
	padding: 2px 0 0 0;
	margin: 0;
	font: 0.8em Arial, Helvetica, sans-serif;
	display:block;
}
.lopd a {
	font: 1em Arial, Helvetica, sans-serif;
	color:#666666;
}
.lopd a:hover {
	font: 1em Arial, Helvetica, sans-serif;
	color:#666666;
}
