/*
Theme Name: Blitz
Theme URI: http://wwww.tattoocms.it/templates/blitz.html
Author: Nicola Lambathakis


------------------------------------------------------------------------- */
html {
	width: 100%
}

body {
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
	font-size: 90%;
	color: #3D3535;
	background-color: #C4E0FA;
	margin: 20px;
	padding: 0px;
	line-height: 140%;
	background-image: url(images/bgpage.gif);
	background-repeat: repeat-x;
}

.all {
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.box {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-align: left;
	width: 90%;
	border: thin solid #0099FF;
}

#menu {
	background-color: #FFFFFF;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
h1 {
	color: #0099FF;
	border-bottom-width: medium;
	/*border-bottom-style: dotted;*/
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
}
h2 {
	color: #0099FF;
}
h3 {
	color: #0099FF;
}

/**codigo que agregue*/

#menu a:hover {
color: #000000;
font-weight: bold;
font-size:24;

}


/********************************/

.header {
	/*padding:0px;*/ /*15*/
	margin-top:0px;
	height: 100px;
}
.header h1 {
	color: #FFFFFF;
}
.header h1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:link, .menu a:active, .menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0099FF;
	background-image: url(images/corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}

.menu a:hover {
	color:  #4682B4;
	text-decoration: none;
	padding: 0px 7px 3px 7px;
	margin: 0 0 0 4px;
	background-color: #0066CC;
	background-image: url(images/corner2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.content {
	margin-right: 255px;
	padding: 20px;

}

.content h1 {
	font-size: 110%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom-width: medium;
	/*border-bottom-style: dotted;*/
	border-bottom-color: #0099FF;
}

.content a:hover, a:visited, a:active {
	text-decoration: none;
}
  
.newsbar {
	margin-top: 40px;
	width: 245px;
	float: right;
	text-decoration: none;
}

.newsbar h1 {
	/*background-color: #0099FF;*/
	/*background-color: #87CEFA;*/
	/*background-color: #AFEEEE; Fondo del titulo del Menu*/
	background-color: #AFEEEE;
	color: #4682B4; /*Color del titulo del Menu*/
	padding: 3px;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	font-weight: normal;
 	text-decoration: none;
}

.p1 {
	padding: 20px;
	background-color: #F7F7F4;
	font-size:90%;
	text-decoration: none;
}

.p2 {
	padding: 20px;
	background-color: #FFFFFF;
	font-size: 90%;
	/*list-style-image: url(images/b.gif);*/
	list-style-image: url(images/1.png);
	list-style-position: 10px;
	/*text-decoration: none;*/
}

.p2 a:active {
	text-decoration:none;
	font-weight: bold;
}
.p2 a:link, a:visited {
	text-decoration:none; 
}

.p2 a:hover {
	font-weight: bold;
	text-decoration: none;
}

.p2 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.footer {
	clear:both;
	background-color: #AFEEEE;
	/*background-color:  #87CEFA;*/
	padding: 4px;
	font-size: 80%;
	text-align: center;
	color: #4682B4;
}
.footer a:link, a:active, a:visited {
	color: #4682B4;
	font-weight: bold;
}

.footer a:hover {
	color: #4682B4;
	text-decoration: none;
	font-weight: bold;
}


a:link, a:active, a:visited {
	color: #4682B4;
	text-decoration: none;
}

a:hover {
	color: #4682B4;
	text-decoration: none;
}

/*-----------desde aca agregueeee para los tabs!!!!!!!!!!!*/

/*--------------------------------------------------
 *   REQUIRED to hide the non-active tab content.
 *     But do not hide them in the print stylesheet!
 *       --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
 *   .tabber = before the tabber interface is set up
 *     .tabberlive = after the tabber interface is set up
 *       --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
 *   ul.tabbernav = the tab navigation list
 *     li.tabberactive = the active tab
 *       --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
/*acaaa era 1*/ 
border-bottom: 100px solid white;
}

/*--------------------------------------------------
 *   .tabbertab = the tab content
 *     Add style only after the tabber interface is set up (.tabberlive)
 *       --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
  * you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
  * scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/*-----------------------hasta aca para el menu horizontal desplegable-------------*/

