html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	border:0 none;
	font:100% Arial, Helvetica, sans-serif;
	font-style:inherit;
	font-weight:inherit;
	text-decoration:none;
	margin:0;
	padding:auto;
	outline:0 none;
	vertical-align:baseline;
	color: #000000;
}

a {
	color:#ffffff;
	font-weight:bold;	
}
a:hover {
	color:#ff8d27;
}

body {
	background: #93a2cc url(./images/bg.gif) repeat-x;
	text-align: center;
	overflow : -moz-scrollbars-vertical;
}



/* -------------/ Container /------------- */
#container {
	background: #ffffff;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	
	/* ----/ Sombra /----- */
	/* -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#434343,direction=125,strength=5)"; /* /*   IE8+   */
	/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#434343,direction=125,strength=5); */ /* IE7 and lower */
  	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);  
}	

.portada #container {
	width: 978px;
	height: 519px;
}
.interior #container {
	width: 978px;
	height: auto;
}
.interior #textContent { 
	margin-top: 25px;
	border: 1px solid white;
	font-size:11px;

}

/* -------------/ Top (Cabecera) /------------- */
#top {
	padding: 20px 0px 0px 20px;
	height: 60px;
}
.portada #top {
	background: url(./images/top_bg_indoor.jpg);
}
.interior #top {
	background: url(./images/top_bg_indoor.jpg);
	
}

.topLogo {
	margin-top:5px;
	width:224px;
	height:28px;
	display:block;
	background: url(./images/costaisaNewLogo.png);
	float:left;
}

/* -------------/ Idiomas /------------- */

.idiomas a {
	color: #103e62;
}

.idiomas {
	float:right;
	display:block;
	padding: 25px 20px 0px 0px;
	float: right;
	font-size:12px;
	color: #103e62;
}
.idiomas a:hover {
	color: #103e62;
	text-decoration: none;
}

/* -------------/ Menus /------------- */
#menu {
	background: #5f8db1;
	margin: 0;
	padding: 0;
	color:#ffffff;
	margin-top: 1px;
	font: 11px bold;
	
}
#menuTab {
	width:125px;
	height:69px;
	background: url(./images/menuTab.gif);
}
.menuTab2 {
	margin-left:120px;
}
.menuTab3 {
	margin-left:240px;
}
.menuTab4 {
	margin-left:360px;
}
.portada #menu {
	background: none);
	padding-left: 10px;
	height: 22px;
}

.interior #menu {
	background: none);
	padding-left: 10px;
	height: 22px;
}
.subMenu {
	clear:both;
	padding-left:0px;
	position:relative;
	top:-22px;
}

/* -------------/ Menu List /------------- */
#menu ul {
	margin: 0;
	padding: 0;
	list-style-position:inside;
	list-style:none;
}

	
.interior #menuList, #subMenuList {
	padding:0px;
	margin:0px;
	list-style:none;
	list-style-type:none;
	font-size:11px;
}
.interior #subMenuList a {
	color:black;
}
.interior #subMenuList a:hover {
	color:grey;
}

.interior #menuList {
	text-align:center;
	width:120px;
	padding-top: 8px;
}
.menuListActive a {
	color: #000000;
}



/* -------------/ Productos Portada /------------- */
#productos {
	width: 326px;
	height: 361px;
	position:relative;
	float: left;
	background: #ffffff;
}
#imgProds{
	width: 326px;
	height: 213px;
}
.prod1 {
	background: url(./images/prod1b.jpg);
}
.prod2 {
	background: url(./images/prod2b.jpg);
}
.prod3 {
	background: url(./images/prod3b.jpg);
}

.prodTitle {
	margin-top:3px;
	padding: 15px 0px 5px 20px;
	color: #003366;
	text-align:justify;
	font-weight: bold;
	font-size:14px;
}
.prodText {
	margin: 0;
	padding: 15px 40px 0px 20px;
	font-size:12px;
	font-weight: normal;
	text-align:justify;
	color: #000000;
}

.rollHome {
	background:none;
	height:141px;
	display:block;
}

.rollHome:hover{
	background:url(images/rollHome.jpg) no-repeat;
	height:141px;
	display:block;
}


/* -------------/ Pie de pagina /------------- */
#pie {
	background: #103e62 url(./images/pie_bg.gif);
	height:55px;
}

.portada #pie {
	clear: both;
	position:relative;
/*	margin:60px 0px 0px 0px;*/
	width: 978px;
	border-bottom: 1px solid black;
}

.interior #pie {
	margin:60px 0px 0px 0px;
	width:978px;
}
.pieText {
	padding: 30px 20px 0px 0px;
	font-size: 10px;
	text-align: right;
	color: #ffffff;
}

/*-----menus--------*/

#sddm
{	margin: 0;
	padding: 0px 0px 0px 0px;
	z-index: 30;}

#sddm li
{	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	list-style: none;
	float: left;
	font: bold 11px arial;
	z-index: 30;
	}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #5f8db1;
	color: white;
	text-align: center;
	text-decoration: none;
	z-index: 30;
	}

#sddm li a:hover
{	background: url(images/border2.gif) no-repeat left;
	z-index: 30;
		}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: url(images/opacity.png) repeat left;
	z-index: 30;
	}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: url(images/opacity.png) repeat left;
		color: white;
		font: bold 11px arial;
		z-index: 30;
		}

	#sddm div a:hover
	{	background-image: url(images/border2.gif);
		background-position:left;
		background-repeat: no-repeat;
		background-color:#4280b1;
		color: white;
		z-index: 30;
		}
.certif{
	max-height:50px;
	float:left;
	padding-left:20px;
	padding-top: 2px;
}

a.logoChaman:link{
	background:url(images/logChaman.gif) no-repeat;
	display:block;
	width:210px;
	height:65px;
	margin-left:80px;
	margin-top:10px;
}
a.logoChaman:visited{
	background:url(images/logChaman.gif) no-repeat;
	display:block;
	width:210px;
	height:65px;
	margin-left:80px;
	margin-top:10px;
}
a.logoChaman:active{
	background:url(images/logChaman.gif) no-repeat;
	display:block;
	width:210px;
	height:65px;
	margin-left:80px;
	margin-top:10px;
}
/*a.logoChaman:focus{
	background:url(images/logChamanOn.gif) no-repeat;
	display:block;
	width:210px;
	height:65px;
	margin-left:80px;
	margin-top:10px;
}*/

a.logoChaman:hover{
	background:url(images/logChamanOn.gif) no-repeat;
	display:block;
	width:210px;
	height:65px;
	margin-left:80px;
	margin-top:10px;
}

a.logoDocuware:link {
	background:url(images/logDocuware.gif);
	display:block;
	width:237px;
	height:71px;
	margin-left:80px;
	margin-top:10px;
}
a.logoDocuware:visited{	
	background:url(images/logDocuware.gif) no-repeat;
	display:block;
	width:237px;
	height:71px;
	margin-left:80px;
	margin-top:10px;
}
a.logoDocuware:active{	
	background:url(images/logDocuware.gif) no-repeat;
	display:block;
	width:237px;
	height:71px;
	margin-left:80px;
	margin-top:10px;
}
/*a.logoDocuware:focus{	
	background:url(images/logDocuware.gif) no-repeat;
	display:block;
	width:237px;
	height:71px;
	margin-left:80px;
	margin-top:10px;
}*/

a.logoDocuware:hover{	
	background:url(images/logDocuwareOn.gif) no-repeat;
	display:block;
	width:237px;
	height:71px;
	margin-left:80px;
	margin-top:10px;
}

a.logoSaperion:link {
	background:url(images/logSaperion.gif);
	display:block;
	width:237px;
	height:70px;
	margin-left:80px;
	margin-top:10px;
}
a.logoSaperion:visited{
	background:url(images/logSaperion.gif) no-repeat;
	display:block;
	width:237px;
	height:70px;
	margin-left:80px;
	margin-top:10px;
}
a.logoSaperion:active{
	background:url(images/logSaperion.gif) no-repeat;
	display:block;
	width:237px;
	height:70px;
	margin-left:80px;
	margin-top:10px;
}
/*a.logoSaperion:focus{
	background:url(images/logSaperionOn.gif) no-repeat;
	display:block;
	width:237px;
	height:70px;
	margin-left:80px;
	margin-top:10px;
}*/
a.logoSaperion:hover{
	background:url(images/logSaperionOn.gif) no-repeat;
	display:block;
	width:237px;
	height:70px;
	margin-left:80px;
	margin-top:10px;
}


.amc p{
	font-size:9px;
}
.amc h5{
	font-size:9px;
}
.imgIntro{
	font:100% Arial, Helvetica, sans-serif;
	padding-top:8px;
	padding-left:20px;
	color:#EE4400;
	font-size:12px;
	text-decoration:underline;

}