/*///////////////////////////////////////////////////////////////////
Imported styles

Importación de los estilos generales de los servicios web.
///////////////////////////////////////////////////////////////////*/

@import url(webservices.css);

/*///////////////////////////////////////////////////////////////////
Estilos
///////////////////////////////////////////////////////////////////*/

button { cursor: pointer; outline: none; border:none; background-color:#6e88a1; color:white; }
div#recommend td.buttons button, td.buttons a { float: left; margin:2px; }

label {color:#294563; font-weight:bold; margin:2px 0;}


/*Estilos especiales cuando el contenido de los servicios web se abre en el contenido de la web */

div#contents div#recommend table { margin-left: 35px; }

div#popin { background-color: white; border:none; padding: 5px; }

p {color:#294563;}

.captcha label { float: left; clear: both; }

.captcha input { float: left; clear: both; }
