﻿#rotin{ width:350px; height:200px; overflow:hidden; clear:left; z-index:1;}
body 
{
	font-family:Trebuchet MS;
	font-size:13px;
	margin:0;
	padding:0;
	background-color:#F0F0F0;
}

.centro
{
	width:80%;
	margin:auto;
	min-width:870px;
}

.wrap
{
	min-width:600px;
	margin:auto;
	clear:both;
}

#div_pagina
{
	min-width:850px;
	background-color:#fff;
	display:block;
	border:none;
}

#div_cabecera_top
{
	
	background-image:url(../img/div/fondo_cabecera_top.jpg);
	background-repeat:repeat-x;
	height:25px;
	margin-top:0px;
}

#div_fecha
{
	float:left;
	margin-top:5px;
	color:#fff;
}

#div_banderas
{
	float:right;
	margin-top:5px;
}

#div_cabecera
{
	background-image:url(../img/div/fondo_cabecera.jpg);
	background-repeat:repeat-x;
	height:75px;
}

	#div_cabecera_left
	{
		background-image:url(../img/div/fondo_cabecera_left.jpg);
		background-repeat:no-repeat;
		background-position:right top;
		width:10%;
		/*height:75px;*/
		/*float:left;*/
	}
	
	#div_cabecera_right
	{
		background-image:url(../img/div/fondo_cabecera_right.jpg);
		background-repeat:no-repeat;
		background-position:left top;
		width:10%;
		/*height:75px;*/
		/*float:right;*/
	}

	#div_cabecera_centro
	{
		width:80%;
		padding:10px;
		/*float:left;*/
		min-width:830px;
	}

	#div_cabecera_logo
	{
		float:left;
		margin-top:10px;
		color:#fff;
	}

	#div_cabecera_menu
	{
		float:right;
		margin-top:10px;
		color:#26348D;		
	}

#div_cuerpo
{
	background-image:url(../img/div/fondo_cuerpo.jpg);
	background-repeat:repeat-x;
	margin:0px;
	display:block;
	min-height:450px;
}

	#div_cuerpo_left
	{
		background-image:url(../img/div/fondo_left.jpg);
		background-repeat:no-repeat;
		background-position:right top;
		width:10%;
		height:300px;
		/*float:left;*/
	}

	#div_cuerpo_contenido
	{
		width:80%;
		/*float:left;*/
		padding:20px;
		min-width:830px;
	}

	#div_cuerpo_right
	{
		background-color:#fff;
		background-image:url(../img/div/fondo_cuerpo.jpg);
		background-repeat:repeat-x;
		background-position:left top;
		width:10%;
		/*float:right;*/
	}
	#div_cuerpo_right2
	{
		background-image:url(../img/div/fondo_right.jpg);
		background-repeat:no-repeat;
		background-position:left top;
		height:300px;
	}

#div_pie
{
	border-top:solid 1px #bbbbbb;
	background-image:url(../img/div/fondo_pie.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	color:#F0F0F0;
	font-size:12px;
	background-color:#F0F0F0;
}

#div_pie_left
	{
		width:10%;
		/*height:75px;*/
		/*float:left;*/
	}
	
#div_pie_right
	{
		width:10%;
		/*height:75px;*/
		/*float:right;*/
	}

#div_pie_centro
	{
		width:80%;
		padding:10px;
		padding-left:40px;
		/*float:left;*/
		
	}
	
#div_pie
{ text-decoration:none;	color:#888888;}

#div_pie A
{ text-decoration:none;	color:#888888; font-weight:bold;}

#div_pie A:hover { color:#000;}

#div_pie_centro .logo
{
	float:left;
	border-right:solid 1px #bbbbbb;
	padding:10px;
}

#div_pie_centro .menu
{
	float:left;
	margin-top:8px;
	margin-left:10px;
	padding:5px;
}



