/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#marco
{
	width: 928px;	
	margin-left: auto;
	margin-right: auto;
	background-color: #558c8c;

}

#container
{
}

#header
{

	background-image: url("../img/header.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	width: 928px;
	height: 284px;

}

#menu
{
	width: 928px;
	height: 35px;
}


#content
{
	font-family: Verdana;
	font-size: 11px;
	color: white;
	
	/*text-align: justify;*/
	/*min-height: 826px;*/
	
	padding: 30px;
}


#footer
{
	background-image: url("../img/foot.png");
	background-repeat: repeat-x;
	background-position: 0px 0px;

	width: 928px;
	height: 60px;	
	
	/*background-color: red;*/

	font-family: Verdana;
	font-size: 11px;
	color: white;

	text-align: center;
}





#footer div
{
	padding-top: 10px;
}


.izq
{
	float: left;
	width: 580px;
	padding: 10px;	
	padding-top: 25px;
}


.der
{
	float: right;
	width: 260px;
	padding: 20px;	
	
	background-image: url("../img/paletas_color.png");
	background-repeat: no-repeat;
	background-position: 30px 20px;
	
	height: 300px;
}

	
	
/* COLUMNAS PARA EL CONTENIDO */	

.columna_1
{
	float: left;
}


.columna_2
{
	float: right;
}


.row 
{
	height: 71px;
	margin-top: 44px;
}



.fake
{
	clear: both;
	height: 0px;
}



/* PAGINACION */

.pagination
{
	height: 20px;
}

.prev
{
	float: left;
	width: 302px;
	text-align: center;
}

.numbers
{
	float: left;
	width: 302px;
	text-align: center;
}

.next
{
	float: left;
	width: 302px;
	text-align: center;
}

.disabled
{
	visibility: hidden;
	color: #cccccc;
}

.pagination a
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}



ul.lista
{
	padding: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style: none;
}

.lista li
{
	padding: 3px;
}


.logoPND
{
	clear: both; 
	padding-bottom: 40px;
	
	color: black;
	background-color: white;	
}

.logoPND a 
{
	color: black;
	text-decoration: none;
/*	background-color: white;	*/
	
}



.image_bottom
{
	float: left; 
	margin-top: 68px;
	margin-left: 60px;
}



.row_foot
{
	height: 40px;
}



#mail.form
{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	
}

#mail_table.table td
{
	padding: 5px;
}

#mail_table.table td input
{
	width: 200px;
}

#mail_table.table td textarea
{
	width: 200px;
}

#mail td .submit
{
	text-align: right;
}

#mail td .submit input 
{
	border: 1px solid black;
	width: 100px;
}



#mail .formLabel
{
	text-align: right;
	
}

.importante
{
	font-weight: bold;
}


#mailok
{
	text-align:center;
	margin-top: 100px;
	margin-bottom: 200px;
}


#general_error
{
	height: 400px;
}

.error_text
{
	padding-top: 70px;
	text-align: center;
}