@charset "utf-8";
@import 'reset.css';
*html{
	height:100%;

}
body
{
	margin:0;
	padding:0;
	background-color:#203e58;
	font-family:sans-serif;
	font-size:11px;
		height:100%;
}
.titulo{
	color:#4A98EA;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	margin-top:20px;
}
.error
{
	float:left;
	padding-top:13px;
	color:#C00;
}
.inputError
{
	color:#C00;
}

a{
color:#FFF;
text-decoration:none;}
a:hover{
color:#999;
text-decoration:underline;}

.clear{clear:both;}

.content{
	margin:20px 0;
	position:relative;
}

#AllContent
{
	position:absolute;
	left: 50%;
	margin-left:-380px;
	top:10px;
}
#Header, #Menu, #Footer
{
	width:760px;	
}

#LeftCornerTop
{
	width:29px;
	height:172px;
	background:url(../images/Left-Corner-Top.png) no-repeat;
	float:left;
}
#RightCornerTop
{
	width:29px;
	height:172px;
	background:url(../images/Right-Corner-Top.png) no-repeat;
	float:left;
}

#CenterTop
{
	width:702px;
	height:172px;
	background:url(../images/Center-Top.png) repeat-x;
	float:left;
}
	#CenterTop .logo
	{
		background:url(../images/logo.png) no-repeat;
		behavior: url('../iepngfix.htc');
		width:252px;
		height:145px;
		margin-top:15px;
		float:left;
		cursor:pointer;
	}

#Menu-Left-Side
{
	width:29px;
	height:45px;
	background:url(../images/verde/menu-left-side.png) no-repeat bottom;
	float:left;
}
#Menu-Right-Side
{
	width:29px;
	height:45px;
	background:url(../images/verde/menu-right-side.png) no-repeat bottom;
	float:left;
}
#Menu-Center
{
	width:702px;
	height:45px;
	background:url(../images/verde/menu-center.png) repeat-x bottom;
	float:left;
}

	#Menu-Center img
	{
		margin:0;
		cursor:pointer;
		float:left;
	}
	#Menu-Center img.menuhover
	{
		opacity: 0.5;
		-moz-opacity: 0.5;
		filter: alpha(opacity=50);
	}
	
	#Menu-Center .separator
	{
		background:url(../images/separator.png) no-repeat;
		behavior: url('../iepngfix.htc');
		float:left;
		width:2px;
		height:40px;
		margin:5px 10px;
	}
	#Menu-Center .contacto
	{
		float:right;
		width:30px;
		height:30px;
		margin:0px;
		margin-top:10px;
	}

#Content-L
{
	background:#F3F4F2 url(../images/left-content.png) left  repeat-y;
	padding:0 0 0 29px;
	width:731px;
	float:left;
}

#Center-Content
{
	width:731px;
	background:#F3F4F2 url(../images/right-content.png) right repeat-y;
	float:left;
}






#Left-Footer
{
	width:29px;
	background:#F3F4F2 url(../images/verde/left-footer.png) no-repeat bottom;
	float:left;
	height:45px;
}
#Right-Footer
{
	width:29px;
	background:#F3F4F2 url(../images/verde/right-footer.png) no-repeat bottom;
	float:left;
	height:45px;
}
#Center-Footer
{
	width:702px;
	background:#F3F4F2 url(../images/verde/center-footer.png) repeat-x bottom;
	float:left;
	height:45px;
}
	#Center-Footer .copyright
	{
		float:left;
		color:#FFF;
		margin-top:5px;
	}
	#Center-Footer .mainmenu
	{
		float:right;
		color:#FFF;
		margin-top:10px;
	}
#loader{
	position:absolute;
	width:100%;
	height:300%;
	_height:expression((document.body.offsetHeight)*2 + "px");
	top:0px;
	left:0px;
	background:#203E58;
	z-index:1000;
	text-align:center;
	color:#FFF;
	line-height:200px;
}
form
{
	margin:20px 0 20px 110px;
}
#share .titulo{
	color:#4A98EA;
	text-align:center;
	margin:10px 0;
	font-size:11px;
}

#shareForm
{
	margin:0px;
	width:100%;
}
	#shareForm .error
	{
		margin:0 0 0 104px;
		_margin:0 0 0 54px;
		padding:0px;
	}
	
form .input{
		border:1px solid #4A98EA;
		background:#F1F5FE;
		font-size:11px;
		height:20px;
		padding:6px 5px 0;
		width:250px;
		margin:5px;
		float:left;
	}
	
	form textarea
	{
		border:1px solid #4A98EA;
		font-size:11px;
		background:#F1F5FE;
		height:60px;
		padding:6px 5px 0;
		width:250px;
		margin:5px;
		float:left;
		font-family:sans-serif;
	}
	form .submit
	{
		margin-left:104px;
		margin-right:10px;
	}
	form .required{
		border-right:#C00 3px solid;
	}
.titCont{
	float:left;
	font-size:12px;
	height:10px;
	padding:20px 0;
	width:100%;
	color:#146D0D;
	font-weight:bold;
}
label
{
		font-size:11px;
		height:20px;
		padding:13px 0px 0;
		width:100px;
		float:left;
		color:#4A98EA;
		text-align:left;
}

.btn-default a
{
	background:transparent url(../images/btn-left.png) no-repeat scroll top left;
    color:#fff;
    float: left;
	height: 22px;
	padding:3px 0px 0px 5px;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	cursor:pointer;
	margin:0pt;
	border:none;
}


.btn-default a.red{color:#C00;}
.btn-default input
{
	background:transparent url(../images/btn-left.png) no-repeat scroll top left;
    color:#fff;
    float: left;
	height: 20px;
	padding:0px 0px 3px 5px;
	*padding-bottom:0px;
	font-size:9px;
	text-transform:uppercase;
	text-decoration:none;
	cursor:pointer;
	border:none;
	overflow:hidden;
}
.btn-default span
{
    background:transparent url('../images/btn-right.png') no-repeat right top;
	float:left; 
	height:20px;
	width:5px;
	margin-right:7px;
}
.btn-default img
{
	float:left;
	margin-top:2px;
}


.line
{
	background:url(../images/line-prods.png) no-repeat;
	behavior: url('../iepngfix.htc');
	height:5px;
	width:250px;
	float:left;
	margin:9px 0 10px 140px;
	_margin:0px 0 0px 70px;
}
.producto
{
	width:425px;
	margin:25px 0;
	position:relative;
	float:left;
}
.producto .actions
{
	float:left;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	text-align:center;
	width:100%;	
	padding-top:10px;
	border-top:#CCC 1px dashed;
}
.producto .actions img
{
	cursor:pointer;
}
.prodLeerMas
{
	color:#4A98EA;
	margin-left:10px;
}
.prodImg
{
	width:110px;
	float:left;
	margin-right:10px;
	height:150px;
	behavior: url('../iepngfix.htc');
	background:url(../images/fondo-img.png) no-repeat;
}
.prodImg img
{
	margin-bottom:0;
	margin-left:8px;
	margin-right:0;
	margin-top:11px;	
}
.prodName
{
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	float:left;
	margin-bottom:10px;
	margin-top:7px;
}
	.tipo0
	{
		color:#999;
	}
	.tipo1
	{
		color:#4A98EA;
	}
	.tipo2
	{
		color:#61C00E;
	}
	.tipo3
	{
		color:#F00018;
	}
	.tipo4
	{
		color:#339;
	}
.prodDescr
{
	color:#8C8C8C;
	font-size:11px;
	float:left;
	width:300px;
	text-align:justify;
}
.divRight
{
	margin-right:30px;
	_margin-right:0px;
	width:205px;
	padding:5px 30px 10px 15px;
	border-left:1px solid #26435D;
	float:right;
}
.divRight span
{
	font-variant:small-caps;
	font-size:13px;
	font-weight:bold;
	float:left;
	margin-bottom:2px;
	color:#8B8B8B;
	letter-spacing:1px;
	width:100%;
}
.divRight p
{
	font-size:11px;
	line-height:20px;
	margin-bottom:10px;
}
	.divRight p.noline
	{
		line-height:normal;
	}
	
	

.txtgreen
{
	color:#008000;
}
.tip
{
	background:#E1F1FB;
	width:190px;
	margin:10px auto;
	border:1px solid #CCC;
	padding:5px;
}
.tip .span
{
	background:transparent url(../images/tip.gif) no-repeat scroll 0 0;
	color:#4A98EA;
	height:15px;
	padding-left:17px;
	padding-top:5px;
}
.valores
{
	background:#FFF;
	width:220px;
	border:1px solid #CCC;
}
.valores .span
{
	color:#4A98EA;
	height:15px;
	text-align:center;
}
.valores table td
{
	font-size:10px;
	padding:1px 2px;
}
.displayBox img { background-color: #ddd; padding: 15px; border: 1px solid #888 } 

.pager
{
	float:left;
	width:425px;
	text-align:right;
}
	.pager a{
		color:#4A98EA;
	}
.success
{
	background:#D9FACB;
	xwidth:220px;
	border:1px solid #393;
	padding:5px;
	color:#393;
	text-align:center;
}

.divRight dl
{
	border:1px solid;
	background:#E2EDF5;
}
.divRight div.dtTitle
{
	line-height:25px;
}
	.divRight a
	{
		color:#4A98EA;
		font-size:11px;
	}
