@charset "utf-8";
/* Hoja de estilo para el portal COCICYL.
Desde esta hoja de estilo se incluyen los estilos correspondientes al 
resto de elementos y/o areas que componen el diseño global.
@author Divisa Informtica y Telecomunicaciones S.A.
@since Proxia Portal Server 5.5
@copy  2009
INICIO ESTILOS GLOBALES */
@import url("boxes.css");
@import url("contents.css");
@import url("banners.css");
@import url("menus.css");
@import url("links.css");
@import url("fontsize.css");
@import url("modelos_xsl.css");
@import url("resources.css");
@import url("searcher.css");
@import url("webmap.css");
@import url("popup.css");
@import url("faq.css");
@import url("intranet.css");
@import url("forums.css");
@import url("mail.css");
@import url('gallery.css');

/* Reseteo de Eric Meyer */
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, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul, li {
	list-style: none;
}
/* Unos estilos globales-especificos para Cocicyl */
BODY {
	background: transparent url(../imagenes/fondos/coc_bg.png) repeat scroll 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.25;
	color: #333;
	margin: 0; 
	padding: 0;
}
TABLE.masterTable,
TD.mainAreaMainMenu,
TD.mainAreaMainCenter,
TD.mainAreaMainIntranet {
	border-collapse: collapse;
}
TD.portalLayoutCell mainAreaMainCenter {
	border-collapse: separate;
}
A { text-decoration: none; }
A:hover { text-decoration: underline; }
.none, .default {
	height: 1%;
} /* corregimos un padding que genera IE */
.cmBodyContent {
	text-align: justify;
}
.cmBodyContentChildrens {
	margin: .5em 0;
}
SPAN.cmPopupText {
	line-height: 1;
}
IMG.cmPopupIcon {
	display: none;
}
.cmBlock {
	display: inline;
}
DIV.cmClear {
	height: 0;
}
.cmEmbedImageright {
	 padding-left: .5em;
}
.cmEmbedImageleft {
	 padding-right: .5em;
}

/* Clear Floats Without Structural Markup */
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

/** INICIO: Estilos componente de autenticación **/
TD.mainAreaMainIntranet IFRAME.loginFrame {
	color:#606060;
	text-align:left;
	width:13.2em;
	height:4em;
}

TD.mainAreaMainIntranet IFRAME.loginFrame[class] {
	width:14.2em;
	height:4.1em;
}
/** FIN: Estilos componente de autenticación **/

