.gmvO2ParentStyle .iceMsgsWarn {
	display: none;
}

.gmvO2ParentStyle a{
	text-decoration: none;
}

.gmvO2ParentStyle a:hover{
	color: #10737F;
}

/*************************************************/
/****************** Popup error ******************/
/*************************************************/

.gmvO2ParentStyle .icePnlPop, .gmvO2ParentStyle .icePnlTlTip {
    padding: 0em;
    background: #F5F5F5;
    border: 1px solid #d9d9d9;
}

.gmvO2ParentStyle .icePnlPopHdr .iceOutTxt, 
.gmvO2ParentStyle .icePnlTlTipHdr .iceOutTxt {
    padding: 0.5em;
    text-align: center;
    vertical-align: middle;
    font: 11px tahoma;
	color: #ffffff;
    font-weight: bold;
}

.gmvO2ParentStyle .corePopupHdr{
	background-color: #0c4e58;
	color: #ffffff;
}

.gmvO2ParentStyle .popupHeaderWrapper{
	padding: 1em 0em 1em 1em;
}

.gmvO2ParentStyle .corePopupHdr input{
	float: right;
}

.gmvO2ParentStyle .ie6 .corePopupHdr input{
	position: relative;
	top: -50%;
}

.gmvO2ParentStyle .popupHeaderWrapper .iceOutTxt, 
.gmvO2ParentStyle .popupHeaderWrapper .iceOutLbl {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.gmvO2ParentStyle .iceCmdBtn{
	margin-right: 0.5em;
}

.gmvO2ParentStyle .corePopupBody .iceCmdBtn{
	margin-top: 3em;
	margin-bottom: 1em;
}

.gmvO2ParentStyle .popupBody{
	margin: 2em 1em 2em 1em;
}

/*************************************************/
/**************** Fin Popup error ****************/
/*************************************************/

/*************************************************/
/****************** Formularios ******************/
/*************************************************/

/* Para usar este estilo, la etiqueta y el campo de formulario deben estar incluidos en un mismo div cuya clase ser� 'row' */
.gmvO2ParentStyle .row {
	width: 100%;
	padding: 0.5em 0;
}

.gmvO2ParentStyle .row label{
	float: left;
	font-weight: bold;
	padding: 0.4em 1em;
	width: 10em; /* Modificar en funci�n del tama�o de los campos */
}

.gmvO2ParentStyle .iceOutTxt, 
.gmvO2ParentStyle .iceOutLbl {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.gmvO2ParentStyle .row select{
	width: 10em; /* Modificar tama�o si es necesario */
	color: #383838;
}

.gmvO2ParentStyle .row input,
.gmvO2ParentStyle .row textarea{
	width: 35em;
	color: #383838;
	border: solid 1px #dedede;
	border-radius: 0px !important;
	padding: 0.2em;
}

.gmvO2ParentStyle .row input[type="radio"]{
	width: 2em;
	border-style: none;
	border-width: 0px;
	border-radius: 0px !important;
}

.gmvO2ParentStyle input.focus,
.gmvO2ParentStyle textarea.focus,
.gmvO2ParentStyle .ie6 input.focus,
.gmvO2ParentStyle .ie6 textarea.focus{
	background-color: #f0f4f4;
}

.gmvO2ParentStyle .o2-lbs-portlet fieldset{
	border-color: #ffffff;
}

.gmvO2ParentStyle [disabled]{
	background-color: #fbfbfb;
	color:#999999 !important;
}
/*************************************************/
/**************** Fin Formularios ****************/
/*************************************************/

.gmvO2ParentStyle #o2-intranet-content-portlet .contenido{
	margin: 10px;	
}