
/*

	ELEMENTOS EN GENERAL

*/
h1, h2, h3, h4, div
{
	padding: 0px;
	margin: 0px;
}

img {
	border:0;
}



h1, h2, h3, h4
{
	color:#009;
}

p
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
p + p
{
	text-indent: 10px;
}
a
{
	text-decoration: none;
	color:#00C;
}

a:hover
{
	text-decoration: none;
	color: #0099FF;
}

h1
{
	font-size: x-large;
}

h2
{
	font-size: large;
	font-style: normal;
	font-weight: normal;	
}

body
{
	background-color:#EEE;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: medium;
}

/*

	Estructura

*/
#main
{
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	margin-bottom: 5px;
	height: auto;
	width: 980px;
	background-color:#FFF;
}

#main #top
{
	height: 104px;
	clear: both;
	padding: 0px;
	margin: 0px;
	background-image: url(../bn_img/bn_logo.jpg);
}

#main #menubar_1
{
	height:30px;
	position: relative;
	top: 70px;
	left: 250px;
}

/*
	FIn Top / Inicio Midle
*/
#main #midle
{
	clear: both;
}


#main #midle #left
{
	height: 100%;
	width: 235px;
	float: left;
	clear: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#main #midle #banner
{
	float: left;
	width: 600px;
	height: 167px;
	margin: 5px;
	background-color:#CCC;
}

#main #midle #miniside
{
	float: left;
	width: 125px;
	height: 167px;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
}
#main #midle #center
{
	height: auto;
	width: 490px;
	float: left;
	margin: 5px;
}

#main #midle #right
{
	height: auto;
	width: 235px;
	float: left;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
}

#main #foot
{
	clear: both;
	padding: 10px;
	text-align: center;
	font-size:smaller;
}

#main #foot p
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

/*

	MODULOS

*/
#main #midle .module
{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	padding-bottom: 20px;
	font-size:small;
}

#main #midle .module h1
{
	margin:0px;
	font-size:medium;
}

#main #midle .module ul
{
	margin:0px;
	padding-left: 20px;
}

#main #midle .centered
{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

/*

	ESTRUCTURA ELEMENTOS post

*/

.post
{
	margin-bottom:30px;
	clear:both;
}

.post h1
{
	font-size:x-large;
	font-weight: bold;
	display: inline;
}

.post .info
{
	font-size: small;
	color: #999999;
}

/*

	ESTRUCTURA ELEMENTOS video

*/

.video
{
	margin-bottom:30px;
	clear:both;
}

.video h1
{
	font-size: larger;
	font-weight: bold;
	display: inline;
}

.video .info
{
	font-size: small;
	color: #999999;
}

.video .content
{

}
.video .text
{
	font-size: medium;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}


/*

	ESTRUCTURA ELEMENTOS event

*/

.event
{
	margin-bottom:30px;
	clear:both;
}

.event h1
{
	font-size:x-large;
	font-weight: bold;
	clear: both;
}

.event .foto
{
	float: left;
	width: 132px;
	height: 98px;
	background-color:#BBB;
	clear: left;
	margin-right: 10px;
}

.event .info
{
	font-size: small;
	color: #999999;
}


/*

	ESTRUCTURA ELEMENTOS eventSingle

*/

.eventSingle
{
	margin-bottom:30px;
	clear:both;
}

.eventSingle h1
{
	font-size:x-large;
	font-weight: bold;
	clear: both;
}

.eventSingle .foto
{
	float: left;
	width: 132px;
	height: 98px;
	background-color:#BBB;
	clear: left;
	margin-right: 10px;
}

.eventSingle .info
{
	height: 98px;
	font-size: small;
	color: #999999;
	vertical-align: middle;	
}

/*

	CONTAINER

*/


.container
{
	font-size: small;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	text-align:justify;
}

.container h1, h2, h3
{
	color: #000;
}

.container h1
{
	font-size:x-large;
}

.container h2
{
	font-size:larger;
}

.container h3
{
	font-size: large;
}
/*

OTROS ESTILOS

*/
.warning
{
	margin: 10px;
	color: #F00;
	font-size: small;
}

/*

	MiniBarra de navegación

*/
.smallNav
{
	margin: 0px;
	font-size: small;
}
/*

	DROP DOWN MENU

*/
#sddm
{
	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#sddm li a
{
	display: block;
	margin: 0 1px 0 0;
	font-weight: bold;
	color:#006;
	padding: 4px 10px;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover
{
	background-color:#FFF;
	color:#03F;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color:#999;
	color:#FFF;
	border: 1px solid #666;
}

#sddm div a
{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background-color:#999;
	color:#FFF;
}

#sddm div a:hover
{
	background-color:#FFF;
	color:#666;
}

.freeText h1
{
	font-size:large;
	font-weight:bold;
}

