/* 
RMG ABOGADOS 2008
diseño y construcción: Gustavo Antunez (gustavoantunez@gmail.com)
fecha: 25/05/08
mod1: -
mod2: -
 */


*{/* reseteo total */
	margin: 0;
	padding: 0;
}

table{/* fuera Cell Padding y Cell Spacing de las tablas!!! */
	border-spacing: 0px;
	border-collapse: collapse;
}
p{
	margin-bottom: 13px;
}
a:link, a:visited{
	color: #005068;
}
a:hover, a:active{
	color: #000;
}

hr{
	height: 1px;
	border: 1px solid #E4EAEF;
	color: #DFDFD7;
	background-color: #E4EAEF;
 	margin: 12px 0 12px 0;
 	clear: both;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, select, option {
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
input {
	font-size: 90%;
	padding: 3px;
}
textarea {
	font-size: 100%;
	padding: 3px;
}
/* All input elements that are checkboxes or radio buttons. */
input.check{}

/* Selects are a bit smaller, because it makes them look even better 8). */
select{
	font-size: 90%;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
option{
	padding-right: 12px;
}
.alert{
	color: #FF0000;
	font-weight:bold;
}
.msj{ 
	 color:#FF0000;
	padding: 24px;
	background: #FFCC00 url(img/bg_msj.jpg) repeat-x;
	font-size: 18px;
}
.msj a{color:#FF0000 !important;}

* html img,
* html .png{
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

body{
	text-align: center;
	color: #333;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*/////////// HEADER //////////////*/
#header_container{ 
	background: url(img/bg_top.jpg) repeat-x; 
}

#header{
	height: 200px;
	width: 900px;
	margin: auto;
	text-align: left;
	color: #73AEC0;
	font-size: 11px;
	/*padding: 0 20px;*/
}
#logo{
	margin: 50px 0 0 15px;
}
#login{
	float: right;
	width: 335px;
	padding-right: 20px;
}
#login .left{
	float: left;
	width: 78px;
}
#login .form{
	float: right;
	width: 245px;
	padding: 12px 0 0 0;
}
#login h2{
	font-size: 12px;
	color: #FFF;
}
#login .input{
	width: 80px;
	background-color: #FFF;
	margin-right: 3px;
	border: 1px solid #FFF;
}
#login .boton{
	background: url(img/bg_botonTop.png) repeat-x;
	color: #FFF;
	font-weight: bold;
	border: 0;
}
#login a:link, #login a:visited{color: #73AEC0;}
#login a:hover, #login a:active{color: #FFF;}

#menu_user{
	background-color:#FFCC00;
	font-size:12px; padding:12px;
	text-align:center; color:#000;
}
#menu_user a:link, #menu_user a:visited{
	color:#000;
}
#menu_user a:hover, #menu_user a:active{
	color:#666;
}

#menu{
	clear: both;
	font-size: 15px;
	color: #FFF;
	padding: 12px 0 12px 12px; 
}
#menu li{ 
	display: inline;  
	list-style: none;  
	padding: 10px 8px;
}
#menu li a:link, #menu li a:visited{ 
	padding: 6px;
	color: #FFF;
	text-decoration: none;
}
#menu li a:hover, #menu li a:active{ 
	background: #FFF; 
	color: #00617E;
}

/*/////////// FIM HEADER //////////////*/

/*/////////// CUERPO //////////////*/
#cuerpo_container{ 
	background: White url(img/bg_cuerpo.jpg) repeat-x; 
}
#container{
	width: 900px;
	margin: auto;
	text-align: left;
	min-height: 270px;
}
#container h2{
	color: #007194;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 6px;
}
#container h3{
	color: #000;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 6px;
}
#container h4{
	color: #005068;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 6px;
}
#container h5{
	color: #333;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 6px;
}
#container .left{
	float: left; display:block;
	width: 280px;
	/*min-height: 44px;*/
	padding: 15px 20px;
	text-align: justify;
}
#container .right{
	float: left; display:block;
	width: 520px;
	padding: 15px 20px 15px 0;
	text-align: justify;
}
#container .interna{
	padding: 15px 20px;
	text-align: justify;
}
.txt1{
	color: #666;
}
a.gris:link, a.gris:visited{ color:#333;}
a.gris:hover, a.gris:active{ color:#005068;}
.img1{
	float: left;
	padding: 6px;
	background: #DAE2E9;
	margin: 0 12px 0 0; 
}
.img2{
	padding: 10px;
	background: #CCC;
}
.img3{
	float: right;
	padding: 6px;
	background: #DAE2E9;
	margin: 0 0 0 12px; 
}
.img4{
	float: left;
	padding: 6px;
	background: #DAE2E9;
	margin: 0 12px 0 0; 
}
.floatR{
	float: right;
}
#container ul{
	padding: 6px 0 6px 24px;
}
#container li{ 
	list-style: url(img/poll2.gif); 
	padding: 3px 0;
}
#container li ul{ 
	padding: 6px 0 6px 15px;
}
#container li ul li{ 
	list-style: url(img/poll3.gif);
	padding: 3px 0; 
}
.div_destacado{ 
	background: #CAE8F9;
	border: 10px solid #B7E0F7;
	padding: 10px;
	color: #000;
}
.div_destacado label{margin-right: 15px;}



#container input, #container textarea{
	background-color: #FFF;
	border: 1px solid #005169;
	padding: 6px;
}
#container select{
	background-color: #FFF;
	border: 1px solid #005169;
	padding: 5px 6px;
}
.label{
	padding: 0 0 6px 0;
	clear: both;
}
.etiqueta{
	margin-bottom: 6px;
	clear: both;
}
.etiquetaF{
	margin-bottom: 6px;
	float: left;
	margin-right: 12px;
}
.etiquetaG{
	margin-bottom: 6px;
	float: left;
	width: 100px;
	height: 25px;
	margin-right: 12px;
	text-align: center;
	padding-top: 20px;
	background: #D0DFE5;
}
.boton_1{ 
	background: url(img/boton_1.jpg); 
	width: 80px; height: 30px;
	color: #FFF;
	font-weight: bold;
	border: 0 !important;
}
.boton_2{ 
	background: url(img/boton_2.jpg); 
	width: 180px; height: 30px;
	color: #FFF;
	font-weight: bold;
	border: 0 !important;
}
.cboton{
	padding: 18px;
	background-color: #E1F2F9;
}
#container .right fieldset{ 
	border: 1px solid #CAE8F9; 
	padding: 0 18px 18px 18px;
	margin-bottom: 12px;
}
#container .right fieldset:hover{ 
	border: 1px solid #CAE8F9; 
	padding: 0 18px 18px 18px;
	background-color: #E1F2F9;
}
#container .right legend{
	color: #005068;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 6px;
}
.prod{
	float: left;
	margin: 0 6px 12px 0;
	color: #005068;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
.prod img{
	float: left;
	padding: 6px;
	background: #DAE2E9;
	margin: 0 6px 0 0; 
}
.prod img:hover{
	background: #FFA500;
}
/*/////////// FIN CUERPO //////////////*/

/*/////////// BOTTOM //////////////*/
#bottom_container{ 
	clear: both;
	background: #DAE2E9 url(img/bg_bottom.jpg) repeat-x; 
}
#bottom{
	width: 860px;
	margin: auto;
	text-align: left;
    height: 100px;
	color: #7EA7B3;
	font-size: 11px;
	padding: 20px;
}
#bottom a:link, #bottom a:visited{
	color: #7EA7B3;
}
#bottom a:hover, #bottom a:active{
	color: #507B88;
}
#bottom .left{
	float: left;
	margin: 12px 50px 0 0;
}
#bottom .right{
	float: right;
	margin:12px 0 0 0;
}
#bottom .copy{
	clear: both; padding-top:24px;
}
/*/////////// FIN BOTTOM //////////////*/
