﻿/* 0 BASIC TAGS */

table {
	font-size: 1em;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

/*color: #d32525;*/
a {
	text-decoration: none;
	color: #228b22;
}

/*color: #980000;*/
a:visited {
	color: #008000;
}

/*color: #e05252;*/
a:hover {
	text-decoration: underline;
	color: #32cd32;
}

/*color: #980000;*/
a:active {
	color: #008000;
}




img {
	border-width: 0;
}

/* 1 HEADER */

/* define the main layout divs */
#header 
{	
	margin-right: auto;
	height: 121px;
	width: 100%;
}

/*background: #C0C0C0 url(Images/background_main.gif) repeat-x left top;*/
body {
	margin: 0px;	
	height: 125px;	
	/*background: #ffffff url(Images/background_main.gif) repeat-x left top;*/	
	background: #f5f5f5 url(Images/img_header.jpg) no-repeat top left;
	font: 0.7em Verdana,Arial,Helvetica,sans-serif;
}


#title1 {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 28px;
	float: left;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#login1 {
	padding-top: 25px;
	padding-right: 28px;
	float: right;
	clear: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	height: 28px;
	top: 0px;
	text-align: right;
}

h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 60px;
	font-size: 11px;
}

/* noticias */
.rightblock h3
{
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}






/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/
/*position:absolute;*/
.nextlink
{    
    position:absolute;
    right : 0;
    padding-right:15px;    
}



.photo
{
    background: #c0c0c0 url(images/background_thumbnail.jpg) repeat-x center;
    border: solid 1px #000000;
    padding: 1px;    
}

.menua {
	position: absolute;
	right: 37px;
	top: 17px;
	text-transform: uppercase;
	font-size: 10px;
}

.nav {
	position: absolute;
	right: 37px;
	top: 60px;
	text-transform: uppercase;
	font-size: 10px;
}

.menua a:visited, .nav a:visited {
	color: #d32525;
}

/* 1.1 SHIM */

.shim {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 8px;
	font-size: 0;
}

.column {
	background-image: url(images/content-shim.gif);
}

.gradient {
	background-image: url(images/content-shim-photo.gif);
}

.solid {
	background-image: url(images/content-shim-none.gif);
}

/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
	color: green
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;	
}

/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */
/* background-image: url(images/body-repeat.gif); 
color: #666666;
*/
#news_edit, #home, #contacto, #resume, #links, #register, #admin-albums, #admin-photos {	
	background: #FFFFFF;
	color: #101010;
	font-family: Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;	             
	position: relative;	
	border: 1px solid #CBCED4;
	/*width: 670px; pc25052008*/
	padding: 10px;	
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}
/*background: #C0C0C0 url(images/background_body.gif) repeat-x left top;*/

#sidebarl {
	float: left;
	width: 160px;
	height: 100%;
}

#sidebarr {
	float: right;
	width: 160px;
	height: 100%;
}

#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

#content {
	margin-left: 240px;
}

#contentg {
	margin-left: 10px;
}

#banner {
	margin-left: 0px;
}

#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {
	margin-left: 220px;
}

#resume h4, #links h4 {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}

#resume #photo {
	position: absolute;
	left: 37px;
	top: 20px;
	width: 214px;
}

#resume .first {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}

/* 2.2 ALBUMS PAGE */

/*background-image: url(images/body-repeat-photo.gif);*/
#albums 
{
	background: #FFFFFF;
	padding: 10px;	
	padding-bottom: 40px;
	width: 670px;
}

.view {
	margin-left: auto;
	margin-right: auto;
	width: 670px;
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 50px;	
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */
/* background-image: url(images/body-repeat-photo.gif);*/
#photos, #details, #admin-details {
	background: #FFFFFF;
	padding: 0;
	width: 670px;
}

/*width: 744px;*/
.buttonbar {
	background-image: url(images/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 656px;
	height: 33px;
	text-align: right;
}

.buttonbar-top {
	background-image: url(images/photonav-top-bg.gif);
}

#photos .view, #admin-details .view {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 3 FOOTER */

.footerbg {
	background-image: url(images/footer-side.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 76px;
	text-align: center;
}
.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 670px;
	height: 76px;
	text-align: center;
	font-size: 10px;
}

.menub {
	margin: 12px auto 5px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited {
	color: #d32525;
}



/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}


.none {
	display: none;
}


/* buscar */
.textboxheader
{    
    background: url("Images/seccion_titulos.gif");
    font-weight: bold;
    font-size: 7pt;
    color: #ffffff;
    font-family: verdana;    
    padding-right: 5px;
    padding-left: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 155px;
    height: 17px;
}
.textbox {
	border: solid 1px #CBCED4;
	background: #f5f5f5;
	padding: 11px;
	margin-bottom: 7px;
    width:155px;
	font-size: 7pt;	
}
.searchbox
{
    font-size: 8pt;    
    font-family: Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;    
}

/* login */
.tdseccion {
	border: solid 1px #CBCED4;
	background: #f5f5f5;	
}
.loginbox
{
    font-size: 8pt;    
    font-family: Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
    margin-left: 14px;        
}
.loginlabel
{		
	padding-left: 14px;
}
.logincheck{
    margin-left: 10px;        
}
.loginfailuretext
{
	color : Red;		
}




/* botones */
/* condense in mark up to be '.button' */
.submit, .reset, .delete, .create, .add, .copy, .cont_enviar, .cont_limpiar {
	margin-top: 4px;
	margin-bottom: 4px;	
	font-size: 1.0em;
	height: 28px;	
	font-family: Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
}

/* make submit button larger */
.submit {
	width: 100px;	
	margin-left: 40px;	
}

.cont_label
{	
    font-size: 8pt;    
    font-family: Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;   
}


/*background: #C0C0C0 url(images/background_body.gif) repeat-x left top;*/
#body {	
	width: 214px;
	height: 100%;
}












/*begin creating the tabs */
.menu {
	margin-left: 28px;
	background: url(images/tab_bg.gif) repeat-x;
	font-size: 10px;
	font-weight: bold;
}
/* set tab1 as top level container table, then target TDs inside*/
.menuItem td {
	color: #FFFFFF;
	height: 24px;
	background: url(images/tab_dim.gif) no-repeat;
	width: 100px;
	text-align: center;
}
/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem td {
	background: url(images/tab.gif) no-repeat #919191;
}
/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited, .menuPopupItem a:link, .menuPopupItem a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover {
	text-decoration: underline;
}

/* make drop down menu container style */
.menuPopup {
	background: url(images/background_drop_menu.jpg) repeat #8C9FB4;
	border: 1px solid #666666;
	border-bottom: none;
	color: #ffffff;
}

/* make drop down menu item style */
.menuPopupItem {
	color: #ffffff;
	border-bottom: 1px solid #666666;
	padding: 3px;
}







/* para la pagina de ADMINISTRACION DE NOTICIAS */
/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #CBCED4;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}
/* represents each item in a vertical list */
.listitem
{
    margin:0px 0px 0px 0px;
    width:650px;
}
.rightblock h2, .fullwidth h2
{
    font-size: 1.6em;
}
.rightblock h3
{
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}
.rightblock
{
    border: 1px solid #CBCED4;
    padding: 15px;
    margin-bottom: 10px;
    background: #FFFFFF repeat-y;
    position: relative;
    width:650px;
}
.photo_news
{
    background: #FFFFFF repeat-x center;
    border: solid 1px #CBCED4;
    padding: 5px;    
}
/* floats the thumbnail off to the right */
.thumbnail
{
    float: right;
    margin: 0 0 0 5px;    
}

/* Used by the page number control */
.PageNumbers
{
    display:inline;
}
.PageNumbers span
{
    padding-left: 3px;
}
.newscrumbs a
{
    font-weight: bold;
    padding-right: 2px;
}


/* para CALENDARIO */
/* define the pop up calendar style */
#calbg {
	background: #ABBDD3 url(images/background_calendar.gif) repeat-x;
	height: 1000px;
}
#calcontent {
	margin: 5px;
	padding: 5px 4px 9px 4px;
	border: 1px solid #000000;
	background: #FFFFFF;
	font-size: 10px;
	text-align: center;
}
#month {
	margin-bottom: 6px;
	font-size: 9px;
	width: 80px;
}
#year {
	margin-bottom: 6px;
	font-size: 9px;
	width: 50px;
}
#calcontent table td a:link, #calcontent table td a:visited {
	padding: 0px 2px 3px;
	display: block;
}
#calcontent table td a:hover, #calcontent table td a:active {
	display: block;
	background: #FFCC00;
}
#calcontent table td a:active {
	display: block;
	color: #FFFFFF;
	background: #009900;
}
/* all the fieldset tags use this same style */
fieldset {
	margin-bottom: 0px;
	padding: 0px 12px 12px 12px;
	display: block;
}

/* label column */
.formlabel
{
    width:120px; 
    vertical-align: top;
}


/* PARA LA COLUMNA DE NOTICIAS */
/* represents each item in a vertical list */
.collistitem
{
    margin:0px 0px 0px 0px;
    width:155px;
}
/* floats the thumbnail off to the right */
.colthumbnail
{
    float: none;
    /*margin: 0 0 0 5px;    */
}
.colrightblock
{
    margin: 5px;
    /*border: 1px solid #CBCED4;
    padding: 15px;
    margin-bottom: 10px;
    background: #FFFFFF repeat-y;
    position: relative;    
    width:155px;*/
}
/*h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
	color: green
}*/
.colrightblock h3
{
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
    text-align: left;
}


/* para listados */
/* add fade background and padding to all table rows */
.row1 {
	padding: 3px;
	background: url(images/timesheet_data_bg.gif) repeat-x;
	background: #F9FAFB;
}
/* all the legend tags use this same style */
legend {
	padding: 0px 4px;
	margin: 0px 0px 7px 0px;
	color: #666666;
	font-weight: bold;
	font-size: 1em;
	vertical-align: middle;
}
/* all the fieldset tags use this same style */
fieldset {
	margin-bottom: 0px;
	padding: 0px 12px 12px 12px;
	display: block;
}
