/*###############################################################
	FONTS
###############################################################*/

font-size: medium;
/*
values			xx-small, x-small, small, medium, large, x-large, xx-large 
				#
				px
				pt
				in
				cm
				%
supported by:	IE3B1,N4B2,O3.5
*/
font-family: none;
/*
values:			Times New Roman, Times, serif
				Arial, Helvetica, sans-serif
				Verdana, Arial, Helvetica, sans-serif
				Courier New, Courier, mono
				Georgia, Times New Roman, Times, serif
				Tahoma, Verdana, Arial, Helvetica, sans-serif
	values soported by IE5.5 | N6 | O6 
				caption			Captioned controls (buttons, drop-downs, etc.)
				icon			Icon labels.
				menu			Dropdown menus.
				message-box		Dialog box text.
				small-caption	Fonts used for 'small controls'.

des:			tipo de letra
supported by:	IE3B1,N4B2,O3.5
*/
font-style: normal;
/*
values:			normal,italic,oblique 
des:			cursiva (italica)
supported by:	IE3,N4B2,O3.5
*/
font-weight: normal;
/*
values	num:	100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 
		text:					normal				bold
	relative:		lighter							bolder
des:			negrita
supported by:	IE3,N4B2,O3.5
*/
font-variant: normal;
/*
values:			normal,small-caps
des:			Mayúsculas
supported by:	IE4,N6,O3.5
*/
: none;
/*
values:			
des:			
supported by:	
*/



/*###############################################################
	TEXT
###############################################################*/

text-align: left;
/*
values:			left 
				right 
				center 
				justify 
des:			Alienarción del texto
supported by:	IE4B2 | N4B2 | O3.5 
*/
text-decoration: none;
/*
values:			none 
				underline 
				overline 
				line-through
		TRY:	underline, overline
des:			
supported by:	IE4B1 | N6 | O3.5 
*/
text-transform: none;
/*
values:			none 
				capitalize 
				uppercase 
				lowercase 
des:			Cambia de mayuculas/minusculas o al revés
supported by:	IE4B1 | N4B2 | O3.5 
*/
letter-spacing: normal;
/*
values:			normal
				px, pt, in, cm, em
des:			espacio entre palabras	
supported by:	IE4B1 | N6 | O3.5 
*/
line-height: none;
/*
values:			normal
				#
				px, pt,	in,	cm,	%
des:			altura de la línea de texto
supported by:	IE3B1 | N4B2 | O3.5
*/
white-space: normal;
/*
values:			normal 
				pre			respeta espacion y saltos de linea
				nowrap		ignara saltos de linea

des:			como se manaja espacion en balnco y salto de línea
supported by:	IE5.5 | N6 | O4 
*/
word-spacing: normal;
/*
values:			normal
				px, pt, in, cm, em
des:			espacio entre palabras			
!!!!supported by:	*IE6 | N6 | O3.5 
*/

direction: rtl;
/*
values:			ltr			(left-to-right)
				rtl			(right-to-left)
des:			direción del texto
!!supported by:	IE5 |N6 
*/

writing-mode: rl-tb;
/*
values:			rl-tb			(izq-dech  arriba-abajo)
				rl-bt			(izq-dech  abajo-arriba)
				lr-tb			(dech-izq  arriba-abajo)
				lr-bt			(dech-izq  abajo-arriba)
				etc.
des:			direción del texto
!!!!!supported by:	IE5.5
*/
text-overflow:clip;
/*
values:		clip			lo corta
			ellipsis		añade ...
des:		añadir ... o cortar el texro cuando sobresale	
!!!!!!!!!!!!supported by:	ie 6
*/



: none;
/*
values:			
des:			
supported by:	
*/


/*###############################################################
	BACKGROUND
###############################################################*/

color: none;
/*
values:			none
				red,blue,yellow,etc.
				#000000
	IE 5.5 | NS 6		(http://webfx.eae.net/docs/environ.html)
				rbg(0-255,0-255,0-255)
				activeborder		Active window border 
				activecaption		Active window caption. 
				appworkspace		Background color of multiple document interface applications. 
				background			Desktop Background 
				buttonface			Button Face 
				buttonhighlight		Button Highlight 
				buttonshadow		Button Shadow 
				buttontext			Button Text 
				captiontext			Caption Text 
				graytext			Gray Text 
				highlight			Highlight 
				highlighttext		Highlight Text 
				inactiveborder		Inactive Window Border 
				inactivecaption		Inactive Window Caption 
				inactivecaptiontext	Inactive Caption Text 
				infobackground		Tooltip Background Color 
				infotext			Tooltip Text 
				menu				Menu Background 
				menutext			Menu Text 
				scrollbar			Scrollbar Background 
				threeddarkshadow	Dark shadow for 3-D elements 
				threedface			Face color for 3-D elements 
				threedhighlight		Highlight color for 3-D elements 
				threedlightshadow	Light color for 3-D elements 
				threedshadow		Shadow for 3-D display elements 
				window				Window Background 
				windowframe			Window Frame 
				windowtext			Window Text 
des:			color de letra
supported by:	IE3B1 | N4B2 | O3.5 
*/
background-color: none;
/*
values:			none
				transparent 
				red,blue,yellow,etc.
				#000000
	IE 5.5 | NS 6		(http://webfx.eae.net/docs/environ.html)
				rbg(0-255,0-255,0-255)
				save colo (igual que color) 
des:			color de fondo
supported by:	IE4B1 | N4B2 | O3.5 
*/
background-image: none;
/*
values:			none
				url(http://www.domain.com/image.gif)>
des:			imagen de fondo
supported by:	IE4B1 | N4B2 | O3.5
*/
background-repeat: repeat;
/*
req:			background-image: none;
values:			repeat
				repeat-x
				repeat-y
				no-repeat
des:			Repetir fondo
supported by:	IE4B2 | N4B3 | O3.5 
*/
background-attachment: scroll;
/*
req:			background-image: none;
values:			scroll			(comportamiento normal)
				fixed			(aunque se haga scroll la imagen no se muestra)
des:			desplajar imagen de fondo al hacer scroll
supported by:	IE4B2 |N6| O3.5 
*/


background-position: none;
/*
req:			background-image: none;
values:			x y
				(left|center|right) (top|center|bottom)		ie: center top
des:			posición de la imagen
supported by:	IE4B2 |N6| O3.5 
*/


margin: auto;
/*
values:		margin: #			#=All margins
			margin: #1 #2		#1=top & bottom, #2=right & left
			margin: #1 #2 #3}   #1=top, #2=right & left, #3=bottom
			margin: #1 #2 #3 #4	#1=top, #2=right, #3=bottom, #4=left

				auto
				px, pt, in, cm, em, %
des:			define los margenes
supported by:	IE4B2 | N6 | O3.5 
*/
margin-top: auto;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
/*
values:			auto
				px, pt, in, cm, em, %
des:			define los margenes
supported by:	IE4B2 | N6 | O3.5 
*/
padding: 0;
/*
values:		padding: #			#=All margins
			padding: #1 #2		#1=top & bottom, #2=right & left
			padding: #1 #2 #3}   #1=top, #2=right & left, #3=bottom
			padding: #1 #2 #3 #4	#1=top, #2=right, #3=bottom, #4=left

				px, pt, in, cm, em, %
des:			margen interno
supported by:	IE4B2 | N4B3 | O3.5 

*/
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
/*
values:			0
		px:		1-999px
		%:		1-999%
des:			margen interno
supported by:	IE4B2 | N4B3 | O3.5 
*/

border:0 none none;
/*
values:		[border-width] [border-style] [border-color]

	border-width=		(px, pt, in, cm, em), %, auto 
IMPORTANTE: En los borones es recomendable un ancho mínimo de 3 si se quiere que tengan relieve

	border-style=		none		sin estilo
									IE4B1 | N4B3 | O3.5 

						solid=	 _________________
								|_________________|
								IE4B1 | N4B3 | O3.5 
	
						dotted=	.................
								.				.
								.................
								ie/ns7 does not apply it properly
								IE5.5B1 | N6 | O3.5 

						dashed=	-----------------
								|				|
								-----------------
								IE5.5B1 | N6 | O3.5 

						double  = solid + 2 lines
								IE4B2 | N4B3 | O3.5

						groove	efento del borde medito hacia abajo (como un boton apretado)
						ridge
						inset
						outset

	border-color=		none
						red,blue,yellow,etc.
						#000000
				NS6 IE5.5
						rbg(0-255,0-255,0-255)
des:			margen interno
supported by:	IE4B2 | N4B3 | O3.5
*/
border-width:  0;
border-top-width: 0;
border-right-width: 0;
border-bottom-width: 0;
border-left-width: 0;
/*
values:			(px, pt, in, cm, em), %, auto
des:			ancho margen interno
supported by:	IE4B2 | N4B3 | O3.5
*/
border-style: none;
border-top-style: none;
border-bottom-style: none;
border-left-style: none;
/*
values:					none		sin estilo
									IE4B1 | N4B3 | O3.5 

						solid=	 _________________
								|_________________|
								IE4B1 | N4B3 | O3.5 
	
						dotted=	.................
								.				.
								.................
								ie/ns7 does not apply it properly
								IE5.5B1 | N6 | O3.5 

						dashed=	-----------------
								|				|
								-----------------
								IE5.5B1 | N6 | O3.5 

						double  = solid + 2 lines
								IE4B2 | N4B3 | O3.5

						groove
						ridge
						inset
						outset

des:			estilo del margen
supported by:	IE4B2 | N4B3 | O3.5
*/
border-color: none;
border-top-color: none;
border-right-color: none;
border-bottom-color: none;
border-left-color: none;
/*
values:			none
				red,blue,yellow,etc.
				#000000
	IE 5.5 | NS 6		(http://webfx.eae.net/docs/environ.html)
				activeborder		Active window border 
				activecaption		Active window caption. 
				appworkspace		Background color of multiple document interface applications. 
				background			Desktop Background 
				buttonface			Button Face 
				buttonhighlight		Button Highlight 
				buttonshadow		Button Shadow 
				buttontext			Button Text 
				captiontext			Caption Text 
				graytext			Gray Text 
				highlight			Highlight 
				highlighttext		Highlight Text 
				inactiveborder		Inactive Window Border 
				inactivecaption		Inactive Window Caption 
				inactivecaptiontext	Inactive Caption Text 
				infobackground		Tooltip Background Color 
				infotext			Tooltip Text 
				menu				Menu Background 
				menutext			Menu Text 
				scrollbar			Scrollbar Background 
				threeddarkshadow	Dark shadow for 3-D elements 
				threedface			Face color for 3-D elements 
				threedhighlight		Highlight color for 3-D elements 
				threedlightshadow	Light color for 3-D elements 
				threedshadow		Shadow for 3-D display elements 
				window				Window Background 
				windowframe			Window Frame 
				windowtext			Window Text 
des:			color margen interno
supported by:	IE4B1 | N4B3 | O3.5 
*/


: none;
/*
values:			
des:			
supported by:	
*/


/*###############################################################
	dimensions
###############################################################*/
width: auto;
/*
values:			auto
				px, pt, in, cm, em, % 
des:			ancho
supported by:	IE4 | N4 | O3.5
*/
min-width: 0;
/*
values:			px, pt, in, cm, em, % 
des:			ancho mínimo
!!! supported by:	IE6 | O4
*/
max-width: 0;
/*
values:			px, pt, in, cm, em, % 
des:			ancho máximo
!!! supported by:	IE6 | O4
*/
height: auto;
/*
values:			auto
				px, pt, in, cm, em, % 
des:			alto
supported by:	IE4 | N4 | O3.5
*/
min-height: none;
/*
values:			px, pt, in, cm, em, % 
des:			alto máximo
!!! supported by:	IE6 | O4
*/
max-height: none;
/*
values:			px, pt, in, cm, em, % 
des:			alto máximo
!!! supported by:	IE6 | O4
*/
overflow: auto;
/*
values:			visible			muestra el contenido sin scroll aunque este sea mayor que el objeto
				hidden			NO muestra el contenido sin scroll aunque este sea mayor que el objeto
				scroll			NO muestra el contenido aunque este sea mayor que el objeto pero PONE SCROLL VERITICAL Y HORIZONTAL SIEMPRE
				auto			NO muestra el contenido aunque este sea mayor que el objeto pero PONE SCROLL VERITICAL Y HORIZONTAL SOLO SI ES NECESARIO
		NS & only
				-moz-scrollbars-none 
				-moz-scrollbars-horizontal 
				-moz-scrollbars-vertical 
des:			
supported by:	IE4 | N6 | O4
*/
overflow-x: auto;
overflow-y: auto;
/*
values:			visible			muestra el contenido sin scroll aunque este sea mayor que el objeto
				hidden			NO muestra el contenido sin scroll aunque este sea mayor que el objeto
				scroll			NO muestra el contenido aunque este sea mayor que el objeto pero PONE SCROLL VERITICAL Y HORIZONTAL SIEMPRE
				auto			NO muestra el contenido aunque este sea mayor que el objeto pero PONE SCROLL VERITICAL Y HORIZONTAL SOLO SI ES NECESARIO
des:			
!!!!!!!!!!!!!supported by:	IE5 
N6 =	overflow:-moz-scrollbars-horizontal;
		overflow:-moz-scrollbars-vertical;
*/

: none;
/*
values:			
des:			
supported by:	
*/






/*###############################################################
	curso
###############################################################*/

cursor: default;
/*
values:		default
			auto
			crosshair
			move
			e-resize
			ne-resize
			nw-resize
			n-resize
			se-resize
			sw-resize
			s-resize
			w-resize
			text
			wait
			help
	Supported by IE6
			cursor:hand
			cursor:url('#') #=Cursor Image (.cur or .ani)
	Supported by NS6
			alias 
			cell 
			copy 
			count-down 
			count-up 
			count-up-down 
			grab 
			grabbing 
			spinning 
des:			CURSOR
supported by:	IE4 | N6 
*/

: none;
/*
values:			
des:			
supported by:	
*/


/*###############################################################
	scrollbar
###############################################################*/
scrollbar-base-color: 
scrollbar-arrow-color:
scrollbar-face-color:
scrollbar-highlight-color:
scrollbar-3dlight-color:
scrollbar-darkshadow-color:
scrollbar-shadow-color:
/*
values:		#rrggbb, name	
des:		define la barra de scroll
supported by:	IE 5.5
*/

: none;
/*
values:			
des:			
supported by:	
*/


/*###############################################################
	LINKS
###############################################################*/
A:link{
text-decoration: underline overline;
/*
values:	none 
		overline
		underline 
		overline 
		line-through

IMPORTANTE:  Más de un estilo se pued eponer sin "comas"
				ie: overline underline

des:	subrayado del texto		
supported by:	IE3B1 | N4B2 | O3.5 

*/

}

/* Igual para :*/
A:visited{
}
A:hover{
}

: none;
/*
values:			
des:			
supported by:	
*/




/*###############################################################
	POSITIONS
###############################################################*/
: none;
/*
values:			
des:			
supported by:	
*/

/*###############################################################
	FILTERS
###############################################################*/
: none;
/*
values:			
des:			
supported by:	
*/


