@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	text-align: right;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	width: 100%;
	float: none;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
}
.cabeza {
	margin-top: 10px;

}
.cuerpo1 {
	text-align: center;
	color: #FF6633;
	font-size: 2em;
}
.cuerpo2 {
	color: #FF6600;
	text-align: center;
}
.cuerpo3 {
	color: #0CC43A;
	text-align: center;
	font-size: 2em;
}
.cuerpo4 {
	text-align: center;
	color: #070CF9;
	margin-top: 0px;
}
.horario {
	color: #000000;
	text-shadow: 0px 0px;
	text-align: center;
}
#servicio {
	text-align: center;
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.Logo {
	text-align: center;
	font-size: 1em;
	color: #4472C4;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
.fecha {
	text-align: center;
	margin-top: 15px;
}
.Avisolegal {
	margin-top: 150px;
}
.avisolegal {
	margin-top: 250px;
}
.Solicitud {
	text-align: center;
	font-size: xx-large;
	width: 100%;
	border-radius: 25px;
	background-color: #FF3300;
	display: block;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.cabeza {
	text-align: center;
}
.cuerpo1 {
	font-size: 3em;
}
.cuerpo2 {
	text-align: center;
	font-size: 2em;
}
.cuerpo3 {
	text-align: center;
	font-size: 2em;
}
.cuerpo4 {
	font-size: 2em;
}
.horario {
	font-size: x-large;
	text-align: center;
}
#servicio {
	text-align: center;
	font-size: 1.5em;
}
.Logo {
}
.fecha {
}
.Avisolegal {
}
.avisolegal {
}
.Solicitud {
	width: 35.8974%;
	margin-left: auto;
	margin-right: auto;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.cabeza {
}
.cuerpo1 {
	text-align: center;
}
.cuerpo2 {
}
.cuerpo3 {
}
.cuerpo4 {
}
.horario {
	text-align: center;
}
#servicio {
	text-align: center;
	font-size: 1.5em;
}
.Logo {
    font-size: 2em;
    color: #4472C4;
}
.fecha {
}
.Avisolegal {
}
.avisolegal {
}
.Solicitud {
	text-align: center;
	font-size: 1,5;
	width: 28.5714%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
