<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body 
{
	font-family: arial;
	color: #666666;
	font-size: 13px;
}

.titulo_formulario 
{
	font-size: 120%;
	font-weight: bold;
	color: #336699;
	border-bottom: #999999 dashed 1px;
	text-align: justify;
}

.descripcion_formulario 
{
	font-size: 13px;
	color: #666666;
	text-align: justify;
}

.selector {
    width: 200px;
}

.d-inline-block {
    display: inline-block!important;
}

.mt-0 {
    margin-top: 0!important;
}

.ml-2 {
    margin-left: 4rem;
}

.nombre_apartados 
{
	font-size: 13px;
	font-weight: bold;
	text-align: justify;
}

.oculto
{
    display: none;
}

.visible
{
    display: inline;
}

.caja
{
    width: 750px;
    padding: 10px;
    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    height: auto;
    background-color: #FFF;
    -moz-boder-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #666666;
    position: relative;
    margin-left: 25%;
}

.centrar{text-align:center}
.der{ text-align:right}
.izq{ text-align:left}
.mini{ font-size:11px; font-weight: normal;}

ol li 
{
    padding: 10px 0 10px 0;
}

.mb-1 {
    margin-bottom: 1rem;
}

/**************************************************************************   ESTRUCTURA ******************************************************************************/

.centro{
	width: 750px;
    padding: 10px;
    height: auto;
    background-color: #FFF;
    position: relative;
    margin-left: 25%;
	}
	
/**************************************************************************   Tienda Online ******************************************************************************/

#top-carrito{
	float:left;
	width:980px;
	height:60px;
	}

/*********  Fichas  *********/

#proceso-pago{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	
	}
.paso{
	float:left;
	background-color:#e4e4e4;
	padding:10px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.6;
	opacity: 0.6;
	color: #000;
	}	
	
.flecha{
	float:left;
	height:20px;
	padding:9px 2px 0 2px;
	margin: 0 10px;
	}	

#proceso-pago .activo{
	font-weight:bold;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}
	
/* GRIDVIEW 
----------------------------------------------------------*/
.tabStyle th, .tabStyleFacultades th{
	padding: 2px;
	color: #000;
    background-color: #5db5ef;
}
.tabStyle tbody, .tabStyleFacultades tbody{	background:#FFF;}
.tabStyle thead, .tabStyleFacultades thead{ border-bottom:1px solid #CDCDCD; height:30px;}

.tabStyle td{
	padding: 2px;
	color: #666;
	min-width: 75px;
	height: 40px;
}

.tabStyleFacultades td{
	color: #666;
    min-width: 45px;
	height: 25px;
}

.resetTab{ width:auto;}

.box 
{
    margin: 0 auto;
}

.imageUploaderField input{
    width:100%!important;
}

.labelVerMas
{
    font-size: 10pt;
    cursor: pointer;
}

.linkVerMas
{
    text-decoration: none;
    margin-left: 0.5em;
    color: #666;
}</pre></body></html>