/* CALL CASCADING STYLE Css between Head tabs */
/* <link rel="stylesheet" type="text/css" href="mystyles.css"> */

/* ------------------------------------------------------------------------------------------------------------------------------------------------------- */

BODY 
{
margin-top: 20px;
margin-right: 10px;
margin-bottom: 0px; 
margin-left: 0px; 
background-color: #666666;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
color: #000000
font-size: 10pt; 
font-weight: normal; 
text-align: left;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------- */

/*--- TITLES SPANISH CLASSES IN NEW YORK and ADRIAN GONZALEZ MARTINEZ and WHITE TITLE under ADRIAN GONZALEZ MARTINEZ ---*/

/*--- spanishnewyork.comTM: letters RED 14pt ---*/

.text-red-next-logo { 
color : #FF9966; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 14pt; 
font-weight : bold; 
text-decoration : none; 
} 

/*--- spanishnewyork.comTM: letters YELLOW 14pt ---*/

.text-yellow-next-logo { 
color : #FFCC00; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 14pt; 
font-weight : bold; 
text-decoration : none; 
} 

/*--- spanishnewyork.comTM: letters YELLOW 8pt ---*/

.text-yellow-next-logo-8 { 
color : #FFCC00; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 8pt; 
font-weight : bold; 
text-decoration : none; 
} 

/*--- spanishnewyork.comTM: letters YELLOW 7pt for TM---*/

.text-yellow-next-logo-7 { 
color : #FFCC00; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 7pt; 
font-weight : bold; 
text-decoration : none; 
} 

.title-spanish-classes-in-new-york { 
color : #FF9966; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 24pt; 
font-weight : bold; 
text-align: right;
text-decoration : underline; 
} 

.title-adrian-gonzalez-martinez { 
color : #66FF99; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 18pt; 
font-weight : bold; 
text-align: right;
text-decoration : none; 
} 

.title-white-under-adrian-gonzalez-martinez { 
color : #FFFFFF; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 14pt; 
font-weight : bold; 
text-align: right;
text-decoration : none; 
} 

.title-white-center-verdana-bold-10 { 
color : #FFFFFF; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10pt; 
font-weight : bold; 
text-align: center;
text-decoration : none; 
} 

/* -------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*--- INSTRUCCIONES PARA HACER MENU COMO SPANISH CLASSES Y SPANISH MISCELLANEOUS LEFT---*/

/*---Make a basic list (wrapped in <a href="#"> </a>) in the HTML code---*/
/*---1. To remove the HTML list bullets, set the "list-style-type" to "none": #menu1 ul---*/
/*---To remove left-indentation consistently across all browsers, set both padding and margins to "0" for the "UL".---*/
/*---2. To achieve a rollover, the list items have to be converted to blocks using "display: block": #menu1 a.---*/
/*---To add a background color, you set it within the "a" state.---*/
/*---Set the list width within a rule targeting the "a" element so the entire block will be active.---*/
/*---Add padding to the list items within the "a" state.---*/
/*---To remove the text underline---*/
/*---3. Use "a:hover" to set a second background color, as a rollover state: #menu1 a:hover---*/
/*---4. To separate the list items, add a margin on the "LI" element. For no margin use: "margin: 0;" (for moremargin use: "margin: 0 0 .2em"): #menu1 li.---*/
/*---To show the users what page they are on: #active a---*/
/*---1. Add id="active" to the "LI" element associated with the current page(IN THE HTML CODE!!).---*/
/*---2. Duplicate the main rollover list rule set - "#menu1 a".---*/
/*---3. Replace "#menu1" with "#active".---*/
/*---4. Change the background color.---*/
/*---To Add borders set different border colors to each side of the list, and then reverse the colors for the active state.---*/
/*---Add the borders inside the "#menu1 a" and the "#menu1 a:hover"---*/
/*---To change row's background color: "#menu1 li li a" (I'M NOT USING THIS. TOO MUCH TROUBLE!!!!).---*/
/*---To make 1 Menu bold:.---*/
/*---1. Specify "font-weight: bold;" inside "#menu1 a" (I'M NOT USING THIS. TOO MUCH TROUBLE!!!!).---*/
/*---2. Specify "font-weight: normal;" inside "#menu1 li li a" (I'M NOT USING THIS. TOO MUCH TROUBLE!!!!).---*/
/*---(Otherwise the "bold" will cascade down and everything will become "bold" too)-(I'M NOT USING THIS. TOO MUCH TROUBLE!!!!).---*/

/*-------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*--- MENU SPANISH CLASSES LEFT: TITLE y ROWS ---*/

#title-spanish-classes a
{
display: block;
background-color: #CC6600;
width: 200px;
height: 18%;
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #FFFFFF;
font-size: 10pt;
font-weight: bold;
padding: 3px;
text-align: center;
text-decoration: none;
border-top: 1px solid #C0C0C0;
border-left: 1px solid #C0C0C0;
border-right: 1px solid #808080;
border-bottom: 1px solid #808080;
}

/*--- Remove list bullets, and left-indentation ---*/

#menu1 ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

/*--- Main ---*/

#menu1 a
{
display: block;
color: #FFFFFF;
background-color: #CC6600;
width: 200px;
height: 18%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
padding: 3px;
text-decoration: none;
border-top: 1px solid #C0C0C0;
border-left: 1px solid #C0C0C0;
border-right: 1px solid #808080;
border-bottom: 1px solid #808080;
font-weight: normal;
}

/*--- After Rollover ---*/

#menu1 a:hover
{
background-color: #666699;
color: #66FF99;
border-top: 1px solid #808080;
border-left: 1px solid #808080;
border-right: 1px solid #C0C0C0;
border-bottom: 1px solid #C0C0C0;
}

/*--- NO SPACE between the Rows's Menus ---*/

#menu1 li { margin: 0; }

/*--- Active Current Page: RED In The Menus for Spanish Classes and Spanish Miscellaneous ---*/

#active-red a
{
display: block;
background-color: #CC3300;
width: 200px;
height: 18%;
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #FFFFFF;
font-size: 10pt;
font-weight: normal;
padding: 3px;
text-align: left;
text-decoration: none;
border-top: 1px solid #C0C0C0;
border-left: 1px solid #C0C0C0;
border-right: 1px solid #808080;
border-bottom: 1px solid #808080;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*--- MENU SPANISH MISCELLANEOUS LEFT: TITLE y ROWS ---*/

#title-spanish-miscellaneous a
{
display: block;
background-color: #CC9900;
width: 200px;
height: 18%;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 10pt;
font-weight: bold;
padding: 3px;
text-align: center;
text-decoration: none;
border-top: 1px solid #C0C0C0;
border-left: 1px solid #C0C0C0;
border-right: 1px solid #808080;
border-bottom: 1px solid #808080;
}

#menu2 ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#menu2 a
{
display: block;
color: #FFFFFF;
background-color: #CC9900;
width: 200px;
height: 18%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
padding: 3px;
text-decoration: none;
border-top: 1px solid #C0C0C0;
border-left: 1px solid #C0C0C0;
border-right: 1px solid #808080;
border-bottom: 1px solid #808080;
font-weight: normal;
}

#menu2 a:hover
{
background-color: #666699;
color: #66FF99;
border-top: 1px solid #808080;
border-left: 1px solid #808080;
border-right: 1px solid #C0C0C0;
border-bottom: 1px solid #C0C0C0;
}

#menu2 li { margin: 0; }

/*-------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*--- ADVERTISEMENT TABLE under MENU SPANISH MISCELLANEOUS LEFT---*/

/*--- Remove list bullets, and left-indentation ---*/

#advertisement-table1 ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#advertisement-table1 li { margin: 0 0 .2em 0; }

/*--- Main ---*/

#advertisement-table1 a
{
display: block;
color: #FFFFFF;
background-color: #666666;
width: 200px;
height: 18%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
padding: 0px;
text-decoration: none;
border-top: 0px solid #666666;
border-left: 0px solid #666666;
border-right: 0px solid #666666;
border-bottom: 0px solid #666666;
font-weight: normal;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* MIDDLE MAIN COLUMN WITH ALL THE TEXT Line Height 25, like page 1*/

.text-middle-main-column { 
color : #000000; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10pt; 
font-weight : normal; 
line-height : 25px; 
} 
.text-middle-main-column-bold { 
color : #000000; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10pt; 
font-weight : bold; 
line-height : 25px; 
} 
.yellow-dot { 
color : #c4b500; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10pt; 
font-weight : bold; 
line-height : 25px; 
} 
A.spanish-link-yellow-10-bold:link { 
color : #ffcc00; 
font-size : 10pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : bold; 
text-decoration : underline; 
} 
A.spanish-link-yellow-10-bold:visited { 
color : #ffcc00; 
font-size : 10pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : bold; 
text-decoration : underline; 
} 
A.spanish-link-yellow-10-bold:active { 
color : #ffcc00; 
font-size : 10pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : bold; 
text-decoration : underline; 
} 
A.spanish-link-yellow-10-bold:hover { 
color : #ffcc00; 
font-size : 10pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : bold; 
text-decoration : underline; 
} 
A.spanish-link-orange-10-bold:link { 
color : #ff9933; 
font-size : 10pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : bold; 
text-decoration : underline; 
} 
A.spanish-link-orange-10-bold:visited { 
color : #ff9933; 
font-size : 10pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : bold; 
text-decoration : underline; 
} 
A.spanish-link-orange-10-bold:active { 
color : #ff9933; 
font-size : 10pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : bold; 
text-decoration : underline; 
} 
A.spanish-link-orange-10-bold:hover { 
color : #ff9933; 
font-size : 10pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : bold; 
text-decoration : underline; 
} 
A.spanish-link-blue-10-normal:link { 
color : #0000ff; 
font-size : 10pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : normal; 
text-decoration : underline; 
} 
A.spanish-link-blue-10-normal:visited { 
color : #0000ff; 
font-size : 10pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : normal; 
text-decoration : underline; 
} 
A.spanish-link-blue-10-normal:active { 
color : #0000ff; 
font-size : 10pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : normal; 
text-decoration : underline; 
} 
A.spanish-link-blue-10-normal:hover { 
color : #0000ff; 
font-size : 10pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : bold; 
text-decoration : underline; 
} 

/* -------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* MIDDLE MAIN COLUMN WITH ALL THE TEXT Line Height none, like page 2*/

.text-middle-main-column-height-0 { 
color : #000000; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10pt; 
font-weight : normal; 
} 

.text-middle-main-column-height-0-bold { 
color : #000000; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10pt; 
font-weight : bold; 
} 

.text-middle-main-column-height-0-bold-for-tittles-capitalized { 
color : #333333; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10pt; 
font-weight : bold; 
} 

A.spanish-link-blue-10-bold:link { 
color : #0000ff; 
font-size : 10pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : bold; 
text-decoration : underline; 
} 
A.spanish-link-blue-10-bold:visited { 
color : #0000ff; 
font-size : 10pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : bold; 
text-decoration : underline; 
} 
A.spanish-link-blue-10-bold:active { 
color : #0000ff; 
font-size : 10pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : bold; 
text-decoration : underline; 
} 
A.spanish-link-blue-10-bold:hover { 
color : #CC3300; 
font-size : 10pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : bold; 
text-decoration : underline; 
} 

A.spanish-link-blue-red-normal:link { 
color : #0000ff; 
font-size : 10pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : normal; 
text-decoration : underline; 
} 
A.spanish-link-blue-red-normal:visited { 
color : #0000ff; 
font-size : 10pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : normal; 
text-decoration : underline; 
} 
A.spanish-link-blue-red-normal:active { 
color : #0000ff; 
font-size : 10pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : normal; 
text-decoration : underline; 
} 
A.spanish-link-blue-red-normal:hover { 
color : #CC3300; 
font-size : 10pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : normal; 
text-decoration : underline; 
} 


/* TOP WHITE LINKS */

A.spanish-top-white-10:link { 
color : #ffffff; 
font-size : 10pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
text-align: center;
text-decoration : underline; 
} 
A.spanish-top-white-10:visited { 
color : #ffffff; 
font-size : 10pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
text-align: center;
text-decoration : underline; 
} 
A.spanish-top-white-10:active { 
color : #ffffff; 
font-size : 10pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
text-align: center;
text-decoration : underline; 
} 
A.spanish-top-white-10:hover { 
color : #99ffcc; 
font-size : 10pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
text-align: center;
text-decoration : underline; 
} 

/* -------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* MIDDLE MAIN COLUMN WITH ALL THE TEXT Line Height none, like Clients Page */

.text-middle-main-column-height-20-bold { 
color : #000000; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10pt; 
font-weight : bold; 
line-height : 20px; 
} 

/* -------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* BOTTOM MENU < BACK and END > */

A.spanish-4:link { 
color : #ffffff; 
font-size : 11pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
text-decoration : underline; 
} 
A.spanish-4:visited { 
color : #ffffff; 
font-size : 11pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
text-decoration : underline; 
} 
A.spanish-4:active { 
color : #ffffff; 
font-size : 11pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
text-decoration : underline; 
} 
A.spanish-4:hover { 
color : #99ffcc; 
font-size : 11pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
text-decoration : underline; 
} 

/* BOTTOM MENU VERTICAL YELLOW LINES */

.vertical-yellow-line { 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 9pt; 
line-height : 20px; 
color : #ffcc00; 
} 

/* BOTTOM MENU All SPANISH LINKS */

A.spanish-3:link { 
color : #ffffff; 
font-size : 9pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
text-decoration : underline; 
line-height : 20px; 
letter-spacing: 1px; 
} 
A.spanish-3:visited { 
color : #ffffff; 
font-size : 9pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
text-decoration : underline; 
line-height : 20px; 
letter-spacing: 1px; 
} 
A.spanish-3:active { 
color : #ffffff; 
font-size : 9pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
text-decoration : underline; 
line-height : 20px; 
letter-spacing: 1px; 
} 
A.spanish-3:hover { 
color : #99ffcc; 
font-size : 9pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
text-decoration : underline; 
line-height : 20px; 
letter-spacing: 1px; 
} 

/*--- BOTTOM MENU Active Current Page You Are Looking At. (RED SQUARE)---*/

.active2red { 
color : #ffffff; 
font-size : 9pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
background: #CC3300;
text-decoration : none; 
line-height : 20px; 
letter-spacing: 1px; 
} 

/*-------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* COPYRIGHT */

.copyright { 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 7pt; 
font-weight : normal; 
color : #ffffff; 
} 

/*-------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*--- BANNER STUDY.ABROAD.SPANISH ---*/

/*--- Big White Letters 14pt ---*/

.text-white-14-study-abroad-spanish { 
color : #FFFFFF; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 24pt; 
font-weight : bold; 
text-align: left;
text-decoration : none; 
} 

/*--- Small White Letters 6pt ---*/

.text-white-8-study-abroad-spanish { 
color : #FFFFFF; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 8pt; 
font-weight : normal; 
text-decoration : none; 
} 

/* ------------------------------------------------------------------------------------------------------------------------------------------------------- */
