/*#BEGIN#*/
/*# name="01 Image" reference="ref/components-basics.css\General.htm" description="Image" #*/
img.border {
    border:8px solid #D5CDA0;
}

div.block01 div.textcont img.border {
margin-top:0 !important;
}

div.imgfoot {
	margin: 0;
	padding: 4px;
	color: #FFFFFF;
	background-color: #D5CDA0;
}

/*New*/
div.img-left {
	float: left;
	margin: 0 8px 8px 0;
	border: none;
}

div.img-center {
     text-align:center;
     margin:0 auto 16px;
}

div.img-right {
	float: right;
      margin: 0 0 8px 8px;
	border: none; 
     margin-left:8px;
}

div.imgfoot-left, div.imgfoot-center, div.imgfoot-right {
	margin: 0;
	padding: 4px;
	color: #594E21;
	background-color: #D5CDA0;
}


div.imgfoot-left{
	text-align: left;
     margin: 0 auto;
}

div.imgfoot-center{
     text-align: center;
     margin: 0 auto;

}

div.imgfoot-right{
	text-align: right;
     margin: 0 auto;
}
/*
div.blockContainer div.img-center{
    text-align: center;
    margin:0 auto;
}*/
/*
div.textcont div.img-right, div.textcont div.img-left{
margin-top:0;
}*/

/* LAYER INTERACTION */

div.fourthContent div.textcont div.img-right, div.fourthContent div.textcont div.img-left {
margin: 0 0 8px 0;
}
/*#END#*/
/*#BEGIN#*/
/*# name="02 Text and image" reference="ref/components-basics.css\02_Text_and_image.htm" description="Text and image" #*/
/*
div.column  div.textcont{
margin:0 0 16px;
}*/

div.textcont {
    margin: 0 0 16px;
   clear: both; 
   font-size:1.2em;
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   color:#594E21;
}
div.textcont p {
	margin: 0 0 8px;
}


/*#END#*/
/*#BEGIN#*/
/*# name="03 Filebox" reference="ref/components-basics.css\03_Filebox.htm" description="Filebox" #*/

div.fileInfoList {
	/*background-color:#E3DDC0;*/
	margin-bottom: 1em;
	padding:0; /* cGuyomard, was 0.4em */
}

div.fileInfoList h3 {
	margin: 12px 0 7px 0;
}

div.fileInfoList table{
	width: 100%;

     /*test*/
     border: 4px solid #E3DDC0;
	background-color:#E3DDC0;

	margin: 12px 0 12px 0;
	padding: 0;
	font: normal 11px verdana;
	clear: both;
	width: 100%;
	border-collapse: collapse;
}

div.fileInfoList table thead th {
	background-color: #C5BB7C;
	color:#594E21;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.2em;
	padding: 0.5em;
}

div.fileInfoList table thead th.name,
div.fileInfoList table tbody td.name {
	text-align: left;
}

div.fileInfoList table tbody td.name {
	background-image: url('../img/filebox/file_download.gif');
	background-position:3px center;
	background-repeat:no-repeat;
}

div.fileInfoList table thead th.mimeType,
div.fileInfoList table tbody td.mimeType {
	text-align: left;
    /* Hide the text */
        text-indent:-9999px;
        background-position:center;

}
div.fileInfoList table thead th.size,
div.fileInfoList table tbody td.size {
	text-align: right;	
}

div.fileInfoList table tbody tr td{
 	   /*test
 	   padding:14px 3px 13px 3px;	
	border-top:1px #d5d5d5 dashed;
	vertical-align: middle;
     */
}

div.fileInfoList table tbody tr.odd td{
	background-color: #D4CC9E;
}
div.fileInfoList table tbody tr.even td{
	background-color: #E3DDC0;
}

div.fileInfoList table tbody td{
	background-color: #EEEEEE;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.2em;
	padding: 0.6em 0.3em 0.6em 0.3em;
	color:#333333;
}

div.fileInfoList table tbody tr:hover td{
	background-color: #F0ECDD;
	cursor:pointer;
}

div.fileInfoList table tbody tr td.name a{
	padding-left:14px;
	text-decoration: none;
	color:#343F70;
}


/* ========================== */

div.fileInfoList { }

div.fileInfoList ul { }

div.fileInfoList ul li { 
	list-style:none;
}

div.fileInfoList ul li a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#343F70;
	text-decoration:none;
	background-image: url('../img/filebox/link.gif');
	background-position:0 0.3em;
	background-repeat: no-repeat;
	padding-left:14px;
	list-style:none;
}

div.fileInfoList ul li * {
	color:#343F70;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.2em;
}

div.fileInfoList ul li a {
     /* next was '../img/enlaces_ficheros/filecheros.gif', cGuyomard 2007-01-22 */
	background-image: url('../img/filebox/file_download.gif');
	background-position:0 0.3em;
	background-repeat: no-repeat;
	padding-left:14px;
	text-decoration:none;
}

div.fileInfoList ul li a:hover{	
	text-decoration:underline;	
}

.cssIconified,
.docIconified, 
.fileIconified,
.htmIconified,
.htmlIconified,
.swfIconified,
.gifIconified,
.pdfIconified, 
.pngIconified,
.pptIconified,
.xlsIconified,
.xmlIconified,
.zipIconified {
 background-position: center right;
 background-repeat: no-repeat;
 /*padding-right: 22px; *//* icon location */
 text-align: left;
}

.cssIconified    {    background-image: url('../img/filebox/css.png'); } 
.docIconified    {    background-image: url('../img/filebox/doc.png'); } 
.fileIconified     {    background-image: url('../img/filebox/file.png'); }
.htmIconified,
.htmlIconified     {    background-image: url('../img/filebox/html.png'); }
.swfIconified  {    background-image: url('../img/filebox/swf.png'); }
.gifIconified  {    background-image: url('../img/filebox/gif.png'); }
.pngIconified    {    background-image: url('../img/filebox/png.png'); }
.pdfIconified    {    background-image: url('../img/filebox/pdf.png'); } 
.pptIconified    {    background-image: url('../img/filebox/png.png'); }
.xlsIconified     {    background-image: url('../img/filebox/xls.png'); }
.xmlIconified    {    background-image: url('../img/filebox/xml.png'); }
.zipIconified     {    background-image: url('../img/filebox/zip.png'); }

/* ========================== */

/* Filebox in lateral right  */
/*
div.filelat {
	padding: 0 0 0 7px;
}

#right-lateral ul.fileInfoList{
	margin: 0 0 12px 7px;
	padding: 0;
	clear: both;
}
#right-lateral ul.fileInfoList li{
	margin-bottom:2px;
	padding: 0;
	list-style: none;
	background: url('../img/filebox/file_download_lateral.gif');
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#right-lateral ul.fileInfoList li a{
	color: #7E1B66;	
	padding-left: 12px;
	font-size:10px;
}
#right-lateral ul.fileInfoList li a:hover{	
	text-decoration: underline;
}
*/

/* ********** Links and files lateral ********** */

div.lateralBlock ul.enlaces_lateral li {
	background-image: url('../img/filebox/link.gif');
	background-position:0 0.3em;
	background-repeat: no-repeat;
	list-style:none;
}

div.lateralBlock ul.enlaces_lateral li a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#343F70;
	text-decoration:none;
/*
	background-image: url('../img/filebox/link.gif');
	background-position:0 0.3em;
	background-repeat: no-repeat;
*/
	padding-left:14px;
}
div.lateralBlock  ul.enlaces_lateral li a:hover{	
	text-decoration:underline;	
}



div.lateralBlock ul.ficheros_lateral li a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#343F70;
	text-decoration:none;
	background-image: url('../img/filebox/file_download.gif'); /* was '../img/enlaces_ficheros/filecheros.gif', cGuyomard 2007-01-22 */
	background-position:0 0.3em;
	background-repeat: no-repeat;
	padding-left:14px;
	list-style:none;
}
div.lateralBlock  ul.ficheros_lateral li a:hover{	
	text-decoration:underline;	
}







/*#END#*/
/*#BEGIN#*/
/*# name="04 Linkbox" reference="ref/components-basics.css\04_Linkbox.htm" description="Linkbox" #*/



/* BEGIN- come from bloque.css */

/*estilo de ficheros y links*/
div.mainContent ul.links,
div.mainContentNoLateral ul.links{
clear: both;
margin-bottom:16px;
}
div.mainContent ul.links li, div.mainContentNoLateral ul.links li,
div.fourthContent ul.links li {
           /* BEGIN - 20070105 added by cGuyomard */
list-style: none;
margin: 0 0 3px 0;
padding: 0 0 0 10px; /*0 0 0 18px */
           /* END - 20070105 added by cGuyomard */

background-image: url('../img/filebox/link.gif');
background-position:0 0.5em;
background-repeat:no-repeat;
/*margin-bottom:0;*/
/*Changed to add space between links*/
/*Bharti (01/02/07) */
margin-bottom:0.2em;
}

/* USED ? div.mainContentNoLateral ul.links li a */
/*div.mainContent ul.links li a, div.mainContentNoLateral ul.links li a,
div.fourthContent ul.links li a{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
/*font-size:1.1em;*/
/*color:#343F70;
text-decoration:none;
}
*/
ul.links li a {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
/*font-size:1.1em;*/
color:#343F70;
}
div.mainContent ul.links li a, div.mainContentNoLateral ul.links li a {
font-size:1.2em;
}

div.fourthContent ul.links li a{
font-size:1.03em;
}

/* USED ? div.mainContentNoLateral ul.links li a:hover */
div.mainContent ul.links li a:hover,
div.fourthContent ul.links li a:hover {
text-decoration: underline;
}

/* END- come from bloque.css */





/*#END#*/
/*#BEGIN#*/
/*# name="06 Album Media" reference="ref/components-basics.css\06_Album_Media.htm" description="Album media (images, webcam, video, flash)" #*/
/*---[STYLE FOR MEDIALIB LAYER]---*/
div.photo-album {
/*	float: left;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	overflow: hidden;*/
	background-color:#E3DDC0;
	margin:1.5em 0 1.5em 0;
	padding:0;
}
/*---[STYLE FOR LINKS OF MEDIALIB]---*/
div.photo-album a {
	color: #FFFFFF;
}

/*---[STYLE FOR MEDIALIB HEADER]---*/
div.photo-album h2 {
	/*margin: 0 0 12px 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 100%;*/
	font-weight: bold; 
	text-transform: uppercase;
	font-size: 1.1em;
 font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	color: rgb(102, 102, 102);
	padding: 0.2em 0 0.2em 6px;
	margin:6px 0 6px 0;
	background-color:#C5BB7C;
}

/*---[STYLE FOR LIST OF MEDIA]---*/
/*---Suffix "-left" indicates the list on the left of library---*/
div.photo-list, div.photo-list-left {
	height: auto;
	float: left;
	/*padding: 5% 0 5% 0;*/
	padding:0;
	/*margin: 0;*/
	margin-bottom:10px;
	border: none;
	overflow: hidden;
}
div.photo-list { /*Posicion de los elementos dentro de photoalbum*/
	padding: 5px 0 0 10px;
	width: 99%;
}
div.photo-list-left {
	width: 168px;
}


/*#END#*/
/*#BEGIN#*/
/*# name="06.1 Album media gallery" reference="ref/components-basics.css\06.1_Album_media_gallery.htm" description="Album media gallery" #*/
/*---[STYLE FOR PHOTO GALLERY]---*/
ul.gallery, ul.gallery-left, ul.gallery-hidden, ul.gallery-hidden-left {
	float: left;
	padding: 0; 
	margin: 0; 
	/*background:none;*/
}

ul.gallery li, ul.gallery-left li, ul.gallery-hidden li, ul.gallery-hidden-left li{
	background-image:none;
}

ul.gallery {
	min-width: 100%;
	width: auto;
	height: 100%;
	border: none;
}
ul.gallery-left {
	width: auto;
	margin-left: 8px;
}
ul.gallery-hidden, ul.gallery-hidden-left {
	width: 0;
	height: 0;
	visibility: hidden;
	display: none;
	overflow: hidden;
}
li.thumb, li.thumb-left, li.thumb-active, li.thumb-active-left {
	float: left;
	list-style: none; 
	/*background-image: none;*/
}
li.thumb-active {
	width: 87px;
	height: 60px;
	margin: 0;
	padding: 4px;
}
li.thumb {
	width: 87px;
	height: 60px;
	margin: 0;
	padding: 4px;
}
li.thumb-left, li.thumb-active-left {
	width: 87px;
	height: 60px;
	margin: 0;
	padding: 4px;
}
ul.gallery a, ul.gallery-left a {
	float: left;
	display: block;
	cursor: pointer;
	padding: 1px 0 0 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
ul.gallery a {
	width: 85px;
	height: 55px;
}
ul.gallery-left a {
	width: 85px;
	height: 55px;
}
li.thumb a img, li.thumb-active a img, li.thumb-left a img, li.thumb-active-left a img, li.thumb a:hover img, li.thumb-left a:hover img, li.thumb a:active img, li.thumb a:focus img, li.thumb-left a:active img, li.thumb-left a:focus img {
	z-index: 100;
	padding: 0;
	border:none;
}
li.thumb a img, li.thumb-active a img, li.thumb a:hover img, li.thumb a:active img, li.thumb a:focus img {
	width: 85px;
	height: 55px;
	border:none;
} 
li.thumb a img.img-vertical, li.thumb-active a img.img-vertical, li.thumb a:hover img.img-vertical, li.thumb a:active img.img-vertical, li.thumb a:focus img.img-vertical {
	width: 85px;
	height: 55px;
	border:none;
} 
li.thumb-left a img, li.thumb-active-left a img, li.thumb-left a:hover img, li.thumb-left a:active img, li.thumb-left a:focus img {
	width: 85px;
	height: 55px;
	border:none;
}
li.thumb-left a img.img-vertical, li.thumb-active-left a img.img-vertical, li.thumb-left a:hover img.img-vertical, li.thumb-left a:active img.img-vertical, li.thumb-left a:focus img.img-vertical {
	width: 85px;
	height: 55px;
	border:none;
}
li.thumb a img, li.thumb-left a img, li.thumb a:active img, li.thumb a:focus img, li.thumb-left a:active img, li.thumb-left a:focus img {
	border: 3px solid #C5BB7C;
	padding: 1px;
}
li.thumb-active a img, li.thumb-active-left a img{
	border: 3px solid #7C724A; /*cambiado de 1px a 3px*/
	padding: 1px;
}
li.thumb a:hover img, li.thumb-left a:hover img{
	border: 3px solid #7C724A;/*#FFFFFF;*/
	padding: 1px;
}
ul.gallery-hidden li, ul.gallery-hidden li a, ul.gallery-hidden li a img, ul.gallery-hidden-left li, ul.gallery-hidden-left li a, ul.gallery-hidden-left li a img {
	float: left; 
	width: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	background: none;
} 
ul.gallery-hidden li, ul.gallery-hidden li a, ul.gallery-hidden-left li, ul.gallery-hidden-left li a {
	padding: 0;
	margin: 0;
	background: none;
}
ul.gallery-hidden li, ul.gallery-hidden-left li {
	list-style: none; 
	background: none;
}

/*#END#*/
/*#BEGIN#*/
/*# name="06.2 Album media navigation" reference="ref/components-basics.css\06.2_Album_media_navigation.htm" description="Album media navigation" #*/
/*---[STYLES FOR NAVIGATION ELEMENT OF MEDIALIB]---*/
div.album-navig { /*barra de navegacin imagenes*/
	float: none;
	/*margin: 0;*/
             margin: 0 auto; 
	padding: 3px 0;
	clear: both;
	/*background-color: #BEC0C3;*/
	background-color:#C5BB7C;
	width: 100%;
	text-align: center;

}

div.album-navig:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

ul.list-nav{
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
}
ul.list-nav li {
	/*float: left;*/
	margin: 0 5px 0 0;
	padding: 0;
	background: none;
             /*background-image: none;*/
	list-style: none;
	display: inline;
	text-align: center;
	/*font: normal 90% arial;*/
	font-weight:bold;
	font-size:1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul.list-nav li div.pgxy {
	width: 13px;
	height: 18px;
	padding-top: 2px;
	background: url('../img/media/fondothumbt.gif') no-repeat top center;
}
ul.list-nav li em { /*seleccionado*/
	/*float: left;*/
	margin: 0;
	padding: 0 3px;
	border-top: 1px solid #BEC1C4;
	border-bottom: 1px solid #BEC1C4;
	color: #FFFFFF;
	font-style: normal;
/*	background-color: #B3B5B8;*/
	background-color:#716938;
}
ul.list-nav li a {
	/*float: left;*/
	margin: 0;
	padding: 0 3px;
	border-top: 1px solid #C5BB7C;/*#BEC1C4;*/
	border-bottom: 1px solid #C5BB7C;/*#BEC1C4;*/
	/*color: #FFFFFF;*/
	color:#594E21;
	/*new*/
	text-decoration: none;
}
ul.list-nav li a:hover {
	border-top: 1px solid #594E21;/*#FFFFFF;*/
	border-bottom: 1px solid #594E21;/*#FFFFFF;*/
	/*color: #FFFFFF;*/
	color:#594E21;
	text-decoration: none;
}
ul.list-nav li img, ul.list-nav li a img {
	float: none;
	border: none;
	padding: 2px 0 0 0;
	/*background-color: #BEC1C4;*/
	background-color:#C5BB7C;
	border-top: none;
	border-bottom: none;
}


/*#END#*/
/*#BEGIN#*/
/*# name="06.3 Album media preview" reference="ref/components-basics.css\06.3_Album_media_preview.htm" description="Album media preview" #*/
/*---[STYLE FOR PREVIEW LAYER OF MEDIALIB]---*/
/*---Suffix "-right" indicates Preview zone on the right of medialib.---*/
div.photo-preview, div.photo-preview-right {
	float: left;
	margin: 0 0 12px 0;
	padding: 0;
	width: 100%;
	min-height: 185px;
      background-color: #E3DDC0; 
	/*background-color:#C5BB7C;*/
}
div.preview-image, div.preview-image-right, div.preview-image-qr {
	margin: 8px 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
 vertical-align: top;
	clear: both;
	background-color: rgb(227, 221, 192);
	
}
div.preview-image img {
	margin: 0;
	padding: 0;
	width: 93%;
	height: 100%;
	vertical-align: top;
	/*border: 1px solid #BEBEBE;*/
	border:2px #C5BB7C solid;
}
div.preview-image-qr img {
	margin: 0;
	padding: 0;
      vertical-align: top;
      border:2px #C5BB7C solid;
}
div.preview-caption {
	color: #666666;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
div.preview-navigation {
	float: none;
	margin: 0;
	padding: 3px 0;
	text-align: right;
	vertical-align: middle;
	/*color: #FFFFFF;
	background-color: #BEC0C3;Color barra descarga*/
	color:#594E21;
	background-color:#C5BB7C;
	/*font: normal 90% arial;*/
	font-weight:bold;
	font-size:1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div.preview-navigation:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
div.preview-navigation span {
	padding: 0 0 0 12px;
}
div.preview-navigation input {
	width: 40px;
	padding: 6px 0 0 0;
	/*color: #FFFFFF;
	background-color: #A82626;*/
	border: none;
	font: normal 90% arial;
}
div.preview-navigation a, div.preview-navigation a:hover {
	margin: 0;
	padding: 0;
	/*color: #FFFFFF;*/
	color:#594E21;
	text-decoration: none;
}
div.preview-navigation a img {
	margin-left: 6px;
	margin-right: 6px;
	border: none;
}
img.previewimg {
	margin: auto;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	/*border: 1px solid #BEBEBE;*/
	border:2px #C5BB7C solid;
	width: auto;	
	height: auto;
	overflow: visible;
	position: relative;
	top: 0;
}
div.preview-load {
	float: right;
	padding: 2px 2px 4px 2px;
	cursor: pointer;
	color: #547782;
	font-size: 90%;
}
img.imgload {
	vertical-align: middle;
}
a.previewnav {
	float: right;
	line-height: 16px;
	vertical-align: middle;
	padding:0;
}

/*#END#*/
/*#BEGIN#*/
/*# name="07 Webcam" reference="ref/components-basics.css\07_Webcam.htm" description="Webcam" #*/
img.webcam {
	width: 99%;
}

/*#END#*/
/*#BEGIN#*/
/*# name="08 Table General" reference="ref/components-basics.css\08.0_Table_General.htm" description="Table General" #*/
caption{
	padding-right:32px;
	/*margin-bottom:0;*/
/*changed to dont get stuck to other content*/
/*Bharti (01/02/07)*/
             margin-bottom:0.2em;
	font-size:1.8em;
	color:#5B3E1C;
	font-weight:bold;
}

td {
  padding:2px;
}
table { font-size:1.2em;}
/*#END#*/
/*#BEGIN#*/
/*# name="08.0 Table text" reference="ref/components-basics.css\06_Table.htm" description="Table text" #*/


/*DELETED BECAUSE ITS OVERWRITING THE TYPOGRAPHY .text Bharti (07/02/07)*/
/*.text {
 /*font: normal 11px verdana, arial;*//* removed cGuyomard 2007-02-01*/
/*  font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif; /* add cGuyomard 2007-02-01*/
 /*color:#594E21;
}*/

.text0 {
	font: normal 11px verdana, arial;
	color:#F0ECDD;	
}
.blanco {
	font: normal 11px arial;
	color: #CCC;
}
.texto-bold {
	font: bold 11px verdana, arial;
	color:#594E21;
}
.texto0-bold {
	font: bold 11px verdana, arial;
	color:#F0ECDD;	
}

/*div.mainContent */
tbody tr td span{
	/*display:block;	
	height:100%;
	padding:0.8em 0px 0.8em 0px;
      Added to table border
     */
	color:#594E21;
	font-size:1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}




/*#END#*/
/*#BEGIN#*/
/*# name="08.1 Table border" reference="ref/components-basics.css\06.1_Table_border.htm" description="Table border" #*/
.borde {
	border: 1px solid #7C7C7C;
}
.borde-vertical {
	border-left: 1px solid #7C7C7C;
	border-right: 1px solid #7C7C7C;
}
.borde-horizontal {
	border-top: 1px solid #7C7C7C;
	border-bottom: 1px solid #7C7C7C;
}
.borde-blanco {
	border: 1px solid #FFF;
}
.borde-vertical-blanco {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
.borde-horizontal-blanco {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
/* new */

.borde-derecho-sin{
     border-right:0;
}

.borde-izquierdo-sin{
     border-left:none;
}
/*#END#*/
/*#BEGIN#*/
/*# name="08.2 Table background" reference="ref/components-basics.css\06.2_Table_background.htm" description="Table background" #*/
/* TABLE BACKGROUND*/

.kaki1 {
	background-color: #E2DBBF;
}
.kaki2 {
	background-color: #D4CC9E;
}
.kaki3 {
	background-color: #D4CC9E;
}
.colorFondo {
	background-color: #F0ECDD;
}
.blanco {
	background-color: #FFF;
}


/*#END#*/
/*#BEGIN#*/
/*# name="09 Row" reference="ref/components-basics.css\09_Row.htm" description="Row" #*/
.row-sep-1,
.row-sep-2,
.row-sep-3,
.row-sep-4,
.row-sep-5 {
 background-repeat: repeat-x;
 width:100%;
}

.row-sep-1 {
 background-image: url('../img/row/separation1.gif');
}

.row-sep-2 {
 background-image: url('../img/row/separation2.gif');
}

.row-sep-3 {
 background-image: url('../img/row/separation3.gif');
}

.row-sep-4 {
 background-image: url('../img/row/separation4.gif');
}

.row-sep-5 {
 background-image: url('../img/row/separation5.gif');
}
/*#END#*/

