@import "idiomas.css";
@import "menus.css";

body {
	/*background:url(images/body.gif) repeat-x #7fac4b;*/
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#666666;
}

h2 {
	height:25px;
	background:url(images/h2.gif) no-repeat;
	padding-top:10px;
	padding-left:20px;
	color:#000000;
	font-size:16px;
}

h3 {
	font-size:14px;
	margin:5px 0;
}

.container {
	/*background:url(images/pxrepweb.gif) repeat-y ;
	border:1px solid  #990000;*/
	background:#FFFFFF;
	padding:0px;
	line-height:18px;
	text-align:left;
	width:770px;
	margin:auto;
	display:table;
}

.web {
/*	background:url(images/bgweb.jpg) top no-repeat;*/ 
	line-height:20px;
	float:left;
	width:100%;
	
}

.top {
	clear:both;
	background-color:#FFFFFF;
/*	border:1px solid  #000000;*/
	height:198px;
}
.lateral
{
	float:left;
	background-color:#FFFFFF;
	padding:20px 25px;
	width:160px;
}
#empresa p{
	text-align:justify;
}
.pagina {
	float:right;
/*	border:1px solid #CC0000;
	background-color:#0099CC;*/
	width:550px;
	padding-top:10px;
	padding-bottom:10px;
	display:table;
	padding-left:5px;
	min-height:620px;

/*	background:url(images/bg.jpg) no-repeat bottom right;*/
}

* html .pagina {
	width:550px;
}

.pagina img.izquierda{
	margin-right:10px;
	float:left;
}

.pagina img.derecha{
	margin-left:10px;
	float:right;
}
.pagina input
{
	font-size:10px;
}

.pagina a
{
	color:#EA5A5A;
	text-decoration:none;
}

.pagina a:hover
{
	color:#f08787;
	text-decoration:none;
}

.foot {
	height:32px;
	width:100%;
	float:left;
	clear:both;
	color:#000000;
	font-weight:bold;
	text-align:center;
	padding-top:15px;
	display:run-in;
}

.cal_pagina a {
	padding:0;
	margin:0;
	background:none;
	border:0;
}

.cal_pagina a:hover {
	background:none;
}

.button {

	border: 1px solid #999999;
	background-color: #d0d1d0;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
	background-image: url(../ico/formButtonBg.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
	
.buttonOn, .button:hover, .button:focus, .buttonOn:focus {

	border: 1px solid #444444;
	background-color: #ffffff;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
	background-image: url(../ico/formButtonBgOn.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-color: #758a9e;
	}
