/*general az.cl specific styling, this supercedes styling in standard.css*/

table.OuterTable {
	width:760px;
	border:0px;
	border-collapse: collapse;
}

td.LeftColumn, td.MiddleColumn, td.RightColumn {
	padding:0px;
}

/*
.footerContainer {
	border-top:solid white 1px;
}

A.menuLevel1:hover, A.menuLevel1On {
	color: black! important;
	background-color: #DD5900
}		


table.contentTitle {
	width:100%;
	border:0px;
	border-collapse:collapse;
	background-color:#ECF6FA;
}	

table.contentTitle td {
	padding:0px;
}

.icm_header {
	background-color:#DD5900 !important;
}


.RightColumn {
	background-color:#DBEBF8 !important;
}*/





/*home page*/
/*
.home_intro_text {
	color:white;
	padding:8px;
	height:283px;
}
            
.home_table_header {
	background-color: #4194b4;
	font-weight: normal;
	padding-top: 10px;
	vertical-align:bottom;	
}
*/
/*home page end*/


/*product summary page*/
.table_content {
    background-color:DBEBF8;
}
            
.table_header {
	background-color:DD5900;
}
            
.table_header td {
	color:white;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
}









/*PREVIEW DE LINEAS TERAPEUTICAS, PONE DESCRIPCION AL PASAR EL MOUSE POR UNA IMAGEN*/



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -40;
left: 0px; /*position where enlarged image should offset horizontally */
width:145px;
text-align:center;

}


/*product summary page end*/
