	@charset "UTF-8";
/* Global Styles */

body {
	margin:1em;
	}


a {
	color:#6e6d70;;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #48a6fd;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font:10px arial;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #48a6fd;
	}

#padding {
	padding:15px 5px 20px 5px;
	}
	
#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 1px;
	}
	
#weekdays th {
	font:11px arial;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #0E177C;
	letter-spacing:.3em;
	font-weight:bold;
	line-height:22px;
	}

.tagline {
	font:11px times new roman;
	color: #CC3300;
	letter-spacing:.2em;
	}

.smallText {
	font:12px times new roman;
	color: #333333;
	line-height:18px;
	}

.pageHeader {
	font:30px times new roman;
	color: #6d6e73;
	letter-spacing:0.1em;
	line-height:38px;
	}
	
.bodyText {
	font:13px arial;
	color:#333333;
	line-height:24px;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:13px times new roman;
	font-size: 24px;
    color: #079eff;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
	
	.field{
	    border: solid 1px #ccc;
	    padding:10px;
	    width: 280px;
	}
	
	
	.btn{
	    border-radius:3px;
	    display: inline-block;
	    padding 15px 15px;
	    text-decoration: none;
	    text-shadow:0 1px 0 rgba(255,255,255,0.3);
	    box-shadow: 0 1px 1 rgba(0.3,0.3,0,0.3);
	}
	
	.btn-azul{
	    border-radius:4px;
	    display: inline-block;
	    padding 15px 15px;
	    text-decoration: none;
	    text-shadow:0 1px 0 rgba(255,255,255,0.3);
	    box-shadow: 0 1px 1 rgba(0,0,0,0.3);
	    color: white;
	    background-color: #0854c7;
	}
	
	.btn-azul2{
	    border-radius:3px;
	    display: inline-block;
	    padding 10px 
	    width:280px;
	    text-decoration: none;
	    color: white;
	    background-color: #0854c7;
	}
	
	
	.btn-azul2:hover{
	    background-color: #0e2d68;
	}
	
	
	
	.btn-azul:hover{
	    background-color: #0e2d68;
	}
	
	
	.formulario{
	   background-color: white;
	   border-radius:3px;
	   box-shadow: 10px 10px 5px grey;
	   color: #999;
	   padding: 10px;
	   margin: 0 auto;
	   width:400px;
	}
	
	.formularioDos{
	   background-color: white;
	   border-color:grey;
	   border-radius:3px;
	   box-shadow: 10px 10px 5px grey;
	   padding: 7px;
	   width:800px;
	}
	
	.imagenes{
    border-color:grey;
    border-radius:3%;
    box-shadow: 0 1px 1 rgba(0,0,0,0.3);
    
    }
    
    .field2{
	    border: solid 1px #ccc;
	    padding:5px;
	    width: 170px;
	    font:10px arial;
	    color:#333333;
	    line-height:12px;
	    border-radius:3px;
	   
	}
	
.contenedor-servicios{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    margin-top:3em;
    margin-bottom:3em;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    padding:10px;
    margin:0;
    
}	

.img-servico{
    padding: 3px;
    max-width:100%;
    display:block;
    box-shadow: 0 1px 1 rgba(0,0,0,0.3);
    border-radius:3px;
}

.servicio{
    background-color:white ;
    text-align:center;
    cursor;pointer;
    box-shadow:0 0 1px 0 rgba(0,0,0,.3);
    transition:all 300ms;
    position:relative;
}

.servicio:hover{
    transform:scale(1.05);
    
}
.servicio::after{
    content:"";
    background-color:rgba(0,0,0,0.3);
    width:100%;
    height:100%;
    position:absolute;
    transform: scale(0);
}
	
	
/* inicio de estilos para informes  */

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
	color:#6e6d70;
	margin: 1px;
	padding: 3px;
	float: left;
	clear: none;
	width: 600px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin:1px;
	padding: 10px;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	position: relative;
	top: 2px;
	float: left;
	padding: 10px 10px;
	margin: 1px 1px 1px 1px;
	font: bold 0.7em sans-serif;
	background-color: #0854f7;
	list-style: none;
	border-left: solid 2px #CCC;
	border-bottom: solid 2px #999;
	border-top: solid 2px #999;
	cursor: pointer;
	color: #6e6d70;
}

/* color: #0854b7; This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	background-color: #6e6d70;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	background-color: #00C0a2;
	border-bottom: 2px solid #079eff;
	color:#6e6d70;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: #6e6d70;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 2px #CCC;
	border-bottom: solid 2px #CCC;
	border-top: solid 2px #999;
	border-right: solid 2px #999;
	background-color: #fafaff;
	color:#6e6d70;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	padding: 10px;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 20em;
	height: 20em;
	background-color: #fafaff;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	color:#6e6d70;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 2px;
	border-top: none;
	border-left: none;
	border-right: none;
	color:#6e6d70;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #00C0F2;
	border-bottom: solid 1px #999;
	color:#6e6d70;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

/* stylos para el contenedor de slider  */
/*
.contenerdor{
    margin:auto;
    background-color:grey;
    width:99%;
    padding: 3px;
    }
    
    ul, li {
        margin:0;
        padding:0;
        list-style:none;
      
    }
    
ul.slide{
    position:relative;
    width:99%;
    height:300px;
    
}

ul.slide li{
    position:absolute;
    left:0;
    top:0;
    opacity:0;
    width:inherit;
    height:inherit;
    transition: opacity .5s;
}

ul.slide li img{
    width:inherit;
    height:300px;
    object-fit:cover;
}

ul.slide li:first-child{
    opacity:1;
}

.menu_slide {
    display: block;
    color: white;
    text-decoration: none;
    text-align:center;
    background-color: blue;
    padding: 5px;
    width: 15px;
    height:15px;
    font-size:15px;
    border-radius:100%;
    
}

ul.slide li:target{
    opacity:1;
}

*/


