ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 28px; /*--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: 28px; /*--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-image:url("../images/back_menu2.jpg");
	/*background: #88c0fe;*/
	
}
ul.tabs li a {
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
	color:#FFFFFF;
	display: block;
	font-size: 2.5em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	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-image:url("../images/link.jpg");
}
html ul.tabs li.active { /*--Makes sure that the active tab does not listen to the hover properties--*/

	color:#666666;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
	background-image:url("../images/back_menu.jpg");
}

.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: 2.2em;
}
#container {
	font-size:14px;
	
}
.containers {
	width: 700px; 
	margin:auto;
	height:auto;
}

.container {
	margin:auto;
	height:auto;
}
h1 {
	font-size: 26px; 
	color:#339900;
}
#result {
	font-size:14px;
}

#loading { 
width:300px; 
position: absolute;
}

#contenedor {
	margin:auto;
	width:600px;
	}

#pagination li{	
list-style: none; 
float: left; 
margin-right: 5px; 
padding:2px; 
border:solid 1px #dddddd;
color:#0063DC; 
}
#pagination li:hover
{ 
color:#FF0084; 
cursor: pointer; 
}

body {
	font-size:7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#tabladata {
	font-size:12px;
}
#tabladata td {
	height:10px;
}
.fechatd {
	font-size:11px;
	}
	
form ol{
    list-style:none;
}
form ol li{
    padding-bottom:5px;
}
form ol li label{
    width:80px;
    float:left;
    text-align:left;
	font-weight:bold;
}
legend {
	font-size:14px;
	color:#336699;
	margin-left:15px;
	font-weight:bold;
}
fieldset {
	width:480px;
	margin:auto;
}

#minfieldset {
	width:380px;
	margin:auto;
}
#mediumfieldset {
	width:800px;
	margin:auto;
}
input {
	border: 1px solid #339900;
	/** remember to change image path **/
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #000000;
}

.button {
	background-image:url("../images/link.jpg");
	font-size: 14px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#FBFBFB;
}	

.activarbt {
	background-image:url("../images/ico_ok.gif");
	background-repeat:no-repeat;
	font-size: 14px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#FBFBFB;
}
textarea {
	border: 1px solid #339900;
	/** remember to change image path **/
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #000000;
	background-color:#FBFBFB;
}
label {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #72797e;
	margin-left:25px;
}
.label2 {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #72797e;

}
.tabtitulos {
	background-image:url("../images/back_menu.jpg");
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	border:0;
}
img {
	border:none;
}
#opengallery a:link{
	font-size:11px;
	color:#999999;
}
#opengallery a:visited{
	font-size:11px;
	color:#999999;
}
#opengallery a:hover{
	font-size:12px;
	color:#999999;
	font-weight:bold;
}
.linkgal a:link{
	font-size:12px;
	color:#999999;
}
.linkgal a:visited{
	font-size:12px;
	color:#999999;
}
.linkgala:hover{
	font-size:12px;
	color:#999999;
	font-weight:bold;
}
.info {
	font-size:13px;
	color:#999999;
	font-weight:bold;
}
.uploaded {
	font-size:15px;
	color:#000000;
}
.noses {
	font-size:14px;
	color:#333333;
}
#admin {
	width:500px;
	margin:auto;
	font-size:13px;
}
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
