* { 
padding : 0;
margin : 0;
} 
body { 
font-family : Arial, Helvetica, sans-serif;
color : #993300;
font-size : 12px;
} 
td{
font-size:12px;
}
#wrapper { 
width : 800px;
margin : 0 auto;
} 
img { 
padding : 3px;
border : 1px solid #e1e1e1;
} 
img.floatTL { 
float : left;
margin-right : 1.3em;
margin-bottom : 1em;
margin-top : 0.5em;
} 
img.floatTR { 
float : right;
margin-left : 1.3em;
margin-bottom : 1em;
margin-top : 0.5em;
} 
blockquote { 
font-family : serif;
padding-top : 10px;
padding-left : 15px;
padding-bottom : 10px;
padding-right : 15px;
background-color : #dcdcdc;
} 
#header { 
margin : 5px 5px 0 5px;
height : 90px;
padding : 10px;
background-color : #fff;
background-image : url(../images/head.jpg);
background-repeat : no-repeat;
} 
#header h1 { 
font-size : 1.4em;
font-style : normal;
padding-left : 5px;
padding-top : 5px;
color : #EEF66C;
} 
#header a { 
color : #EEF66C;
text-decoration : none;
/*font-size : 11px;*/
/*padding-left : 5px;*/
} 
#navbar { 
margin : 0 5px 0 5px;
padding : 4px;
/*background-color : #F17022;*/
border-top : 1px solid #ccc;
background-image:url(../imgs/bg-menu.gif);
background-repeat:no-repeat;
} 
#menu { 
margin-top : 1px;
font-size : 12px;
width : 97%;
height : 32px;
/*background-color : #FF3300;*/
text-align : center;
text-transform : uppercase;
} 
#menu UL { 
padding-right : 0;
padding-left : 0;
padding-bottom : 0;
margin : 0;
padding-top : 10px;
} 
#menu UL LI { 
padding-right : 10px;
display : inline;
padding-left : 10px;
padding-bottom : 0;
margin : 0;
padding-top : 0;
list-style-type : none;
} 
#menu UL LI A { 
color : #E4F6F8;
text-decoration:none;
} 








#menu UL LI A:hover { 
border-top-width : 0;
border-left-width : 0;
border-bottom-width : 0;
color : #62C2CC;
border-right-width : 0;
} 






#maintextcolumn { 
margin : 0 5px 10px 5px;
display : inline;
padding : 5px;
width : 97.5%;
float : left;
min-height : 300px;
background-color : #ffffff;
background-image : url(../images/bg.jpg);
background-repeat : repeat-x;
border-top : 1px solid #ccc;
text-align : justify;
} 
* html #centercolumn { 
height : 300px;
} 
#maintextcolumn h1 { 
font-size : 1.5em;
text-decoration : underline;
padding-top : 5px;
padding-bottom : 10px;
color : #F68B1F;
} 
#maintextcolumn h2 { 
font-size : 1.3em;
text-decoration : underline;
padding-top : 10px;
padding-bottom : 10px;
color : #999a00;
} 
#maintextcolumn a { 
/*color : #50ff2e;*/
/*background-color : #e9e9a3;*/
padding-left : 3px;
padding-right : 3px;
} 
#footer { 
background-color : #fff;
margin : 0 5px 5px 5px;
display : inline;
color : #FFFFFF;
float : left;
width : 98%;
height : 58px;
background-image : url(../images/footer.jpg);
background-repeat : no-repeat;
padding-left : 3px;
text-align : center;
padding-top : 15px;
} 
#footer a { 
font-size : 11px;
color : #EAEAEA;
} 



/****************  ESTILOS PARA LOS TABS  ***********/

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.small {
	font-size: 12px;
}


/* SMOOTH GALLERY W & H  */
#myGallery
{
width: 650px !important;
height: 500px !important;
}

#myGallery2
{
width: 350px !important;
height: 250px !important;
}

#myGallery2
{
width: 450px !important;
height: 350px !important;
}

/*LINKS EDITORIALES EN ACTIVIDADES*/
.pequeniasEditoriales{
color:#930;
}.tituloActividad {
	font-size: 14px;
}

